Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 May 2013 08:14:17 GMT
From:      Kimo <kimor79@yahoo.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/178276: [PATCH] devel/rbtools: Upgrade to 0.5
Message-ID:  <201305010814.r418EHXf010849@red.freebsd.org>
Resent-Message-ID: <201305010820.r418K19W069583@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         178276
>Category:       ports
>Synopsis:       [PATCH] devel/rbtools: Upgrade to 0.5
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 01 08:20:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kimo
>Release:        9.0-RELEASE
>Organization:
>Environment:
>Description:
Attached patch (generated via `svn diff`) updates devel/rbtools to version 0.5
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: distinfo
===================================================================
--- distinfo	(revision 316998)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (RBTools-0.4.3.tar.gz) = 7c35271b7d65e8ab72ae1a10b0c65e8dbf718f31391fff44034f0bc4262a0917
-SIZE (RBTools-0.4.3.tar.gz) = 62062
+SHA256 (RBTools-0.5.tar.gz) = da3cbef4723cb4081098af20797269eae27902ece239f526e6e4a69fd248cb74
+SIZE (RBTools-0.5.tar.gz) = 87824
Index: Makefile
===================================================================
--- Makefile	(revision 316998)
+++ Makefile	(working copy)
@@ -2,10 +2,9 @@
 # $FreeBSD$
 
 PORTNAME=	${ORIGNAME:L}
-DISTVERSION=	0.4.3
+DISTVERSION=	0.5
 CATEGORIES=	devel
-MASTER_SITES=	http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:C|^(...).*|\1|}/ \
-		http://eggrepo.eea.europa.eu/pypi/RBTools/
+MASTER_SITES=	http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION}/
 DISTNAME=	${ORIGNAME}-${DISTVERSION}
 
 MAINTAINER=	flz@FreeBSD.org
@@ -21,6 +20,7 @@
 PYDISTUTILS_PKGVERSION=	${DISTVERSION}
 
 PLIST_FILES=	bin/post-review \
+		bin/rbt \
 		%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
 
 .include <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



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