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

devans at macports.org devans at macports.org
Thu Jul 16 20:37:18 PDT 2015


Revision: 138720
          https://trac.macports.org/changeset/138720
Author:   devans at macports.org
Date:     2015-07-16 20:37:18 -0700 (Thu, 16 Jul 2015)
Log Message:
-----------
icon-naming-utils: configure to use perl 5.22, update descriptions, increment revision (#48365).

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-07-17 03:31:55 UTC (rev 138719)
+++ trunk/dports/gnome/icon-naming-utils/Portfile	2015-07-17 03:37:18 UTC (rev 138720)
@@ -2,14 +2,15 @@
 # $Id$
 
 PortSystem          1.0
-                                        
+
 name                icon-naming-utils
 version             0.8.90
-revision            2
+revision            3
 
-description         A default fallback theme.
-long_description    This is the default fallback theme used by \
-                    implementations of the icon theme specification.
+description         An icon naming utility
+long_description    A script for maintaining backwards compatibility with \
+                    current desktop icon themes, while migrating to the names \
+                    specified in the Icon Naming Specification.
 
 maintainers         nomaintainer
 categories          gnome
@@ -25,9 +26,16 @@
                     sha1    a195e635fd663f0697a2a047f0c9134876900cf1 \
                     rmd160  1c68587f83e8bad54dfdedbfb76c1ec7f2696dcb
 
-depends_lib         port:perl5.16 port:p5.16-xml-simple
-configure.perl      ${prefix}/bin/perl5.16
+# set pbranch to desired perl version
+# currently 5.22 (#48365)
 
+set pbranch         5.22
+
+depends_lib         port:perl${pbranch} \
+                    port:p${pbranch}-xml-simple
+
+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/20150716/cb39d417/attachment.html>


More information about the macports-changes mailing list