diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:11:45 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2016-01-17 13:11:45 +0000 |
commit | 85f3ac4f7e1fe09d763a345975112385ff64526c (patch) | |
tree | fbda9f18e60876826ceb29ba188a4b74f608feb6 /databases/xapian-core | |
parent | 5f6c02eddd9590d3ccb3f054ff9f766578e31824 (diff) | |
download | ports-85f3ac4f7e1fe09d763a345975112385ff64526c.tar.gz ports-85f3ac4f7e1fe09d763a345975112385ff64526c.zip |
Notes
Diffstat (limited to 'databases/xapian-core')
-rw-r--r-- | databases/xapian-core/Makefile | 3 | ||||
-rw-r--r-- | databases/xapian-core/distinfo | 4 | ||||
-rw-r--r-- | databases/xapian-core/files/patch-Makefile.in | 4 | ||||
-rw-r--r-- | databases/xapian-core/files/patch-clang | 4 | ||||
-rw-r--r-- | databases/xapian-core/pkg-plist | 2 |
5 files changed, 9 insertions, 8 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile index 245f436756b2..ec77885a1fbc 100644 --- a/databases/xapian-core/Makefile +++ b/databases/xapian-core/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xapian-core -PORTVERSION= 1.2.21 +PORTVERSION= 1.2.22 PORTEPOCH= 1 CATEGORIES= databases MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \ @@ -12,6 +12,7 @@ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Probabilistic text search database engine LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING OPTIONS_DEFINE= DOCS SSE2 SSE2_DESC= Use SSE2 for floating point diff --git a/databases/xapian-core/distinfo b/databases/xapian-core/distinfo index 8c9ca0d260b2..010a5daadf81 100644 --- a/databases/xapian-core/distinfo +++ b/databases/xapian-core/distinfo @@ -1,2 +1,2 @@ -SHA256 (xapian-core-1.2.21.tar.xz) = 63f48758fbd13fa8456dd4cf9bf3ec35a096e4290f14a51ac7df23f78c162d3f -SIZE (xapian-core-1.2.21.tar.xz) = 3202560 +SHA256 (xapian-core-1.2.22.tar.xz) = 269b87ca3faf79d444e8bb82ed58a96f1955008d7702f9966dec68608588527f +SIZE (xapian-core-1.2.22.tar.xz) = 3204096 diff --git a/databases/xapian-core/files/patch-Makefile.in b/databases/xapian-core/files/patch-Makefile.in index f0004880f51e..99c5c7140be1 100644 --- a/databases/xapian-core/files/patch-Makefile.in +++ b/databases/xapian-core/files/patch-Makefile.in @@ -1,5 +1,5 @@ ---- Makefile.in.orig 2011-08-10 14:54:57.000000000 +0800 -+++ Makefile.in 2011-09-13 09:01:08.592572769 +0800 +--- Makefile.in.orig 2011-08-10 06:54:57 UTC ++++ Makefile.in @@ -47,7 +47,8 @@ @VPATH_BUILD_TRUE@am__append_1 = -I$(top_builddir)/include \ @VPATH_BUILD_TRUE@ -I$(top_srcdir)/languages -Ilanguages \ diff --git a/databases/xapian-core/files/patch-clang b/databases/xapian-core/files/patch-clang index f9d529872fed..2f039a8a66b3 100644 --- a/databases/xapian-core/files/patch-clang +++ b/databases/xapian-core/files/patch-clang @@ -1,5 +1,5 @@ ---- common/safeuuid.h.orig 2013-12-04 08:13:34.000000000 +0800 -+++ common/safeuuid.h 2013-12-06 00:04:28.067689030 +0800 +--- common/safeuuid.h.orig 2013-12-04 00:13:34 UTC ++++ common/safeuuid.h @@ -55,6 +55,7 @@ // UUID API on FreeBSD, NetBSD and AIX. diff --git a/databases/xapian-core/pkg-plist b/databases/xapian-core/pkg-plist index e71912d7a4b3..ed45cb8b11f1 100644 --- a/databases/xapian-core/pkg-plist +++ b/databases/xapian-core/pkg-plist @@ -45,7 +45,7 @@ lib/cmake/xapian/xapian-config.cmake lib/libxapian.a lib/libxapian.so lib/libxapian.so.22 -lib/libxapian.so.22.6.8 +lib/libxapian.so.22.7.0 libdata/pkgconfig/xapian-core.pc man/man1/xapian-check.1.gz man/man1/xapian-chert-update.1.gz |