[144283] trunk/dports/multimedia/gnupod/Portfile
mojca at macports.org
mojca at macports.org
Tue Jan 5 15:24:55 PST 2016
Revision: 144283
https://trac.macports.org/changeset/144283
Author: mojca at macports.org
Date: 2016-01-05 15:24:55 -0800 (Tue, 05 Jan 2016)
Log Message:
-----------
gnupod: switch to perl5.22 (#48365)
Modified Paths:
--------------
trunk/dports/multimedia/gnupod/Portfile
Modified: trunk/dports/multimedia/gnupod/Portfile
===================================================================
--- trunk/dports/multimedia/gnupod/Portfile 2016-01-05 23:16:48 UTC (rev 144282)
+++ trunk/dports/multimedia/gnupod/Portfile 2016-01-05 23:24:55 UTC (rev 144283)
@@ -2,15 +2,17 @@
# $Id$
PortSystem 1.0
+PortGroup perl5 1.0
name gnupod
version 0.99.8
+revision 1
categories multimedia perl
maintainers nomaintainer
platforms darwin
license GFDL-1.2
supported_archs noarch
-set perl-version 5.16
+perl5.branches 5.22
description GNUpod is a collection of tools which allow you to \
use your iPod with UNIX-like operating systems.
@@ -23,18 +25,18 @@
checksums rmd160 fd43914afb9646d21e3ce7dbbe6a81330794be10 \
sha256 bd566295a2e14352e6d05f5c816cab36b0e80d3ab36d29c4bbb45c581d3f3c31
-depends_lib port:perl${perl-version} \
- port:p${perl-version}-mp3-info \
- port:p${perl-version}-digest-md5 \
- port:p${perl-version}-xml-parser \
- port:p${perl-version}-unicode-string \
- port:p${perl-version}-libwww-perl \
- port:p${perl-version}-digest-sha1 \
- port:p${perl-version}-timedate \
- port:p${perl-version}-datemanip \
+depends_lib port:perl${perl5.major} \
+ port:p${perl5.major}-mp3-info \
+ port:p${perl5.major}-digest-md5 \
+ port:p${perl5.major}-xml-parser \
+ port:p${perl5.major}-unicode-string \
+ port:p${perl5.major}-libwww-perl \
+ port:p${perl5.major}-digest-sha1 \
+ port:p${perl5.major}-timedate \
+ port:p${perl5.major}-datemanip \
port:lame
-configure.perl ${prefix}/bin/perl${perl-version}
+configure.perl ${perl5.bin}
configure.args --infodir=${prefix}/share/info
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160105/c61c93a2/attachment.html>
More information about the macports-changes
mailing list