[116134] trunk/dports/net/shelldap/Portfile

jmr at macports.org jmr at macports.org
Sat Jan 18 21:11:39 PST 2014


Revision: 116134
          https://trac.macports.org/changeset/116134
Author:   jmr at macports.org
Date:     2014-01-18 21:11:39 -0800 (Sat, 18 Jan 2014)
Log Message:
-----------
shelldap: use perl 5.16, remove unused portgroup

Modified Paths:
--------------
    trunk/dports/net/shelldap/Portfile

Modified: trunk/dports/net/shelldap/Portfile
===================================================================
--- trunk/dports/net/shelldap/Portfile	2014-01-19 05:08:20 UTC (rev 116133)
+++ trunk/dports/net/shelldap/Portfile	2014-01-19 05:11:39 UTC (rev 116134)
@@ -1,11 +1,10 @@
 # $Id$
 
 PortSystem 1.0
-PortGroup perl5 1.0
 
 name            	shelldap
 version         	0.5
-revision            0
+revision            1
 
 categories      	net sysutils
 license         	BSD
@@ -24,22 +23,22 @@
                     sha1    f06fabca2e3b7c41360cd9c2bbddbc45f8836ca4 \
                     rmd160  2aae3bfc0f8d00dec4cdd9ad9634606b49a185c2
 
-depends_lib-append 	port:p5.12-perl-ldap \
-			port:p5.12-term-shell \
-			port:p5.12-yaml-syck \
-			port:p5.12-algorithm-diff \
-			port:p5.12-digest-hmac \
-			port:p5.12-term-readline-gnu \
-			port:p5.12-term-readkey
+depends_lib-append 	port:p5.16-perl-ldap \
+			port:p5.16-term-shell \
+			port:p5.16-yaml-syck \
+			port:p5.16-algorithm-diff \
+			port:p5.16-digest-hmac \
+			port:p5.16-term-readline-gnu \
+			port:p5.16-term-readkey
 
 patch {
-	reinplace "s|#!.*perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/shelldap
+	reinplace "s|#!.*perl|#!${prefix}/bin/perl5.16|" ${worksrcpath}/shelldap
 }
 
 use_configure		no
 
 build {
-	system "pod2man ${worksrcpath}/shelldap ${worksrcpath}/shelldap.1"
+	system "pod2man-5.16 ${worksrcpath}/shelldap ${worksrcpath}/shelldap.1"
 }
 
 destroot {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140118/f3d9bb3f/attachment.html>


More information about the macports-changes mailing list