[102000] trunk/dports/devel/gettext/Portfile

ryandesign at macports.org ryandesign at macports.org
Thu Jan 24 00:48:19 PST 2013


Revision: 102000
          https://trac.macports.org/changeset/102000
Author:   ryandesign at macports.org
Date:     2013-01-24 00:48:19 -0800 (Thu, 24 Jan 2013)
Log Message:
-----------
gettext: use included libunistring instead of the standalone libunistring port because standalone libunistring is licensed under LGPL-3 which makes any ports using gettext that are under the GPL-2 nondistributable (#37681)

Modified Paths:
--------------
    trunk/dports/devel/gettext/Portfile

Modified: trunk/dports/devel/gettext/Portfile
===================================================================
--- trunk/dports/devel/gettext/Portfile	2013-01-24 08:18:27 UTC (rev 101999)
+++ trunk/dports/devel/gettext/Portfile	2013-01-24 08:48:19 UTC (rev 102000)
@@ -7,7 +7,7 @@
 
 name                    gettext
 version                 0.18.2
-revision                1
+revision                2
 categories              devel
 maintainers             ryandesign
 # libs are LGPL and executables are GPL
@@ -41,6 +41,7 @@
                         --with-included-gettext \
                         --with-included-glib \
                         --with-included-libcroco \
+                        --with-included-libunistring \
                         --with-included-libxml
 
 # Don't use git (if it's installed) nor cvs to create the autopoint archive
@@ -51,7 +52,6 @@
 
 depends_lib             port:expat \
                         port:libiconv \
-                        port:libunistring \
                         port:ncurses
 
 test.run                yes
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130124/4dd260a2/attachment.html>


More information about the macports-changes mailing list