[144638] trunk/dports/perl/p5-musicbrainz-discid/Portfile

khindenburg at macports.org khindenburg at macports.org
Thu Jan 14 05:55:44 PST 2016


Revision: 144638
          https://trac.macports.org/changeset/144638
Author:   khindenburg at macports.org
Date:     2016-01-14 05:55:44 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
p5-musicbrainz-discid: move patch lines under if perl5.major line #50310

Modified Paths:
--------------
    trunk/dports/perl/p5-musicbrainz-discid/Portfile

Modified: trunk/dports/perl/p5-musicbrainz-discid/Portfile
===================================================================
--- trunk/dports/perl/p5-musicbrainz-discid/Portfile	2016-01-14 13:05:51 UTC (rev 144637)
+++ trunk/dports/perl/p5-musicbrainz-discid/Portfile	2016-01-14 13:55:44 UTC (rev 144638)
@@ -17,14 +17,14 @@
 checksums           rmd160  06ddcdf08dc27bc8860541aca121f86e39cfcded \
                     sha256  5002f92fd8f074bccf924752ef171fa11ea2431a634ff60e520a5c3fb080573a
 
-patch.pre_args      -p1
-patchfiles          pod-encoding.patch \
-                    stack-corruption-discid_put.patch \
-                    url.patch
-
 if {${perl5.major} != ""} {
     depends_build-append    port:pkgconfig
     depends_lib-append      port:libdiscid
+
+    patch.pre_args -p1
+    patchfiles      pod-encoding.patch \
+                    stack-corruption-discid_put.patch \
+                    url.patch
 }
 
 perl5.use_module_build
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/a664acd5/attachment.html>


More information about the macports-changes mailing list