[77791] trunk/dports/devel

jmr at macports.org jmr at macports.org
Tue Apr 12 20:32:32 PDT 2011


Revision: 77791
          http://trac.macports.org/changeset/77791
Author:   jmr at macports.org
Date:     2011-04-12 20:32:32 -0700 (Tue, 12 Apr 2011)
Log Message:
-----------
xapian-core, xapian-bindings: update to 1.2.5, new maintainer, add python27 variant (#26765)

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

Modified: trunk/dports/devel/xapian-bindings/Portfile
===================================================================
--- trunk/dports/devel/xapian-bindings/Portfile	2011-04-13 02:19:02 UTC (rev 77790)
+++ trunk/dports/devel/xapian-bindings/Portfile	2011-04-13 03:32:32 UTC (rev 77791)
@@ -1,23 +1,31 @@
 # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
+
 PortSystem 1.0
+
 name                xapian-bindings
-version             1.0.15
+version             1.2.5
 categories          devel
-maintainers         nomaintainer
+maintainers         gmail.com:dcolish
 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.
+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.
 
-homepage            http://people.xapian.org
+homepage            http://www.xapian.org/
 platforms           darwin
 master_sites        http://oligarchy.co.uk/xapian/${version}
 
-checksums           md5 d365969f5ba7fa99d369ef479862c4fe \
-                    sha1 34ed2c71df43df39c3a8c56beb1c6bdd2cf39a17 \
-                    rmd160 6e8214e2a629662c3dcfc3b469c5159c90ecfddc
+checksums           md5 24b379d5b95eebbec7a685ff63321bdd \
+                    sha1 ff9528d094396b3b58bd32a263211c783af034f2 \
+                    rmd160 e7de918437ee5ba88bf67a9b64da7f760b0c6580
 depends_lib         port:xapian-core
 
-configure.args-append  --without-python --without-csharp --without-java --without-tcl --without-php --without-ruby
+configure.args      --without-python --without-csharp --without-java \
+                    --without-tcl --without-php --without-ruby
+
 variant     ruby description {builds ruby bindings} {
                     configure.args-delete  --without-ruby
                     configure.args-append  --with-ruby
@@ -28,12 +36,18 @@
                     configure.args-append  --with-php
                     depends_lib-append path:bin/php:php5
                 }
-variant     python26 description {builds python bindings} {
+variant     python26 conflicts python27 description {builds python bindings} {
                     configure.args-delete  --without-python
                     configure.args-append  --with-python
-                    configure.env-append PYTHON=${prefix}/bin/python2.6
+                    configure.python       ${prefix}/bin/python2.6
                     depends_lib-append port:python26
                 }
+variant     python27 conflicts python26 description {builds python bindings} {
+                    configure.args-delete  --without-python
+                    configure.args-append  --with-python
+                    configure.python       ${prefix}/bin/python2.7
+                    depends_lib-append port:python27
+                }
 variant     java description {builds java bindings} {
                     configure.args-delete  --without-java
                     configure.args-append  --with-java

Modified: trunk/dports/devel/xapian-core/Portfile
===================================================================
--- trunk/dports/devel/xapian-core/Portfile	2011-04-13 02:19:02 UTC (rev 77790)
+++ trunk/dports/devel/xapian-core/Portfile	2011-04-13 03:32:32 UTC (rev 77791)
@@ -4,9 +4,9 @@
 PortSystem 1.0
 
 name                xapian-core
-version             1.0.16
+version             1.2.5
 categories          devel
-maintainers         loonsoft.com:m
+maintainers         gmail.com:dcolish
 description         Xapian search library
 long_description    Xapian is a highly adaptable toolkit which allows \
                     developers to easily add advanced indexing and search \
@@ -18,8 +18,8 @@
 platforms           darwin
 master_sites        http://oligarchy.co.uk/xapian/${version}/
 
-checksums           md5     19756e128d804faa6e7975a629ca3b70 \
-                    sha1    a3b40bdcff2dfa3256c4e0e90a66ce039ab8023f \
-                    rmd160  ec6990e15e7612a71f45ec478121f1581490f36c
+checksums           md5     775995b7036b01b8b864a95d5646f42d \
+                    sha1    671e208c0633e0500e6f7ed9ab6cbb84722eeb3b \
+                    rmd160  0af83c4150487f61f9752ed01125b000b2c7f01c
 
 depends_lib         port:zlib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110412/2aa8b867/attachment-0001.html>


More information about the macports-changes mailing list