> On May 20, 2017, at 12:44, Kurt Hindenburg <[email protected]> wrote: > > Kurt Hindenburg (kurthindenburg) pushed a commit to branch master > in repository macports-ports. > > > https://github.com/macports/macports-ports/commit/1dba19903c98ed9e104fe993dd7c70d4d810704d > > commit 1dba19903c98ed9e104fe993dd7c70d4d810704d > > Author: Kurt Hindenburg <[email protected]> > AuthorDate: Sat May 20 13:38:10 2017 -0400 > > > p5-path-finddev: update to 0.5.3 > > --- > perl/p5-path-finddev/Portfile | 10 +++++++--- > 1 file changed, 7 insertions(+), 3 deletions(-) > > > diff --git a/perl/p5-path-finddev/Portfile b/perl/p5-path-finddev/Portfile > > index f2442db..0c86f19 100644 > > --- a/perl/p5-path-finddev/Portfile > > +++ b/perl/p5-path-finddev/Portfile > > @@ -4,7 +4,7 @@ PortSystem 1.0 > > PortGroup perl5 1.0 > > perl5.branches 5.24 > > -perl5.setup Path-FindDev 0.5.2 ../by-authors/id/K/KE/KENTNL > > +perl5.setup Path-FindDev 0.5.3 ../by-authors/id/K/KE/KENTNL > > > platforms darwin > maintainers {khindenburg @kurthindenburg} openmaintainer > > @@ -15,8 +15,10 @@ supported_archs noarch > > description Find a development path somewhere in an upper hierarchy. > long_description ${description} > > > -checksums rmd160 fbf5b661365ba0486bd4fbe10224fad5c6361f04 \ > > - sha256 > 26e85cb063ecf5900dba30acaef260717b6c03b4926809d785917ef5b2a6fa63 > > +distname Path-FindDev-v${version} > > + > > +checksums rmd160 5dad75a1cefa6ba6fb906a5221f85ec7f7f1e827 \ > > + sha256 > beb465d3060ad7d71d338d48ade5798a96d3cd2bc40a3d619b940372038808b9 > > > if {${perl5.major} != ""} { > > > @@ -27,3 +29,5 @@ if {${perl5.major} != ""} { > > > test.run yes > } > > + > > +livecheck.version v${version}
I think these days you're supposed to put the "v" into the version in the perl5.setup line, then you don't need to override the distname or the livecheck version.
