Hi Blair,
Note that in the commit message, you need to use the complete Trac URL to reference a Trac ticket. In this case it should have been: See: https://trac.macports.org/ticket/58361 <https://trac.macports.org/ticket/58361> Cheers! Frank > On Apr 22, 2019, at 5:32 PM, Blair Zajac <[email protected]> wrote: > > Blair Zajac (blair) pushed a commit to branch master > in repository macports-ports. > > https://github.com/macports/macports-ports/commit/aab5e10d74d67995f1ec3e9a300b21441f5301c2 > > <https://github.com/macports/macports-ports/commit/aab5e10d74d67995f1ec3e9a300b21441f5301c2> > The following commit(s) were added to refs/heads/master by this push: > new aab5e10 fwknop: use perl 5.28 > aab5e10 is described below > > commit aab5e10d74d67995f1ec3e9a300b21441f5301c2 > Author: Blair Zajac <[email protected]> > AuthorDate: Mon Apr 22 19:32:22 2019 -0400 > > fwknop: use perl 5.28 > > See: #58361 > --- > net/fwknop/Portfile | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/net/fwknop/Portfile b/net/fwknop/Portfile > index a42617b..2b017d0 100644 > --- a/net/fwknop/Portfile > +++ b/net/fwknop/Portfile > @@ -3,7 +3,7 @@ PortGroup perl5 1.0 > > name fwknop > version 1.9.12 > -revision 6 > +revision 7 > conflicts fwknop-client > categories net security > license GPL-2 > @@ -38,7 +38,7 @@ checksums md5 4e190dfd31921ddcc0aa6ded8cdae6ae \ > > use_bzip2 yes > > -perl5.branches 5.26 > +perl5.branches 5.28 > > depends_lib port:p${perl5.major}-crypt-cbc \ > port:p${perl5.major}-crypt-rijndael \ >
