diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-28 07:21:57 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-28 07:21:57 +0800 |
commit | 45921f344f020bcf99467466728854c680be5e94 (patch) | |
tree | 47b42f1926b4e6d61c44292ea7d4a321294d6cd1 /databases | |
parent | 8a62df63436e186b93594fcbcb6b44bfdae99501 (diff) | |
download | freebsd-ports-gnome-45921f344f020bcf99467466728854c680be5e94.tar.gz freebsd-ports-gnome-45921f344f020bcf99467466728854c680be5e94.tar.zst freebsd-ports-gnome-45921f344f020bcf99467466728854c680be5e94.zip |
Update to 1.4.8
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-xapian/Makefile | 6 | ||||
-rw-r--r-- | databases/py-xapian/distinfo | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/databases/py-xapian/Makefile b/databases/py-xapian/Makefile index efe1731e0683..d4867960edc8 100644 --- a/databases/py-xapian/Makefile +++ b/databases/py-xapian/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian -PORTVERSION= 1.4.7 +PORTVERSION= 1.4.8 DISTVERSIONPREFIX= bindings- CATEGORIES= databases python MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -26,13 +26,15 @@ OPTIONS_DEFINE= DOCS PORTSCOUT= limitw:1,even +USES= compiler:c++11-lang libtool python tar:xz + CONFIGURE_ARGS= --datarootdir=${DATADIR} --docdir=${DOCSDIR} \ --enable-static \ --without-csharp --without-java --without-lua --without-perl \ --without-php --without-ruby --without-tcl GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c++11-lang libtool python tar:xz +USE_CXXSTD= c++11 USE_PYTHON= flavors PORTDOCS= * diff --git a/databases/py-xapian/distinfo b/databases/py-xapian/distinfo index f829e5a17d42..431fac0c0d66 100644 --- a/databases/py-xapian/distinfo +++ b/databases/py-xapian/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532800136 -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 |