mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
databases/lua-xapian: Update to 1.4.19
Changes: https://trac.xapian.org/wiki/ReleaseOverview
This commit is contained in:
parent
6bcd928b21
commit
9999bb0df8
@ -1,7 +1,7 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
|
||||
PORTNAME= xapian
|
||||
PORTVERSION= 1.4.18
|
||||
PORTVERSION= 1.4.19
|
||||
DISTVERSIONPREFIX= bindings-
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://oligarchy.co.uk/xapian/${PORTVERSION}/ \
|
||||
@ -19,8 +19,6 @@ LIB_DEPENDS= libxapian.so:databases/xapian-core
|
||||
|
||||
USES= compiler:c++11-lang libtool lua:module tar:xz
|
||||
|
||||
DOCSDIR= ${LUA_DOCSDIR}
|
||||
|
||||
CONFIGURE_ARGS= --datarootdir=${DATADIR} \
|
||||
--docdir=${DOCSDIR} \
|
||||
--enable-shared \
|
||||
@ -40,7 +38,7 @@ GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_CXXSTD= c++11
|
||||
|
||||
PORTDOCS= *
|
||||
DOCSDIR= ${LUA_DOCSDIR}
|
||||
|
||||
CONFLICTS_INSTALL= xapian-bindings12
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1611665347
|
||||
SHA256 (xapian-bindings-1.4.18.tar.xz) = fe52064e90d202f7819130ae3ad013c8b2b9cb517ad9fd607cf41d0110c5f18f
|
||||
SIZE (xapian-bindings-1.4.18.tar.xz) = 1135644
|
||||
TIMESTAMP = 1642102163
|
||||
SHA256 (xapian-bindings-1.4.19.tar.xz) = 91c385a48951aa7cdf665effd25533f7477fc22781ca712e50b5496459a2883d
|
||||
SIZE (xapian-bindings-1.4.19.tar.xz) = 1137596
|
||||
|
@ -1,2 +1,7 @@
|
||||
%%LUA_MODLIBDIR%%/xapian.a
|
||||
%%LUA_MODLIBDIR%%/xapian.so
|
||||
%%LUA_DOCSDIR%%/lua/examples/simpleexpand.lua
|
||||
%%LUA_DOCSDIR%%/lua/examples/simpleindex.lua
|
||||
%%LUA_DOCSDIR%%/lua/examples/simplematchdecider.lua
|
||||
%%LUA_DOCSDIR%%/lua/examples/simplesearch.lua
|
||||
%%LUA_DOCSDIR%%/lua/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user