[82627] trunk/dports/shells/psh/Portfile

dports at macports.org dports at macports.org
Tue Aug 16 21:29:34 PDT 2011


Revision: 82627
          http://trac.macports.org/changeset/82627
Author:   dports at macports.org
Date:     2011-08-16 21:29:33 -0700 (Tue, 16 Aug 2011)
Log Message:
-----------
psh: adapt for perl portgroup changes

Modified Paths:
--------------
    trunk/dports/shells/psh/Portfile

Modified: trunk/dports/shells/psh/Portfile
===================================================================
--- trunk/dports/shells/psh/Portfile	2011-08-17 04:10:43 UTC (rev 82626)
+++ trunk/dports/shells/psh/Portfile	2011-08-17 04:29:33 UTC (rev 82627)
@@ -1,3 +1,4 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
 PortSystem			1.0
@@ -2,5 +3,7 @@
 PortGroup			perl5 1.0
+
+name				psh
+perl5.major                     5.12
 perl5.setup			psh 1.0
-revision        1
-name				psh
+revision                        2
 categories			shells perl
@@ -19,5 +22,6 @@
 
 checksums			md5 73ada6747732c9abdfec2d6ad5c477c6
 
-depends_lib-append	port:p5-term-readline-gnu port:p5-bsd-resource
+depends_lib-append	port:p${perl5.major}-term-readline-gnu \
+                        port:p${perl5.major}-bsd-resource
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110816/dfd46415/attachment.html>


More information about the macports-changes mailing list