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

ryandesign at macports.org ryandesign at macports.org
Wed Apr 29 21:24:56 PDT 2015


Revision: 135701
          https://trac.macports.org/changeset/135701
Author:   ryandesign at macports.org
Date:     2015-04-29 21:24:56 -0700 (Wed, 29 Apr 2015)
Log Message:
-----------
xapian-bindings: update to 1.2.20 (#38679; maintainer timeout); fix livecheck; license GPL-2+

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

Modified: trunk/dports/devel/xapian-bindings/Portfile
===================================================================
--- trunk/dports/devel/xapian-bindings/Portfile	2015-04-30 04:22:44 UTC (rev 135700)
+++ trunk/dports/devel/xapian-bindings/Portfile	2015-04-30 04:24:56 UTC (rev 135701)
@@ -4,9 +4,11 @@
 PortSystem 1.0
 
 name                xapian-bindings
-version             1.2.8
+version             1.2.20
 categories          devel
 maintainers         gmail.com:dcolish
+license             GPL-2+
+
 description         Xapian bindings
 long_description    Xapian is a highly adaptable toolkit which allows \
                     developers to easily add advanced indexing and search \
@@ -14,12 +16,13 @@
                     Probabilistic Information Retrieval model and also \
                     supports a rich set of boolean query operators.
 
-homepage            http://www.xapian.org/
+homepage            http://xapian.org/
 platforms           darwin
 master_sites        http://oligarchy.co.uk/xapian/${version}
+use_xz              yes
 
-checksums           rmd160  4cd756afb296a6ad826d4dcdc07ee8c690db348a \
-                    sha256  eb740c619c75d288e65a1c2f86faecdca53d44d3f9896bcc080085839887b124
+checksums           rmd160  8a4956ee1c229790e59484d3e2361045ca48c970 \
+                    sha256  98594534697642dee563c0e7fede43fde256f7e03488ea4922800f56baadc401
 
 depends_lib         port:xapian-core
 
@@ -30,6 +33,9 @@
                     configure.args-delete  --without-ruby
                     configure.args-append  --with-ruby
                     depends_lib-append port:ruby
+    post-destroot {
+        delete ${destroot}${prefix}/share/doc/xapian-bindings/ruby/rdocs
+    }
                 }
 variant     php description {builds php bindings} {
                     configure.args-delete  --without-php
@@ -54,8 +60,6 @@
                 }
 default_variants +ruby
 
-post-destroot {
-  if {[file exists ${destroot}${prefix}/share/doc/xapian-bindings/ruby/rdocs]} {
-    delete "${destroot}${prefix}/share/doc/xapian-bindings/ruby/rdocs"
-  }
-}
+livecheck.type      regex
+livecheck.url       ${homepage}download
+livecheck.regex     ${name}-(\[0-9\]+\\.\[0-9\]*\[02468\](\\.\[0-9\]+)*)${extract.suffix}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150429/c4e94615/attachment.html>


More information about the macports-changes mailing list