From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 18 22:50:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6571D40 for ; Tue, 18 Feb 2014 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F9741E0F for ; Tue, 18 Feb 2014 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id s1IMo0Wi028852 for ; Tue, 18 Feb 2014 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s1IMo08I028851; Tue, 18 Feb 2014 22:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 18 Feb 2014 22:50:00 GMT Resent-Message-Id: <201402182250.s1IMo08I028851@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Raphael Kubo da Costa Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF69EC8C; Tue, 18 Feb 2014 22:42:19 +0000 (UTC) Received: from mail-lb0-x22e.google.com (mail-lb0-x22e.google.com [IPv6:2a00:1450:4010:c04::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BDE51DC0; Tue, 18 Feb 2014 22:42:18 +0000 (UTC) Received: by mail-lb0-f174.google.com with SMTP id l4so12620146lbv.5 for ; Tue, 18 Feb 2014 14:42:16 -0800 (PST) Received: from localhost (a91-154-115-217.elisa-laajakaista.fi. [91.154.115.217]) by mx.google.com with ESMTPSA id l4sm25179534lbd.15.2014.02.18.14.42.15 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 18 Feb 2014 14:42:16 -0800 (PST) Message-Id: <5303e1c8.2411700a.204c.30cc@mx.google.com> Date: Tue, 18 Feb 2014 14:42:16 -0800 (PST) From: Raphael Kubo da Costa To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/186880: [PATCH] devel/rbtools: Update to 0.5.7. Cc: flz@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 22:50:00 -0000 >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 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: