Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Dec 2012 16:29:13 +0000 (UTC)
From:      Grzegorz Blach <gblach@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308079 - head/databases/hiredis
Message-ID:  <201212011629.qB1GTDtn047804@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201212011629.qB1GTDtn047804>