r143410: revision bump on patchutils?

petr 976F at ingv.it
Tue Jan 19 12:15:47 PST 2016


Hi Mojca,

some time back you committed the following changeset:

===================================================================
--- Portfile	(revision 139976)
+++ Portfile	(revision 143410)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem              1.0
+PortGroup               perl5 1.0
 
 name                    patchutils
 version                 0.3.4
@@ -24,7 +25,7 @@
 checksums               rmd160  dd3084101f5467ee8de7649c06e7e28071c22905 \
                         sha256  cf55d4db83ead41188f5b6be16f60f6b76a87d5db1c42f5459d596e81dabe876
 
-depends_run             port:perl5.16
+depends_run             port:perl${perl5.major}
 
-configure.env-append    PERL=${prefix}/bin/perl5.16
+configure.perl          ${perl5.bin}
 configure.args          --mandir="${prefix}/share/man”


This probably would have deserved a revision bump. It changes the dependency to the registry from perl5.16 to perl5.22 and very probably also changes the perl path in some of the installed files.

Should I proceed or will you take care of it?

~petr


More information about the macports-dev mailing list