forked from Lainports/opnsense-ports
databases/hiredis: sync with upstream
Taken from: FreeBSD
This commit is contained in:
parent
2b2bc606e4
commit
3eb2f3db27
3 changed files with 18 additions and 5 deletions
|
|
@ -1,7 +1,7 @@
|
|||
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
||||
|
||||
PORTNAME= hiredis
|
||||
PORTVERSION= 0.13.3
|
||||
PORTVERSION= 1.0.2
|
||||
DISTVERSIONPREFIX=v
|
||||
CATEGORIES= databases
|
||||
|
||||
|
|
@ -18,13 +18,19 @@ USE_LDCONFIG= yes
|
|||
|
||||
CPE_VENDOR= redislabs
|
||||
|
||||
OPTIONS_DEFINE= OPENSSL
|
||||
OPTIONS_DEFAULT= OPENSSL
|
||||
OPENSSL_MAKE_ARGS= USE_SSL=1
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e '/^REAL_/s/ \$$(ARCH)//' \
|
||||
-e 's|\$$(INSTALL_LIBRARY_PATH)/\$$(PKGCONF_PATH)|\$$(DESTDIR)\$$(PREFIX)/libdata/\$$(PKGCONF_PATH)|' \
|
||||
${WRKSRC}/Makefile
|
||||
|
||||
post-build:
|
||||
@${STRIP_CMD} ${WRKSRC}/libhiredis.so
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC} && ${MAKE_CMD} test
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
|||
|
|
@ -1,2 +1,3 @@
|
|||
SHA256 (redis-hiredis-v0.13.3_GH0.tar.gz) = 717e6fc8dc2819bef522deaca516de9e51b9dfa68fe393b7db5c3b6079196f78
|
||||
SIZE (redis-hiredis-v0.13.3_GH0.tar.gz) = 58291
|
||||
TIMESTAMP = 1651162224
|
||||
SHA256 (redis-hiredis-v1.0.2_GH0.tar.gz) = e0ab696e2f07deb4252dda45b703d09854e53b9703c7d52182ce5a22616c3819
|
||||
SIZE (redis-hiredis-v1.0.2_GH0.tar.gz) = 98139
|
||||
|
|
|
|||
|
|
@ -6,11 +6,17 @@ include/hiredis/adapters/libevent.h
|
|||
include/hiredis/adapters/libuv.h
|
||||
include/hiredis/adapters/macosx.h
|
||||
include/hiredis/adapters/qt.h
|
||||
include/hiredis/alloc.h
|
||||
include/hiredis/async.h
|
||||
include/hiredis/hiredis.h
|
||||
include/hiredis/hiredis_ssl.h
|
||||
include/hiredis/read.h
|
||||
include/hiredis/sds.h
|
||||
lib/libhiredis.a
|
||||
lib/libhiredis.so
|
||||
lib/libhiredis.so.0.13
|
||||
lib/libhiredis.so.1.0.0
|
||||
lib/libhiredis_ssl.a
|
||||
lib/libhiredis_ssl.so
|
||||
lib/libhiredis_ssl.so.1.0.0
|
||||
libdata/pkgconfig/hiredis.pc
|
||||
libdata/pkgconfig/hiredis_ssl.pc
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue