svn commit: r308079 - head/databases/hiredis
Grzegorz Blach
gblach at FreeBSD.org
Sat Dec 1 16:29:13 UTC 2012
Author: gblach
Date: Sat Dec 1 16:29:13 2012
New Revision: 308079
URL: http://svnweb.freebsd.org/changeset/ports/308079
Log:
- Changes GH_ACCOUNT to redis
- Use PORTVERSION instead of DISTVERSION
- Update distinfo (Only difference from previous tarball is changed
account in directory name)
Approved by: crees (mentor)
Feature safe: yes
Modified:
head/databases/hiredis/Makefile
head/databases/hiredis/distinfo
Modified: head/databases/hiredis/Makefile
==============================================================================
--- head/databases/hiredis/Makefile Sat Dec 1 16:27:34 2012 (r308078)
+++ head/databases/hiredis/Makefile Sat Dec 1 16:29:13 2012 (r308079)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= hiredis
-DISTVERSION= 0.11.0
+PORTVERSION= 0.11.0
CATEGORIES= databases
MAINTAINER= gblach at FreeBSD.org
@@ -11,8 +11,8 @@ COMMENT= Minimalistic C client library f
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
Modified: head/databases/hiredis/distinfo
==============================================================================
--- head/databases/hiredis/distinfo Sat Dec 1 16:27:34 2012 (r308078)
+++ head/databases/hiredis/distinfo Sat Dec 1 16:29:13 2012 (r308079)
@@ -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
More information about the svn-ports-head
mailing list