diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-01 16:29:13 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2012-12-01 16:29:13 +0000 |
commit | bd0411ddfb6f4a28b2b2dbf28de50430e4048cd2 (patch) | |
tree | 1b728fb47dd1704313cb01a366f51ca7d143281a /databases/hiredis | |
parent | 985edba8f6e6a5a250032fe7d6db90034ea5271f (diff) | |
download | ports-bd0411ddfb6f4a28b2b2dbf28de50430e4048cd2.tar.gz ports-bd0411ddfb6f4a28b2b2dbf28de50430e4048cd2.zip |
Notes
Diffstat (limited to 'databases/hiredis')
-rw-r--r-- | databases/hiredis/Makefile | 6 | ||||
-rw-r--r-- | databases/hiredis/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/hiredis/Makefile b/databases/hiredis/Makefile index 9cdb0faac89c..e304cd17d4a8 100644 --- a/databases/hiredis/Makefile +++ b/databases/hiredis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hiredis -DISTVERSION= 0.11.0 +PORTVERSION= 0.11.0 CATEGORIES= databases MAINTAINER= gblach@FreeBSD.org @@ -11,8 +11,8 @@ COMMENT= Minimalistic C client library for the Redis database LICENSE= BSD USE_GITHUB= yes -GH_ACCOUNT= antirez -GH_TAGNAME= v${DISTVERSION} +GH_ACCOUNT= redis +GH_TAGNAME= v${PORTVERSION} GH_COMMIT= 0fff0f1 USE_GMAKE= yes diff --git a/databases/hiredis/distinfo b/databases/hiredis/distinfo index 1c77a19106b4..84b42d1655d4 100644 --- a/databases/hiredis/distinfo +++ b/databases/hiredis/distinfo @@ -1,2 +1,2 @@ -SHA256 (hiredis-0.11.0.tar.gz) = 9340e3cb0f0daedd115b1fb5b2a631d5d8aaa3d460423f3a2a06f198d85959ff -SIZE (hiredis-0.11.0.tar.gz) = 42159 +SHA256 (hiredis-0.11.0.tar.gz) = 3aa1b899cc033cf524a485b4d7beaf699b78beae2187d212263efb49fdcb1d30 +SIZE (hiredis-0.11.0.tar.gz) = 42161 |