[123203] trunk/dports/www/spidereyeballs/Portfile

mf2k at macports.org mf2k at macports.org
Wed Aug 6 14:50:54 PDT 2014


Revision: 123203
          https://trac.macports.org/changeset/123203
Author:   mf2k at macports.org
Date:     2014-08-06 14:50:54 -0700 (Wed, 06 Aug 2014)
Log Message:
-----------
spidereyeballs: Switch to perl 5.16. (#44405)

Modified Paths:
--------------
    trunk/dports/www/spidereyeballs/Portfile

Modified: trunk/dports/www/spidereyeballs/Portfile
===================================================================
--- trunk/dports/www/spidereyeballs/Portfile	2014-08-06 21:40:10 UTC (rev 123202)
+++ trunk/dports/www/spidereyeballs/Portfile	2014-08-06 21:50:54 UTC (rev 123203)
@@ -5,6 +5,7 @@
 name              spidereyeballs
 version           0.21
 revision          2
+set perl_version  5.16
 categories        www
 platforms         darwin
 supported_archs   noarch
@@ -19,11 +20,11 @@
 checksums         sha1    90e3cf5514bc81d9d83675256f8b3f71c34407d8 \
                   rmd160  70a083c68b9e42c1b295ed6153935f30e3796088 \
                   sha256  b7d9a4e7451a6c0d29ea21d5afea466a183bff85d22011cb1545e6e33eddc62c
-depends_lib	  port:perl5.12 port:p5.12-html-template \
-				  port:p5.12-xml-parser port:p5.12-image-size
+depends_lib	  port:perl${perl_version} port:p${perl_version}-html-template \
+				  port:p${perl_version}-xml-parser port:p${perl_version}-image-size
 depends_run		  port:ImageMagick
 
-configure.cmd           ${prefix}/bin/perl5.12
+configure.cmd           ${prefix}/bin/perl${perl_version}
 configure.pre_args      Makefile.PL
 configure.args			--prefix=${prefix}
 destroot.target			install
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140806/c5a5b289/attachment.html>


More information about the macports-changes mailing list