[110253] trunk/dports/lang/newt0/Portfile

jmr at macports.org jmr at macports.org
Thu Aug 29 02:55:34 PDT 2013


Revision: 110253
          https://trac.macports.org/changeset/110253
Author:   jmr at macports.org
Date:     2013-08-29 02:55:34 -0700 (Thu, 29 Aug 2013)
Log Message:
-----------
newt0: set license, use proper variant description

Modified Paths:
--------------
    trunk/dports/lang/newt0/Portfile

Modified: trunk/dports/lang/newt0/Portfile
===================================================================
--- trunk/dports/lang/newt0/Portfile	2013-08-29 09:20:46 UTC (rev 110252)
+++ trunk/dports/lang/newt0/Portfile	2013-08-29 09:55:34 UTC (rev 110253)
@@ -1,6 +1,7 @@
 # $Id$
 
 PortSystem 1.0
+
 name                newt0
 version             0.1.3
 revision            1
@@ -8,6 +9,7 @@
 platforms           darwin
 maintainers         nomaintainer
 categories          lang
+license             MIT MPL-1.1 APSL-2 {Artistic-1 GPL-2}
 description         Newt/0 is a NewtonScript compiler and interpreter.
 homepage            http://trac.so-kukan.com/newt/
 master_sites        macports:pguyot
@@ -27,8 +29,7 @@
 configure.args-append   --enable-contrib
 depends_lib     port:libffi
 
-# Enable compatibility mode.
-variant compat {
+variant compat description {Enable compatibility mode} {
     configure.args-delete   --enable-contrib
     configure.args-append   --enable-compat
     depends_lib-delete      port:libffi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130829/a74b2352/attachment.html>


More information about the macports-changes mailing list