[117443] trunk/dports/audio/flac2mp3/Portfile

jmr at macports.org jmr at macports.org
Wed Feb 26 02:35:21 PST 2014


Revision: 117443
          https://trac.macports.org/changeset/117443
Author:   jmr at macports.org
Date:     2014-02-26 02:35:20 -0800 (Wed, 26 Feb 2014)
Log Message:
-----------
flac2mp3: use perl 5.16, correct license

Modified Paths:
--------------
    trunk/dports/audio/flac2mp3/Portfile

Modified: trunk/dports/audio/flac2mp3/Portfile
===================================================================
--- trunk/dports/audio/flac2mp3/Portfile	2014-02-26 10:26:23 UTC (rev 117442)
+++ trunk/dports/audio/flac2mp3/Portfile	2014-02-26 10:35:20 UTC (rev 117443)
@@ -6,11 +6,11 @@
 name                flac2mp3
 
 version             20041223
-revision            1
+revision            2
 
 categories          audio
 platforms           darwin
-license             GPL-3
+license             GPL-2
 supported_archs     noarch
 maintainers         nomaintainer
 
@@ -28,7 +28,7 @@
 
 depends_run         port:flac \
                     port:lame \
-                    port:p5.12-mp3-info
+                    port:p5.16-mp3-info
 
 extract.suffix      .pl
 extract.only
@@ -39,7 +39,6 @@
 
 destroot {
     xinstall ${distpath}/${name}${extract.suffix} ${destroot}${prefix}/bin
-    reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.12|g" \
+    reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.16|g" \
         "${destroot}${prefix}/bin/${name}${extract.suffix}"
 }
-
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140226/0bf265bf/attachment.html>


More information about the macports-changes mailing list