diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-28 07:21:26 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-28 07:21:26 +0800 |
commit | 1005f2c2f3cc0928464072b86d0b02840213aeeb (patch) | |
tree | 5525d255b25f04060e14b0f9efb652594ff78491 /databases | |
parent | bc42da65eb073c9abe76c83621ff75bd006c0192 (diff) | |
download | freebsd-ports-gnome-1005f2c2f3cc0928464072b86d0b02840213aeeb.tar.gz freebsd-ports-gnome-1005f2c2f3cc0928464072b86d0b02840213aeeb.tar.zst freebsd-ports-gnome-1005f2c2f3cc0928464072b86d0b02840213aeeb.zip |
Update to 1.4.8
Changes: https://trac.xapian.org/wiki/ReleaseOverview/1.4.8
Diffstat (limited to 'databases')
-rw-r--r-- | databases/xapian-core/Makefile | 10 | ||||
-rw-r--r-- | databases/xapian-core/distinfo | 6 | ||||
-rw-r--r-- | databases/xapian-core/pkg-plist | 6 |
3 files changed, 10 insertions, 12 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index 4607dca5ca6e..c8b143d8fcb6 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.4.7 -PORTREVISION= 1 +PORTVERSION= 1.4.8 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -22,17 +21,16 @@ SSE2_DESC= Use SSE2 for floating point PORTSCOUT= limitw:1,even +USES= compiler:c++11-lang libtool pathfix tar:xz + GNU_CONFIGURE= yes INSTALL_TARGET= install-strip -USES= compiler:c++11-lang libtool pathfix tar:xz +USE_CXXSTD= c++11 USE_LDCONFIG= yes SSE2_CONFIGURE_ENABLE= sse post-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/xapian-inspect ${STAGEDIR}${PREFIX}/bin/xapian-inspect - ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/copydatabase ${STAGEDIR}${PREFIX}/bin/xapian-copydatabase - ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/quest ${STAGEDIR}${PREFIX}/bin/xapian-quest - ${INSTALL_PROGRAM} ${WRKSRC}/examples/.libs/xapian-metadata ${STAGEDIR}${PREFIX}/bin/xapian-metadata .include <bsd.port.mk> diff --git a/databases/xapian-core/distinfo b/databases/xapian-core/distinfo index 834ef578c6ad..3556e95780f2 100644 --- a/databases/xapian-core/distinfo +++ b/databases/xapian-core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1532800058 -SHA256 (xapian-core-1.4.7.tar.xz) = 13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3 -SIZE (xapian-core-1.4.7.tar.xz) = 2874172 +TIMESTAMP = 1540657320 +SHA256 (xapian-core-1.4.8.tar.xz) = da6003eced95206d7e9496c07f7f0cee07d0461c5d9d30946a8d160b03414814 +SIZE (xapian-core-1.4.8.tar.xz) = 2880432 diff --git a/databases/xapian-core/pkg-plist b/databases/xapian-core/pkg-plist index aa32dc2c5fd3..38b43704de54 100644 --- a/databases/xapian-core/pkg-plist +++ b/databases/xapian-core/pkg-plist @@ -6,12 +6,11 @@ bin/simplesearch bin/xapian-check bin/xapian-compact bin/xapian-config -bin/xapian-copydatabase bin/xapian-delve bin/xapian-inspect bin/xapian-metadata +bin/xapian-pos bin/xapian-progsrv -bin/xapian-quest bin/xapian-replicate bin/xapian-replicate-server bin/xapian-tcpsrv @@ -56,7 +55,7 @@ lib/cmake/xapian/xapian-config-version.cmake lib/cmake/xapian/xapian-config.cmake lib/libxapian.so lib/libxapian.so.30 -lib/libxapian.so.30.5.1 +lib/libxapian.so.30.6.0 libdata/pkgconfig/xapian-core.pc man/man1/copydatabase.1.gz man/man1/quest.1.gz @@ -65,6 +64,7 @@ man/man1/xapian-compact.1.gz man/man1/xapian-config.1.gz man/man1/xapian-delve.1.gz man/man1/xapian-metadata.1.gz +man/man1/xapian-pos.1.gz man/man1/xapian-progsrv.1.gz man/man1/xapian-replicate-server.1.gz man/man1/xapian-replicate.1.gz |