mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
- Update to version 5.2.0
- Add option for database backends
This commit is contained in:
parent
960e295b34
commit
df50c13f80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357795
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= yaz
|
||||
PORTVERSION= 5.1.2
|
||||
PORTVERSION= 5.2.0
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ftp.indexdata.dk/pub/yaz/
|
||||
|
||||
@ -27,6 +27,17 @@ CONFIGURE_ARGS+=--enable-shared --with-openssl=${OPENSSLBASE} \
|
||||
PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
OPTIONS_SINGLE= DB
|
||||
OPTIONS_SINGLE_DB= MEMCACHED REDIS
|
||||
OPTIONS_DEFAULT= REDIS
|
||||
|
||||
MEMCACHED_DESC= Memcached distributed cache system support
|
||||
MEMCACHED_CONFIGURE_WITH= memcached
|
||||
MEMCACHED_LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached
|
||||
|
||||
REDIS_CONFIGURE_WITH= redis
|
||||
REDIS_LIB_DEPENDS= libhiredis.so:${PORTSDIR}/databases/hiredis
|
||||
REDIS_LDFLAGS= -L${LOCALBASE}/lib
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|tclsh |tclsh8.6 |' ${WRKSRC}/configure
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (yaz-5.1.2.tar.gz) = 49b08b55e92da009de65a568a34da8c1d2399137999125c1abcc64899781acb1
|
||||
SIZE (yaz-5.1.2.tar.gz) = 2522515
|
||||
SHA256 (yaz-5.2.0.tar.gz) = fe4ac2e687d928565e546d849d5ccd17f286db65e84287192074d887de381c94
|
||||
SIZE (yaz-5.2.0.tar.gz) = 2528363
|
||||
|
Loading…
Reference in New Issue
Block a user