update to libhiredis-0.14.0, switch to GH_* in the hope portroach may find updates

This commit is contained in:
sthen 2019-04-02 14:04:42 +00:00
parent 17eeabd581
commit 5de2ab2396
3 changed files with 12 additions and 15 deletions

View File

@ -1,25 +1,21 @@
# $OpenBSD: Makefile,v 1.2 2015/12/21 21:53:15 sthen Exp $
# $OpenBSD: Makefile,v 1.3 2019/04/02 14:04:42 sthen Exp $
COMMENT= minimalistic C client for Redis
V= 0.13.3
DISTNAME= hiredis-$V
GH_ACCOUNT= redis
GH_PROJECT= hiredis
GH_TAGNAME= v0.14.0
PKGNAME= lib${DISTNAME}
DISTFILES= ${DISTNAME}{v$V}.tar.gz
SHARED_LIBS= hiredis 0.0 # 0.13
SHARED_LIBS= hiredis 0.1 # 0.13
CATEGORIES= databases devel
HOMEPAGE= https://github.com/redis/hiredis/
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
# BSD
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= https://github.com/redis/hiredis/archive/
LIBV= HIREDIS_MAJOR=${LIBhiredis_VERSION:R} \
HIREDIS_MINOR=${LIBhiredis_VERSION:E} \
HIREDIS_SONAME=${LIBhiredis_VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (hiredis-0.13.3.tar.gz) = cX5vyNwoGb71It6spRbenlG536aP45O321w7YHkZb3g=
SIZE (hiredis-0.13.3.tar.gz) = 58291
SHA256 (hiredis-0.14.0.tar.gz) = BC+WXhgrgGkwFYOanQJ4rnP65dXQnYv20OajmoxDk70=
SIZE (hiredis-0.14.0.tar.gz) = 63061

View File

@ -1,6 +1,7 @@
$OpenBSD: patch-Makefile,v 1.1.1.1 2015/09/16 08:46:43 sthen Exp $
--- Makefile.orig Sat Aug 29 21:28:46 2015
+++ Makefile Sat Aug 29 21:28:48 2015
$OpenBSD: patch-Makefile,v 1.2 2019/04/02 14:04:42 sthen Exp $
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -9,10 +9,10 @@ TESTS=hiredis-test
LIBNAME=libhiredis
PKGCONFNAME=hiredis.pc
@ -16,7 +17,7 @@ $OpenBSD: patch-Makefile,v 1.1.1.1 2015/09/16 08:46:43 sthen Exp $
# Installation related variables and target
PREFIX?=/usr/local
@@ -176,7 +176,7 @@ $(PKGCONFNAME): hiredis.h
@@ -171,7 +171,7 @@ $(PKGCONFNAME): hiredis.h
@echo >> $@
@echo Name: hiredis >> $@
@echo Description: Minimalistic C client library for Redis. >> $@