svn commit: r304240 - in head/databases/hiredis: . files
Bryan Drewery
bdrewery at FreeBSD.org
Fri Sep 14 01:55:01 UTC 2012
Author: bdrewery
Date: Fri Sep 14 01:55:01 2012
New Revision: 304240
URL: http://svn.freebsd.org/changeset/ports/304240
Log:
- Update to 0.11.0
- Switch to using USE_GITHUB
PR: ports/171619
Submitted by: Grzegorz Blach <magik at roorback.net> (maintainer)
Deleted:
head/databases/hiredis/files/
Modified:
head/databases/hiredis/Makefile
head/databases/hiredis/distinfo
Modified: head/databases/hiredis/Makefile
==============================================================================
--- head/databases/hiredis/Makefile Fri Sep 14 01:08:38 2012 (r304239)
+++ head/databases/hiredis/Makefile Fri Sep 14 01:55:01 2012 (r304240)
@@ -6,20 +6,20 @@
#
PORTNAME= hiredis
-DISTVERSION= 0.10.1
+DISTVERSION= 0.11.0
CATEGORIES= databases
-MASTER_SITES= https://github.com/antirez/hiredis/tarball/v${DISTVERSION}/
-DISTNAME= antirez-${PORTNAME}-v${DISTVERSION}-0-g${GITVERSION}
MAINTAINER= magik at roorback.net
COMMENT= Minimalistic C client library for the Redis database
LICENSE= BSD
-GITVERSION= 3cc6a7f
-FETCH_ARGS= -pRr
-WRKSRC= ${WRKDIR}/antirez-${PORTNAME}-${GITVERSION}
+USE_GITHUB= yes
+GH_ACCOUNT= antirez
+GH_TAGNAME= v${DISTVERSION}
+GH_COMMIT= 0fff0f1
+ARCH=
USE_GMAKE= yes
CFLAGS+= -fPIC
USE_LDCONFIG= yes
Modified: head/databases/hiredis/distinfo
==============================================================================
--- head/databases/hiredis/distinfo Fri Sep 14 01:08:38 2012 (r304239)
+++ head/databases/hiredis/distinfo Fri Sep 14 01:55:01 2012 (r304240)
@@ -1,2 +1,2 @@
-SHA256 (antirez-hiredis-v0.10.1-0-g3cc6a7f.tar.gz) = fed36cc82220a1e1232380ddf3d346956e8fa09708ca87c958371bdd594bcbae
-SIZE (antirez-hiredis-v0.10.1-0-g3cc6a7f.tar.gz) = 40024
+SHA256 (hiredis-0.11.0.tar.gz) = 9340e3cb0f0daedd115b1fb5b2a631d5d8aaa3d460423f3a2a06f198d85959ff
+SIZE (hiredis-0.11.0.tar.gz) = 42159
More information about the svn-ports-head
mailing list