diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-28 07:21:51 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-28 07:21:51 +0800 |
commit | 8a62df63436e186b93594fcbcb6b44bfdae99501 (patch) | |
tree | f3d4d97a02af70207d4baddade24d057a74feb1e /databases | |
parent | 2d233c16f139d2d3486261c57f691a9804333ca7 (diff) | |
download | freebsd-ports-gnome-8a62df63436e186b93594fcbcb6b44bfdae99501.tar.gz freebsd-ports-gnome-8a62df63436e186b93594fcbcb6b44bfdae99501.tar.zst freebsd-ports-gnome-8a62df63436e186b93594fcbcb6b44bfdae99501.zip |
Update to 1.4.8
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
Diffstat (limited to 'databases')
-rw-r--r-- | databases/php-xapian/Makefile | 6 | ||||
-rw-r--r-- | databases/php-xapian/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/databases/php-xapian/Makefile b/databases/php-xapian/Makefile index 2bb1a3f9b6a1..690fe2e10c89 100644 --- a/databases/php-xapian/Makefile +++ b/databases/php-xapian/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 DISTVERSIONPREFIX= bindings- CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -24,6 +24,8 @@ OPTIONS_DEFINE= DOCS PORTSCOUT= limitw:1,even +USES= compiler:c++11-lang libtool php:build tar:xz + CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ --enable-static \ --with-php \ @@ -32,7 +34,7 @@ CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ CONFIGURE_ENV= PHP_CONFIG=${LOCALBASE}/bin/php-config GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c++11-lang libtool php:build tar:xz +USE_CXXSTD= c++11 PLIST_SUB= PHP_EXT_DIR=${PHP_EXT_DIR} PHP_MAJOR_VER=${PHP_VER:C|.$||} diff --git a/databases/php-xapian/distinfo b/databases/php-xapian/distinfo index 13170f2882c7..431fac0c0d66 100644 --- a/databases/php-xapian/distinfo +++ b/databases/php-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532800108 -SHA256 (xapian-bindings-1.4.7.tar.xz) = 4519751376dc5b59893b812495e6004fd80eb4a10970829aede71a35264b4e6a -SIZE (xapian-bindings-1.4.7.tar.xz) = 1121700 +TIMESTAMP = 1540657348 +SHA256 (xapian-bindings-1.4.8.tar.xz) = a62377e54764bae444ee7feff517ab23ce314e92b94c4c03193a42884aa8de4b +SIZE (xapian-bindings-1.4.8.tar.xz) = 1123812 |