diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 04:26:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 04:26:23 +0800 |
commit | 30b8265e64239c5ec61b2f5ea2e2a446280cc090 (patch) | |
tree | b8da23a107af0d7cf57e536fa2fba0c8878bccf3 /databases | |
parent | 601c4729601b201dcb2bd167e1c85a990a514d1a (diff) | |
download | freebsd-ports-gnome-30b8265e64239c5ec61b2f5ea2e2a446280cc090.tar.gz freebsd-ports-gnome-30b8265e64239c5ec61b2f5ea2e2a446280cc090.tar.zst freebsd-ports-gnome-30b8265e64239c5ec61b2f5ea2e2a446280cc090.zip |
- Update to 1.2.16
- Simplify Makefile
Changes: http://trac.xapian.org/wiki/ReleaseOverview/1.2.16
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-bindings/Makefile | 11 | ||||
-rw-r--r-- | databases/xapian-bindings/distinfo | 4 |
2 files changed, 5 insertions, 10 deletions
diff --git a/databases/xapian-bindings/Makefile b/databases/xapian-bindings/Makefile index 0e26024ef7bf..a989daf3a651 100644 --- a/databases/xapian-bindings/Makefile +++ b/databases/xapian-bindings/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-bindings -PORTVERSION= 1.2.15 +PORTVERSION= 1.2.16 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ LOCAL/sunpoet @@ -24,6 +24,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ --without-csharp --without-java --without-tcl GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} +USE_XZ= yes LUA_CONFIGURE_ENV= LUA="${LUA_CMD}" LUA_INC="${LUA_INCDIR}" LUA_LIB="${LUA_MODLIBDIR}" LUA_SO=.so LUA_CONFIGURE_WITH= lua @@ -34,21 +35,15 @@ PERL_USES= perl5 PHP_CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config PHP_CONFIGURE_WITH= php PHP_USE= PHP=yes PHP_BUILD=yes -PYTHON_CONFIGURE_ENV+= PYTHON_LIB=${PYTHON_SITELIBDIR} +PYTHON_CONFIGURE_ENV= PYTHON_LIB=${PYTHON_SITELIBDIR} PYTHON_CONFIGURE_WITH= python PYTHON_USE= PYTHON=yes RUBY_CONFIGURE_WITH= ruby RUBY_USE= RUBY=yes RUBY_RDOC=no -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure # do not install rdoc @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-data-local||' ${WRKSRC}/ruby/Makefile.in -.if !${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-dist_docdataDATA install-dist_exampledataDATA ||' ${WRKSRC}/lua/Makefile.in ${WRKSRC}/php/Makefile.in ${WRKSRC}/python/Makefile.in - @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-dist_docdataDATA||; 799 s|install-dist_exampledataDATA ||' ${WRKSRC}/ruby/Makefile.in -.endif .include <bsd.port.mk> diff --git a/databases/xapian-bindings/distinfo b/databases/xapian-bindings/distinfo index d72a9328d694..353b05ee7788 100644 --- a/databases/xapian-bindings/distinfo +++ b/databases/xapian-bindings/distinfo @@ -1,2 +1,2 @@ -SHA256 (xapian-bindings-1.2.15.tar.gz) = 89d30cbd38dcfb9d9e0fccc8e4ba7d6452ffad45afb3f1e9614a3be0a3a33e77 -SIZE (xapian-bindings-1.2.15.tar.gz) = 1484058 +SHA256 (xapian-bindings-1.2.16.tar.xz) = e87ddcd70a5044565e631fb334155f7d66a3b7b491a94a22aa1db2aa0d26af6c +SIZE (xapian-bindings-1.2.16.tar.xz) = 825868 |