Date: Thu, 28 Mar 2013 03:57:29 -0700 (PDT) From: William Grzybowski <william88@gmail.com> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/177437: [MAINTAINER] devel/py-hgtools: update to 2.1 Message-ID: <51542219.8b23340a.37fa.6ff2@mx.google.com> Resent-Message-ID: <201303281100.r2SB02Iw045671@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 177437 >Category: ports >Synopsis: [MAINTAINER] devel/py-hgtools: update to 2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Mar 28 11:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: >Description: Update to 2.1: hgtools now builds natively on Python 3, rather than requiring a 2to3 conversion at install time. Redports: https://redports.org/buildarchive/20130328105400-59038/ >How-To-Repeat: >Fix: See attached patch --- py-hgtools.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 315455) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= hgtools -PORTVERSION= 2.0.3 +PORTVERSION= 2.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,7 +13,7 @@ LICENSE= GPLv2 USE_ZIP= yes -USE_PYTHON= -2.7 +USE_PYTHON= yes USE_PYDISTUTILS= easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% Index: distinfo =================================================================== --- distinfo (revision 315455) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (hgtools-2.0.3.zip) = 76f56eb6d7238fa12bdeef28ce279cf6349260f487f4c12ba0b747d40e2a8327 -SIZE (hgtools-2.0.3.zip) = 30793 +SHA256 (hgtools-2.1.zip) = 4f26880aca44976f39f07df25b591db026a1cc5a8efda5e5d94f7ab7d78540c1 +SIZE (hgtools-2.1.zip) = 28919 --- py-hgtools.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?51542219.8b23340a.37fa.6ff2>