aboutsummaryrefslogtreecommitdiff
path: root/databases/xapian-core
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-29 19:10:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-07-29 19:10:21 +0000
commit2d913104f842109ae4038ffba98f0d28905fb7a5 (patch)
tree8839c4e519a53a9390b35c0050c965a264599031 /databases/xapian-core
parentdcc30b2137ff522180c56b0f8a6997ec300e6b2f (diff)
downloadports-2d913104f842109ae4038ffba98f0d28905fb7a5.tar.gz
ports-2d913104f842109ae4038ffba98f0d28905fb7a5.zip
Update to 1.4.7
Notes
Notes: svn path=/head/; revision=475693
Diffstat (limited to 'databases/xapian-core')
-rw-r--r--databases/xapian-core/Makefile3
-rw-r--r--databases/xapian-core/distinfo6
-rw-r--r--databases/xapian-core/files/patch-Makefile.in30
-rw-r--r--databases/xapian-core/pkg-plist11
4 files changed, 15 insertions, 35 deletions
diff --git a/databases/xapian-core/Makefile b/databases/xapian-core/Makefile
index 7406e5a69f14..74483f666320 100644
--- a/databases/xapian-core/Makefile
+++ b/databases/xapian-core/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= xapian-core
-PORTVERSION= 1.4.5
+PORTVERSION= 1.4.7
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= http://oligarchy.co.uk/xapian/${PORTVERSION}/ \
@@ -29,6 +29,7 @@ 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
diff --git a/databases/xapian-core/distinfo b/databases/xapian-core/distinfo
index eb1b082cebcb..834ef578c6ad 100644
--- a/databases/xapian-core/distinfo
+++ b/databases/xapian-core/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1508167152
-SHA256 (xapian-core-1.4.5.tar.xz) = 85b5f952de9df925fd13e00f6e82484162fd506d38745613a50b0a2064c6b02b
-SIZE (xapian-core-1.4.5.tar.xz) = 2810612
+TIMESTAMP = 1532800058
+SHA256 (xapian-core-1.4.7.tar.xz) = 13f08a0b649c7afa804fa0e85678d693fd6069dd394c9b9e7d41973d74a3b5d3
+SIZE (xapian-core-1.4.7.tar.xz) = 2874172
diff --git a/databases/xapian-core/files/patch-Makefile.in b/databases/xapian-core/files/patch-Makefile.in
deleted file mode 100644
index 2191732282bc..000000000000
--- a/databases/xapian-core/files/patch-Makefile.in
+++ /dev/null
@@ -1,30 +0,0 @@
---- Makefile.in.orig 2016-12-28 13:56:24 UTC
-+++ Makefile.in
-@@ -101,13 +101,12 @@ host_triplet = @host@
- @VPATH_BUILD_TRUE@am__append_1 = -I'$(top_builddir)/include' \
- @VPATH_BUILD_TRUE@ -I$(top_srcdir)/languages -Ilanguages \
- @VPATH_BUILD_TRUE@ -I$(top_srcdir)/queryparser
--bin_PROGRAMS = bin/xapian-delve$(EXEEXT) $(am__EXEEXT_1) \
-- $(am__EXEEXT_2) examples/copydatabase$(EXEEXT) \
-+bin_PROGRAMS = bin/xapian-delve$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2) $(am__EXEEXT_3)
-+noinst_PROGRAMS = examples/copydatabase$(EXEEXT) \
- examples/quest$(EXEEXT) examples/simpleexpand$(EXEEXT) \
- examples/simpleindex$(EXEEXT) examples/simplesearch$(EXEEXT) \
- examples/xapian-metadata$(EXEEXT)
- EXTRA_PROGRAMS =
--noinst_PROGRAMS = $(am__EXEEXT_3)
- @BUILD_BACKEND_CHERT_OR_GLASS_TRUE@am__append_2 = \
- @BUILD_BACKEND_CHERT_OR_GLASS_TRUE@ bin/xapian-check\
- @BUILD_BACKEND_CHERT_OR_GLASS_TRUE@ bin/xapian-compact\
-@@ -1414,10 +1413,7 @@ lib_src = api/compactor.cc api/constinfo
- weight/tfidfweight.cc weight/tradweight.cc weight/weight.cc \
- weight/weightinternal.cc
- @MAINTAINER_NO_DOCS_FALSE@dist_man_MANS = xapian-config.1 \
--@MAINTAINER_NO_DOCS_FALSE@ $(am__append_4) $(am__append_6) \
--@MAINTAINER_NO_DOCS_FALSE@ examples/copydatabase.1 \
--@MAINTAINER_NO_DOCS_FALSE@ examples/quest.1 \
--@MAINTAINER_NO_DOCS_FALSE@ examples/xapian-metadata.1
-+@MAINTAINER_NO_DOCS_FALSE@ $(am__append_4) $(am__append_6)
- bin_xapian_check_SOURCES = bin/xapian-check.cc
- bin_xapian_check_LDADD = $(ldflags) $(libxapian_la)
- bin_xapian_compact_SOURCES = bin/xapian-compact.cc
diff --git a/databases/xapian-core/pkg-plist b/databases/xapian-core/pkg-plist
index 04162f6ff7d2..aa32dc2c5fd3 100644
--- a/databases/xapian-core/pkg-plist
+++ b/databases/xapian-core/pkg-plist
@@ -1,3 +1,8 @@
+bin/copydatabase
+bin/quest
+bin/simpleexpand
+bin/simpleindex
+bin/simplesearch
bin/xapian-check
bin/xapian-compact
bin/xapian-config
@@ -51,12 +56,15 @@ lib/cmake/xapian/xapian-config-version.cmake
lib/cmake/xapian/xapian-config.cmake
lib/libxapian.so
lib/libxapian.so.30
-lib/libxapian.so.30.4.0
+lib/libxapian.so.30.5.1
libdata/pkgconfig/xapian-core.pc
+man/man1/copydatabase.1.gz
+man/man1/quest.1.gz
man/man1/xapian-check.1.gz
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-progsrv.1.gz
man/man1/xapian-replicate-server.1.gz
man/man1/xapian-replicate.1.gz
@@ -511,6 +519,7 @@ share/aclocal/xapian.m4
%%DATADIR%%/stopwords/french.list
%%DATADIR%%/stopwords/german.list
%%DATADIR%%/stopwords/hungarian.list
+%%DATADIR%%/stopwords/indonesian.list
%%DATADIR%%/stopwords/italian.list
%%DATADIR%%/stopwords/norwegian.list
%%DATADIR%%/stopwords/portuguese.list