From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 15 10:50:06 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DE1D2106564A for ; Thu, 15 Dec 2011 10:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B290B8FC0A for ; Thu, 15 Dec 2011 10:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id pBFAo5SY025941 for ; Thu, 15 Dec 2011 10:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBFAo5Gc025940; Thu, 15 Dec 2011 10:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 15 Dec 2011 10:50:05 GMT Resent-Message-Id: <201112151050.pBFAo5Gc025940@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, Ruslan Mahmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55629106566C for ; Thu, 15 Dec 2011 10:46:20 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2A8C78FC13 for ; Thu, 15 Dec 2011 10:46:20 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBFAkKre018396 for ; Thu, 15 Dec 2011 10:46:20 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBFAkJwt018395; Thu, 15 Dec 2011 10:46:19 GMT (envelope-from nobody) Message-Id: <201112151046.pBFAkJwt018395@red.freebsd.org> Date: Thu, 15 Dec 2011 10:46:19 GMT From: Ruslan Mahmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163311: [PATCH] devel/py-turbojson: some cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Dec 2011 10:50:06 -0000 >Number: 163311 >Category: ports >Synopsis: [PATCH] devel/py-turbojson: some cleanup >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: Thu Dec 15 10:50:05 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Ruslan Mahmatkhanov >Release: 10.0-CURRENT >Organization: >Environment: 10.0-CURRENT i386 >Description: - correct download url for turbogears.org - add LICENSE (MIT) - move pkg-plist to PLIST_FILES - set USE_PYTHON to 2.6-2.7 (doesn't seems support python3) - whitespace fix in pkg-descr, remove Author field - non-functional changes, so no PORTREVISION bump is needed patch: http://people.freebsd.org/~rm/py-turbojson.cleanup.diff.txt log: http://people.freebsd.org/~rm/py27-TurboJson-1.3.2.log >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== RCS file: /home/pcvs/ports/devel/py-turbojson/Makefile,v retrieving revision 1.17 diff -u -r1.17 Makefile --- Makefile 10 Aug 2011 21:19:01 -0000 1.17 +++ Makefile 15 Dec 2011 10:41:28 -0000 @@ -10,19 +10,22 @@ PORTREVISION= 0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ - http://www.turbogears.org/2.0/downloads/2.0.1/ \ + http://www.turbogears.org/2.1/downloads/2.1.4/ \ http://nivi.interfree.it/distfiles/${PORTNAME}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Python template plugin for TurboGears that supports json +LICENSE= MIT + BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:${PORTSDIR}/devel/py-PEAK-Rules RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=1.9.1:${PORTSDIR}/devel/py-simplejson \ ${PYTHON_PKGNAMEPREFIX}PEAK-Rules>=0:${PORTSDIR}/devel/py-PEAK-Rules -USE_PYTHON= 2.5+ +PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +USE_PYTHON= 2.6-2.7 USE_PYDISTUTILS= easy_install .include Index: pkg-descr =================================================================== RCS file: /home/pcvs/ports/devel/py-turbojson/pkg-descr,v retrieving revision 1.3 diff -u -r1.3 pkg-descr --- pkg-descr 31 Dec 2010 16:33:47 -0000 1.3 +++ pkg-descr 15 Dec 2011 10:41:28 -0000 @@ -1,4 +1,3 @@ -Python template plugin for TurboGears that supports json +Python template plugin for TurboGears that supports json -Author: Elvelind Grandin WWW: http://docs.turbogears.org/TurboJson Index: pkg-plist =================================================================== RCS file: pkg-plist diff -N pkg-plist --- pkg-plist 3 Aug 2009 12:20:36 -0000 1.9 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,2 +0,0 @@ -@comment $FreeBSD: ports/devel/py-turbojson/pkg-plist,v 1.9 2009/08/03 12:20:36 nivit Exp $ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >Release-Note: >Audit-Trail: >Unformatted: