Bug 171619 - databases/hiredis updated to 0.11.0
Summary: databases/hiredis updated to 0.11.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Bryan Drewery
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-13 20:30 UTC by Grzegorz Blach
Modified: 2012-09-14 03:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.92 KB, patch)
2012-09-13 20:30 UTC, Grzegorz Blach
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Grzegorz Blach 2012-09-13 20:30:02 UTC
Port databases/hiredis updated to 0.11.0
Switched to USE_GITHUB

Fix: Patch attached with submission follows:
Comment 1 Bryan Drewery freebsd_committer freebsd_triage 2012-09-13 21:11:34 UTC
Responsible Changed
From-To: freebsd-ports-bugs->bdrewery

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-09-14 02:55:12 UTC
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@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@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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Bryan Drewery freebsd_committer freebsd_triage 2012-09-14 02:55:15 UTC
State Changed
From-To: open->closed

Committed. Thanks!