[131749] trunk/dports/perl/p5-opengl/Portfile

devans at macports.org devans at macports.org
Fri Jan 16 21:49:11 PST 2015


Revision: 131749
          https://trac.macports.org/changeset/131749
Author:   devans at macports.org
Date:     2015-01-16 21:49:11 -0800 (Fri, 16 Jan 2015)
Log Message:
-----------
p5-opengl: correctly set license but clear archive_sites to prevent binary distribution.

Modified Paths:
--------------
    trunk/dports/perl/p5-opengl/Portfile

Modified: trunk/dports/perl/p5-opengl/Portfile
===================================================================
--- trunk/dports/perl/p5-opengl/Portfile	2015-01-17 05:19:33 UTC (rev 131748)
+++ trunk/dports/perl/p5-opengl/Portfile	2015-01-17 05:49:11 UTC (rev 131749)
@@ -8,11 +8,7 @@
 perl5.setup         OpenGL 0.6704
 # can be distributed under the same terms as Perl itself
 # see http://search.cpan.org/dist/OpenGL/OpenGL.pod#AUTHORS
-# however, to correctly configure OpenGL capabilities,
-# it must be able to access the display on the
-# target machine during the configure phase
-# set license to unknown to suppress binary distribution
-license             unknown
+license             {Artistic-1 GPL}
 maintainers         nomaintainer
 description         Perl OpenGL: a.k.a. POGL
 long_description    Perl OpenGL (a.k.a. POGL) is a perl5 interface to \
@@ -28,6 +24,12 @@
 checksums           rmd160  aa15a63eab5ac1c2114edb4ebbdf95522a7927ca \
                     sha256  36f266e31d617fa9a1bd8928a7dc3b7c40c1bbbfa64bddefe22300ac2bc6c436
 
+# to correctly configure supported OpenGL capabilities, the port must be able
+# to query the display on the target machine during the configure phase
+# clear archive_sites to avoid loading an inappropriately configured prebuilt binary
+
+archive_sites
+
 if {${perl5.major} != ""} {
     patchfiles      patch-utils-Makefile.macosx.diff
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150116/b6a721c4/attachment.html>


More information about the macports-changes mailing list