Date: Sat, 7 Sep 2013 16:15:57 +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: r326654 - head/net-im/py-twistedWords Message-ID: <201309071615.r87GFvuF003119@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 16:15:57 2013 New Revision: 326654 URL: http://svnweb.freebsd.org/changeset/ports/326654 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/words/topfiles/NEWS Modified: head/net-im/py-twistedWords/Makefile (contents, props changed) head/net-im/py-twistedWords/distinfo (contents, props changed) Modified: head/net-im/py-twistedWords/Makefile ============================================================================== --- head/net-im/py-twistedWords/Makefile Sat Sep 7 16:15:53 2013 (r326653) +++ head/net-im/py-twistedWords/Makefile Sat Sep 7 16:15:57 2013 (r326654) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedWords -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedWords -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= net-im devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Words/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedWords-${PORTVERSION} @@ -16,14 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Twisted Words has more chat than you can handle 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/net-im/py-twistedWords/distinfo ============================================================================== --- head/net-im/py-twistedWords/distinfo Sat Sep 7 16:15:53 2013 (r326653) +++ head/net-im/py-twistedWords/distinfo Sat Sep 7 16:15:57 2013 (r326654) @@ -1,2 +1,2 @@ -SHA256 (TwistedWords-12.1.0.tar.bz2) = 696f16e6ade8b2d68af8a0d8954d23bfc35b382025f457fdc47bdc265b81ac5f -SIZE (TwistedWords-12.1.0.tar.bz2) = 166618 +SHA256 (TwistedWords-13.1.0.tar.bz2) = 114641e867205cf8957e566e8a0b58dada50ff399b8f8ba6c4cfea681a2d7c94 +SIZE (TwistedWords-13.1.0.tar.bz2) = 173509
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071615.r87GFvuF003119>