[142201] trunk/dports/gnome/icon-naming-utils/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 04:45:27 PST 2015


Revision: 142201
          https://trac.macports.org/changeset/142201
Author:   mojca at macports.org
Date:     2015-11-06 06:58:39 -0800 (Fri, 06 Nov 2015)
Log Message:
-----------
icon-naming-utils: use the perl PortGroup

Modified Paths:
--------------
    trunk/dports/gnome/icon-naming-utils/Portfile

Modified: trunk/dports/gnome/icon-naming-utils/Portfile
===================================================================
--- trunk/dports/gnome/icon-naming-utils/Portfile	2015-11-06 14:52:19 UTC (rev 142200)
+++ trunk/dports/gnome/icon-naming-utils/Portfile	2015-11-06 14:58:39 UTC (rev 142201)
@@ -2,6 +2,7 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           perl5 1.0
 
 name                icon-naming-utils
 version             0.8.90
@@ -22,20 +23,16 @@
 homepage            http://tango.freedesktop.org/
 master_sites        ${homepage}releases/
 
-checksums           md5     2c5c7a418e5eb3268f65e21993277fba \
-                    sha1    a195e635fd663f0697a2a047f0c9134876900cf1 \
-                    rmd160  1c68587f83e8bad54dfdedbfb76c1ec7f2696dcb
+checksums           rmd160  1c68587f83e8bad54dfdedbfb76c1ec7f2696dcb \
+                    sha256  044ab2199ed8c6a55ce36fd4fcd8b8021a5e21f5bab028c0a7cdcf52a5902e1c
 
-# set pbranch to desired perl version
-# currently 5.22 (#48365)
+perl5.branches      5.22
 
-set pbranch         5.22
+depends_lib         port:perl${perl5.major} \
+                    port:p${perl5.major}-xml-simple
 
-depends_lib         port:perl${pbranch} \
-                    port:p${pbranch}-xml-simple
+configure.perl      ${perl5.bin}
 
-configure.perl      ${prefix}/bin/perl${pbranch}
-
 livecheck.type      regex
 livecheck.url       ${master_sites}?C=M&O=D
 livecheck.regex     ${name}-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/e67c0d46/attachment.html>


More information about the macports-changes mailing list