update to libhiredis-0.14.1
This commit is contained in:
parent
bdbcfebfcf
commit
cbb176c806
@ -1,20 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2020/02/03 20:40:38 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2020/05/29 13:02:29 sthen Exp $
|
||||
|
||||
COMMENT= minimalistic C client for Redis
|
||||
|
||||
GH_ACCOUNT= redis
|
||||
GH_PROJECT= hiredis
|
||||
GH_TAGNAME= v0.14.0
|
||||
GH_TAGNAME= v0.14.1
|
||||
PKGNAME= lib${DISTNAME}
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS= hiredis 0.1 # 0.13
|
||||
SHARED_LIBS= hiredis 0.2
|
||||
|
||||
CATEGORIES= databases devel
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE= Yes
|
||||
|
||||
DEBUG_PACKAGES= ${BUILD_PACKAGES}
|
||||
|
||||
LIBV= HIREDIS_MAJOR=${LIBhiredis_VERSION:R} \
|
||||
HIREDIS_MINOR=${LIBhiredis_VERSION:E} \
|
||||
HIREDIS_SONAME=${LIBhiredis_VERSION}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (hiredis-0.14.0.tar.gz) = BC+WXhgrgGkwFYOanQJ4rnP65dXQnYv20OajmoxDk70=
|
||||
SIZE (hiredis-0.14.0.tar.gz) = 63061
|
||||
SHA256 (hiredis-0.14.1.tar.gz) = JmOyrtn9QwUH4w/F5jJ07kDN0aKWAm4i6v19mbAciRM=
|
||||
SIZE (hiredis-0.14.1.tar.gz) = 64372
|
||||
|
@ -1,4 +1,5 @@
|
||||
$OpenBSD: patch-Makefile,v 1.2 2019/04/02 14:04:42 sthen Exp $
|
||||
$OpenBSD: patch-Makefile,v 1.3 2020/05/29 13:02:29 sthen Exp $
|
||||
|
||||
Index: Makefile
|
||||
--- Makefile.orig
|
||||
+++ Makefile
|
||||
@ -17,7 +18,7 @@ Index: Makefile
|
||||
|
||||
# Installation related variables and target
|
||||
PREFIX?=/usr/local
|
||||
@@ -171,7 +171,7 @@ $(PKGCONFNAME): hiredis.h
|
||||
@@ -172,7 +172,7 @@ $(PKGCONFNAME): hiredis.h
|
||||
@echo >> $@
|
||||
@echo Name: hiredis >> $@
|
||||
@echo Description: Minimalistic C client library for Redis. >> $@
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/09/16 08:46:43 sthen Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2020/05/29 13:02:29 sthen Exp $
|
||||
include/hiredis/
|
||||
include/hiredis/adapters/
|
||||
include/hiredis/adapters/ae.h
|
||||
@ -9,10 +9,11 @@ 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/read.h
|
||||
include/hiredis/sds.h
|
||||
lib/libhiredis.a
|
||||
@static-lib lib/libhiredis.a
|
||||
@lib lib/libhiredis.so.${LIBhiredis_VERSION}
|
||||
lib/pkgconfig/hiredis.pc
|
||||
|
Loading…
Reference in New Issue
Block a user