[71108] trunk/dports/devel/xapian-bindings/Portfile

macsforever2000 at macports.org macsforever2000 at macports.org
Wed Sep 1 08:05:09 PDT 2010


Revision: 71108
          http://trac.macports.org/changeset/71108
Author:   macsforever2000 at macports.org
Date:     2010-09-01 08:05:07 -0700 (Wed, 01 Sep 2010)
Log Message:
-----------
Switch to no maintainer per email with old maintainer. Change python variant to use python26. (#26313)

Modified Paths:
--------------
    trunk/dports/devel/xapian-bindings/Portfile

Modified: trunk/dports/devel/xapian-bindings/Portfile
===================================================================
--- trunk/dports/devel/xapian-bindings/Portfile	2010-09-01 14:00:30 UTC (rev 71107)
+++ trunk/dports/devel/xapian-bindings/Portfile	2010-09-01 15:05:07 UTC (rev 71108)
@@ -4,7 +4,7 @@
 name                xapian-bindings
 version             1.0.15
 categories          devel
-maintainers         m at loonsoft.com
+maintainers         nomaintainer
 description         Xapian bindings
 long_description    Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also supports a rich set of boolean query operators.
 
@@ -28,11 +28,11 @@
                     configure.args-append  --with-php
                     depends_lib-append path:bin/php:php5
                 }
-variant     python description {builds python bindings} {
+variant     python26 description {builds python bindings} {
                     configure.args-delete  --without-python
                     configure.args-append  --with-python
-                    configure.env-append PYTHON=${prefix}/bin/python2.5
-                    depends_lib-append port:python25
+                    configure.env-append PYTHON=${prefix}/bin/python2.6
+                    depends_lib-append port:python26
                 }
 variant     java description {builds java bindings} {
                     configure.args-delete  --without-java
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100901/02150a49/attachment.html>


More information about the macports-changes mailing list