[128093] trunk/dports/perl/p5-x11-protocol/Portfile

khindenburg at macports.org khindenburg at macports.org
Wed Nov 12 20:58:57 PST 2014


Revision: 128093
          https://trac.macports.org/changeset/128093
Author:   khindenburg at macports.org
Date:     2014-11-12 20:58:57 -0800 (Wed, 12 Nov 2014)
Log Message:
-----------
p5-x11-protocol: add license - only patch for subports (fixes build)

Modified Paths:
--------------
    trunk/dports/perl/p5-x11-protocol/Portfile

Modified: trunk/dports/perl/p5-x11-protocol/Portfile
===================================================================
--- trunk/dports/perl/p5-x11-protocol/Portfile	2014-11-13 04:36:24 UTC (rev 128092)
+++ trunk/dports/perl/p5-x11-protocol/Portfile	2014-11-13 04:58:57 UTC (rev 128093)
@@ -7,6 +7,7 @@
 perl5.branches      5.8 5.10 5.12 5.14 5.16 5.18 5.20
 perl5.setup         X11-Protocol 0.56
 revision            3
+license             {GPL-1+ Artistic MIT}
 maintainers         nomaintainer
 description         Perl module for the X Window System Protocol, version 11
 long_description    X11::Protocol is a client-side interface to the X11 \
@@ -18,9 +19,11 @@
 checksums           rmd160  5868e0ee048a32cfbe4759fac09d4aef64d81582 \
                     sha256  de96dd6c7c1f25f3287aa7af64902bf84acaaa8e0c3bb76aa1676367e04a08b7
 
-                    # https://rt.cpan.org/Public/Bug/Display.html?id=78664
-patchfiles          patch-UNIXSocket.pm.diff \
-                    patch-Protocol.pm.diff
+if {$subport != $name} {
+                        # https://rt.cpan.org/Public/Bug/Display.html?id=78664
+    patchfiles          patch-UNIXSocket.pm.diff \
+                        patch-Protocol.pm.diff
+}
 
 supported_archs     noarch
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141112/c24c3ff3/attachment.html>


More information about the macports-changes mailing list