[143434] trunk/dports/sysutils/xserve-raid-tools/Portfile

mojca at macports.org mojca at macports.org
Sat Dec 12 10:55:36 PST 2015


Revision: 143434
          https://trac.macports.org/changeset/143434
Author:   mojca at macports.org
Date:     2015-12-12 08:08:44 -0800 (Sat, 12 Dec 2015)
Log Message:
-----------
xserve-raid-tools: switch to perl5.22 (#48365)

Modified Paths:
--------------
    trunk/dports/sysutils/xserve-raid-tools/Portfile

Modified: trunk/dports/sysutils/xserve-raid-tools/Portfile
===================================================================
--- trunk/dports/sysutils/xserve-raid-tools/Portfile	2015-12-12 16:04:03 UTC (rev 143433)
+++ trunk/dports/sysutils/xserve-raid-tools/Portfile	2015-12-12 16:08:44 UTC (rev 143434)
@@ -2,10 +2,11 @@
 # $Id$
 
 PortSystem          1.0
+PortGroup           perl5 1.0
 
 name                xserve-raid-tools
 version             1.2
-revision            3
+revision            4
 categories          sysutils net
 license             GPL-2
 maintainers         nomaintainer
@@ -16,6 +17,7 @@
 
 long_description    ${description}
 
+# not working
 homepage            http://noc.hep.wisc.edu/xserve-raid-tools.txt
 platforms           darwin
 master_sites        ftp://noc.hep.wisc.edu/pub/src/xserve-raid-tools/
@@ -23,7 +25,9 @@
 checksums           rmd160  52f6973a8eb86a767e3c11619ce0bbdd53e035e0 \
                     sha256  fb13b345ef253ad6d2de9dcef8572818515ecc7a4bc4552439cfe7e42362b100
 
-depends_lib         port:p5.16-xml-parser \
+perl5.branches      5.22
+
+depends_lib         port:p${perl5.major}-xml-parser \
                     port:netcat
 
 supported_archs     noarch
@@ -43,7 +47,7 @@
     reinplace "s|\$(PREFIX)|\$(DESTDIR)\$(PREFIX)|g" ${worksrcpath}/Makefile.in
 }
 
-configure.perl      ${prefix}/bin/perl5.16
+configure.perl      ${perl5.bin}
 
 build {}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/ab67475e/attachment.html>


More information about the macports-changes mailing list