Date: Sat, 7 Sep 2013 16:15:49 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326652 - head/devel/py-twistedRunner Message-ID: <201309071615.r87GFnYN002939@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 16:15:48 2013 New Revision: 326652 URL: http://svnweb.freebsd.org/changeset/ports/326652 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Update USE_PYTHON - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/runner/topfiles/NEWS Modified: head/devel/py-twistedRunner/Makefile (contents, props changed) head/devel/py-twistedRunner/distinfo (contents, props changed) Modified: head/devel/py-twistedRunner/Makefile ============================================================================== --- head/devel/py-twistedRunner/Makefile Sat Sep 7 16:15:44 2013 (r326651) +++ head/devel/py-twistedRunner/Makefile Sat Sep 7 16:15:48 2013 (r326652) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedRunner -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedRunner -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= devel net python -MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Runner/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedRunner-${PORTVERSION} @@ -16,14 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Runner has process management, including an inetd replacement LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS:= ${BUILD_DEPENDS} USE_BZIP2= yes -USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= ${PORTNAME:S/twisted/Twisted_/} .include <bsd.port.mk> Modified: head/devel/py-twistedRunner/distinfo ============================================================================== --- head/devel/py-twistedRunner/distinfo Sat Sep 7 16:15:44 2013 (r326651) +++ head/devel/py-twistedRunner/distinfo Sat Sep 7 16:15:48 2013 (r326652) @@ -1,2 +1,2 @@ -SHA256 (TwistedRunner-12.1.0.tar.bz2) = 195d510361428c04484c99fc4725692042a8ead434ba4af0c072d559683b7617 -SIZE (TwistedRunner-12.1.0.tar.bz2) = 12853 +SHA256 (TwistedRunner-13.1.0.tar.bz2) = 8ae105abcc4905e0602bbd5c71555fe403f62923a1695e2dca0c36642d2387e8 +SIZE (TwistedRunner-13.1.0.tar.bz2) = 12906
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071615.r87GFnYN002939>