Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Jul 2016 19:57:25 +0000 (UTC)
From:      Carlo Strub <cs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r418339 - head/databases/redigo
Message-ID:  <201607101957.u6AJvPUn010072@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cs
Date: Sun Jul 10 19:57:25 2016
New Revision: 418339
URL: https://svnweb.freebsd.org/changeset/ports/418339

Log:
  - Update to 1.0.0
  - Take maintainership
  - Use GH

Modified:
  head/databases/redigo/Makefile
  head/databases/redigo/distinfo
  head/databases/redigo/pkg-plist

Modified: head/databases/redigo/Makefile
==============================================================================
--- head/databases/redigo/Makefile	Sun Jul 10 18:53:19 2016	(r418338)
+++ head/databases/redigo/Makefile	Sun Jul 10 19:57:25 2016	(r418339)
@@ -2,15 +2,20 @@
 # $FreeBSD$
 
 PORTNAME=	redigo
-PORTVERSION=	20140714
+PORTVERSION=	1.0.0
+PORTEPOCH=	1
 CATEGORIES=	databases
-MASTER_SITES=	LOCAL/gblach/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	cs@FreeBSD.org
 COMMENT=	Go client for the Redis database
 
-WRKSRC=		${WRKDIR}/${DISTNAME}/redis
+LICENSE=	APACHE20
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	garyburd
+GH_TAGNAME=	v${PORTVERSION}
 USES=		go
-GO_PKGNAME=	github.com/garyburd/${PORTNAME}/redis
+GO_PKGNAME=	github.com/garyburd/${PORTNAME}
+GO_TARGET=	${GO_PKGNAME}/redis				\
 
 .include <bsd.port.mk>

Modified: head/databases/redigo/distinfo
==============================================================================
--- head/databases/redigo/distinfo	Sun Jul 10 18:53:19 2016	(r418338)
+++ head/databases/redigo/distinfo	Sun Jul 10 19:57:25 2016	(r418339)
@@ -1,2 +1,3 @@
-SHA256 (redigo-20140714.tar.gz) = 615021ecc603e7578664ba3d17359cc53a36926885177278fa4146f4e2b42f49
-SIZE (redigo-20140714.tar.gz) = 22703
+TIMESTAMP = 1468180041
+SHA256 (garyburd-redigo-1.0.0-v1.0.0_GH0.tar.gz) = 5c8dcdb2b160adb4265f70faa9630ba0239caada6221d3dfefc8b79417145e1f
+SIZE (garyburd-redigo-1.0.0-v1.0.0_GH0.tar.gz) = 34024

Modified: head/databases/redigo/pkg-plist
==============================================================================
--- head/databases/redigo/pkg-plist	Sun Jul 10 18:53:19 2016	(r418338)
+++ head/databases/redigo/pkg-plist	Sun Jul 10 19:57:25 2016	(r418339)
@@ -1,19 +1,18 @@
-%%GO_LIBDIR%%/%%GO_PKGNAME%%.a
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/conn.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/conn_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/commandinfo.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/doc.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/log.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/pool.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/pool_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/pubsub.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/pubsub_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/reply.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/reply_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/scan.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/scan_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/script.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/script_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/test_test.go
-%%GO_SRCDIR%%/%%GO_PKGNAME%%/zpop_example_test.go
+%%GO_LIBDIR%%/%%GO_PKGNAME%%/redis.a
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/conn.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/conn_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/doc.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/log.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/pool.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/pool_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/pubsub.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/pubsub_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/redis.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/reply.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/reply_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/scan.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/scan_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/script.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/script_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/test_test.go
+%%GO_SRCDIR%%/%%GO_PKGNAME%%/redis/zpop_example_test.go



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