summaryrefslogtreecommitdiff
path: root/databases/hiredis/Makefile
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2015-05-06 11:39:33 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2015-05-06 11:39:33 +0000
commitc37167716dd4559f2f6d83ef0e501f9b34ae6428 (patch)
tree810c04067293153f900db75c4eecb802a15309ef /databases/hiredis/Makefile
parent- Drop GH_TAGNAME, use DISTVERSIONPREFIX instead (diff)
Upgrade to version 0.13.1 and take maintainership from ports@.
Notes
Notes: svn path=/head/; revision=385511
Diffstat (limited to 'databases/hiredis/Makefile')
-rw-r--r--databases/hiredis/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile
index 68f1ef6801ac..132088605845 100644
--- a/databases/hiredis/Makefile
+++ b/databases/hiredis/Makefile
@@ -2,19 +2,17 @@
# $FreeBSD$
PORTNAME= hiredis
-PORTVERSION= 0.12.1
-PORTREVISION= 1
+PORTVERSION= 0.13.1
+DISTVERSIONPREFIX=v
CATEGORIES= databases
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= olgeni@FreeBSD.org
COMMENT= Minimalistic C client library for the Redis database
LICENSE= BSD3CLAUSE
USE_GITHUB= yes
GH_ACCOUNT= redis
-GH_TAGNAME= v${PORTVERSION}
-GH_COMMIT= 9be3a07
USES= gmake
USE_LDCONFIG= yes