[38119] trunk/dports/devel/swig/Portfile

jwa at macports.org jwa at macports.org
Sun Jul 6 23:45:44 PDT 2008


Revision: 38119
          http://trac.macosforge.org/projects/macports/changeset/38119
Author:   jwa at macports.org
Date:     2008-07-06 23:45:44 -0700 (Sun, 06 Jul 2008)
Log Message:
-----------
per discussion on the list adding a few language bindings in default configuration, to make this port more useful for other ports, also changing PHP from 4 to 5 level, as 4 is not developed anymore

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

Modified: trunk/dports/devel/swig/Portfile
===================================================================
--- trunk/dports/devel/swig/Portfile	2008-07-07 06:09:17 UTC (rev 38118)
+++ trunk/dports/devel/swig/Portfile	2008-07-07 06:45:44 UTC (rev 38119)
@@ -4,6 +4,8 @@
 
 name		swig
 version		1.3.36
+revision	1
+
 categories	devel
 maintainers	kevin jwa
 
@@ -34,6 +36,7 @@
     reinplace "s/\[\[:<:\]\]sed\[\[:>:\]\]/gsed/g" ${worksrcpath}/configure
 }
 
+default_variants	+python +perl +ruby +php5
 configure.args  --without-csharp
 
 build.target
@@ -54,7 +57,7 @@
     xinstall -m 0644 -W ${worksrcpath} ANNOUNCE CHANGES FUTURE LICENSE NEW README \
         TODO ${destroot}${docdir}
 }
- 
+
 variant doc description {Install extra documentation} {
     post-destroot {
         xinstall -d ${destroot}${docdir}/html
@@ -70,7 +73,7 @@
     guile       guile       guile
     mzscheme    mzscheme    mzscheme
     ruby        ruby        ruby
-    php4        php4        php4
+    php5        php5        php5
     ocaml       ocaml       ocaml
     pike        pike        pike
     lua         lua         lua
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20080706/ce6e661a/attachment.html 


More information about the macports-changes mailing list