From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Jan 21 10:00:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F01AE89C for ; Tue, 21 Jan 2014 10:00: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 CAD8319E6 for ; Tue, 21 Jan 2014 10:00: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 s0LA00bT050139 for ; Tue, 21 Jan 2014 10:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id s0LA00jG050138; Tue, 21 Jan 2014 10:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 21 Jan 2014 10:00:00 GMT Resent-Message-Id: <201401211000.s0LA00jG050138@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, Eero Hänninen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8779481C for ; Tue, 21 Jan 2014 09:53:31 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7395B19A9 for ; Tue, 21 Jan 2014 09:53:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id s0L9rTJO066393 for ; Tue, 21 Jan 2014 09:53:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id s0L9rTu0066388; Tue, 21 Jan 2014 09:53:29 GMT (envelope-from nobody) Message-Id: <201401210953.s0L9rTu0066388@oldred.freebsd.org> Date: Tue, 21 Jan 2014 09:53:29 GMT From: Eero Hänninen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185961: [PATCH] textproc/py-trans update to 2.0 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, 21 Jan 2014 10:00:01 -0000 >Number: 185961 >Category: ports >Synopsis: [PATCH] textproc/py-trans update to 2.0 >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: Tue Jan 21 10:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Eero Hänninen >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD labakinnas 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: - support STAGEDIR - update to version 2.0 release highlight: * Python 3 support * class Trans for create different tables spaces >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN py-trans.orig/Makefile py-trans/Makefile --- py-trans.orig/Makefile 2014-01-13 23:00:02.000000000 +0200 +++ py-trans/Makefile 2014-01-21 00:28:35.000000000 +0200 @@ -1,7 +1,7 @@ # $FreeBSD: textproc/py-trans/Makefile 339634 2014-01-13 21:00:02Z rene $ PORTNAME= trans -PORTVERSION= 1.5.1 +PORTVERSION= 2.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,13 +11,9 @@ LICENSE= BSD -PLIST_FILES= %%PYTHON_SITELIBDIR%%/trans.py \ - %%PYTHON_SITELIBDIR%%/trans.pyc \ - %%PYTHON_SITELIBDIR%%/trans.pyo - USE_BZIP2= yes -USE_PYTHON= 2 USE_PYDISTUTILS=yes +USE_PYTHON= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include diff -ruN py-trans.orig/distinfo py-trans/distinfo --- py-trans.orig/distinfo 2012-09-20 11:53:45.000000000 +0300 +++ py-trans/distinfo 2014-01-21 00:17:40.000000000 +0200 @@ -1,2 +1,2 @@ -SHA256 (trans-1.5.1.tar.bz2) = f2fc01ceeefb4372df6f2c8e0f7a7548bb02c440203e0e8f70385ced9fe509da -SIZE (trans-1.5.1.tar.bz2) = 6409 +SHA256 (trans-2.0.tar.bz2) = 77e444e908b4553c4c084d51357647f65398039f447ec8bb7cf90fa34fb1509d +SIZE (trans-2.0.tar.bz2) = 7396 >Release-Note: >Audit-Trail: >Unformatted: