Date: Tue, 18 Feb 2014 14:42:16 -0800 (PST) From: Raphael Kubo da Costa <kubito@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Cc: flz@FreeBSD.org Subject: ports/186880: [PATCH] devel/rbtools: Update to 0.5.7. Message-ID: <5303e1c8.2411700a.204c.30cc@mx.google.com> Resent-Message-ID: <201402182250.s1IMo08I028851@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186880 >Category: ports >Synopsis: [PATCH] devel/rbtools: Update to 0.5.7. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 18 22:50:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Raphael Kubo da Costa >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD orwell 11.0-CURRENT FreeBSD 11.0-CURRENT #7 r261945: Sun Feb 16 01:58:10 EET >Description: - Update to 0.5.7. - Stage-ify. - Move away from deprecated bsd.python.mk variables and generate the plist automatically. - I see that many updates to this port have been committed after a long period of maintainer timeout; I can take maintanership of this port if OK. Port maintainer (flz@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 1.00.2014.02.11 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- rbtools-0.5.7.patch begins here --- diff -ruN /usr/ports/devel/rbtools/Makefile ./Makefile --- /usr/ports/devel/rbtools/Makefile 2014-01-22 19:00:46.000000000 +0200 +++ ./Makefile 2014-02-19 00:34:43.000000000 +0200 @@ -1,26 +1,20 @@ # $FreeBSD: head/devel/rbtools/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= ${ORIGNAME:L} -DISTVERSION= 0.5 +DISTVERSION= 0.5.7 CATEGORIES= devel -MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION}/ +MASTER_SITES= http://downloads.reviewboard.org/releases/${ORIGNAME}/${DISTVERSION:R}/ DISTNAME= ${ORIGNAME}-${DISTVERSION} -MAINTAINER= flz@FreeBSD.org +MAINTAINER= rakuco@FreeBSD.org COMMENT= ReviewBoard Toolset LICENSE= MIT ORIGNAME= RBTools -USE_PYTHON= 2 -USE_PYDISTUTILS= easy_install -PYDISTUTILS_PKGNAME= ${ORIGNAME} -PYDISTUTILS_PKGVERSION= ${DISTVERSION} - -PLIST_FILES= bin/post-review \ - bin/rbt \ - %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= 2 +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff -ruN /usr/ports/devel/rbtools/distinfo ./distinfo --- /usr/ports/devel/rbtools/distinfo 2013-06-13 15:58:25.000000000 +0300 +++ ./distinfo 2014-02-19 00:13:18.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (RBTools-0.5.tar.gz) = da3cbef4723cb4081098af20797269eae27902ece239f526e6e4a69fd248cb74 -SIZE (RBTools-0.5.tar.gz) = 87824 +SHA256 (RBTools-0.5.7.tar.gz) = d3d32280380703bf184c5f4627c1aa7f56310168c191e6687c517a3b591bff1b +SIZE (RBTools-0.5.7.tar.gz) = 104098 --- rbtools-0.5.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5303e1c8.2411700a.204c.30cc>