diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-15 02:44:51 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-05-15 02:44:51 +0800 |
commit | cf3014b5f5feb8f07ae4d0cda716d696aa138468 (patch) | |
tree | 07f1f128f8943641ee81fa2ae5a9e5267b4ad44d /databases | |
parent | 96c60da470e1f20ccfa0a31e426472f257c8fbc0 (diff) | |
download | freebsd-ports-gnome-cf3014b5f5feb8f07ae4d0cda716d696aa138468.tar.gz freebsd-ports-gnome-cf3014b5f5feb8f07ae4d0cda716d696aa138468.tar.zst freebsd-ports-gnome-cf3014b5f5feb8f07ae4d0cda716d696aa138468.zip |
- Update to 1.2.10.0
- Add PORTSCOUT knob to skip development versions
- Cosmetic change
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.10
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-bindings/Makefile | 18 | ||||
-rw-r--r-- | databases/xapian-bindings/distinfo | 4 |
2 files changed, 12 insertions, 10 deletions
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 6f8e1ce82bc7..4cd8a5e8096f 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xapian-bindings -PORTVERSION= 1.2.9 +PORTVERSION= 1.2.10 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -22,6 +22,8 @@ OPTIONS= PHP "Build PHP binding" on \ PYTHON "Build Python binding" on \ RUBY "Build Ruby binding" on +PORTSCOUT= limitw:1,even + CONFIGURE_ARGS= --datarootdir="${DATADIR}" --docdir="${DOCSDIR}" \ --without-csharp --without-java --without-tcl GNU_CONFIGURE= yes @@ -29,10 +31,10 @@ GNU_CONFIGURE= yes .include <bsd.port.options.mk> .if defined(WITHOUT_PHP) -CONFIGURE_ARGS+= --without-php +CONFIGURE_ARGS+=--without-php PLIST_SUB+= BINDING_PHP="@comment " .else -CONFIGURE_ARGS+= --with-php +CONFIGURE_ARGS+=--with-php CONFIGURE_ENV+= PHP_CONFIG="${LOCALBASE}/bin/php-config" PLIST_SUB+= BINDING_PHP="" USE_PHP= yes @@ -40,23 +42,23 @@ USE_PHP_BUILD= yes .endif .if defined(WITHOUT_PYTHON) -CONFIGURE_ARGS+= --without-python +CONFIGURE_ARGS+=--without-python PLIST_SUB+= BINDING_PYTHON="@comment " .else -CONFIGURE_ARGS+= --with-python +CONFIGURE_ARGS+=--with-python CONFIGURE_ENV+= PYTHON_LIB="${PYTHON_SITELIBDIR}" PLIST_SUB+= BINDING_PYTHON="" USE_PYTHON= yes .endif .if defined(WITHOUT_RUBY) -CONFIGURE_ARGS+= --without-ruby +CONFIGURE_ARGS+=--without-ruby PLIST_SUB+= BINDING_RUBY="@comment " .else -CONFIGURE_ARGS+= --with-ruby -USE_RUBY_RDOC= no +CONFIGURE_ARGS+=--with-ruby PLIST_SUB+= BINDING_RUBY="" USE_RUBY= yes +USE_RUBY_RDOC= no .endif post-patch: diff --git a/databases/xapian-bindings/distinfo b/databases/xapian-bindings/distinfo index ff01b8f7ab4c..511a05957582 100644 --- a/databases/xapian-bindings/distinfo +++ b/databases/xapian-bindings/distinfo @@ -1,2 +1,2 @@ -SHA256 (xapian-bindings-1.2.9.tar.gz) = 49a4555313cd03afc8a969b6939d275fe651604af0825f3fcc52a2cc8a34f13b -SIZE (xapian-bindings-1.2.9.tar.gz) = 1466210 +SHA256 (xapian-bindings-1.2.10.tar.gz) = dd191ad2e1134b7008b3b71c7cab41d2d80df2fe82ecdb9ad68c11209ba19382 +SIZE (xapian-bindings-1.2.10.tar.gz) = 1467592 |