Date: Sat, 7 Sep 2013 16:15:27 +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: r326647 - head/textproc/py-twistedLore Message-ID: <201309071615.r87GFRUX002285@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Sep 7 16:15:26 2013 New Revision: 326647 URL: http://svnweb.freebsd.org/changeset/ports/326647 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/lore/topfiles/NEWS Modified: head/textproc/py-twistedLore/Makefile (contents, props changed) head/textproc/py-twistedLore/distinfo (contents, props changed) Modified: head/textproc/py-twistedLore/Makefile ============================================================================== --- head/textproc/py-twistedLore/Makefile Sat Sep 7 16:15:22 2013 (r326646) +++ head/textproc/py-twistedLore/Makefile Sat Sep 7 16:15:26 2013 (r326647) @@ -1,14 +1,11 @@ -# New ports collection makefile for: py-twistedLore -# Date created: 14 April 2005 -# Whom: Neal Nelson <neal@nelson.name> -# +# Created by: Neal Nelson <neal@nelson.name> # $FreeBSD$ -# PORTNAME= twistedLore -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= textproc python -MASTER_SITES= http://twistedmatrix.com/Releases/Lore/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Lore/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedLore-${PORTVERSION} @@ -16,14 +13,13 @@ MAINTAINER= python@FreeBSD.org COMMENT= Documentation generator with HTML and LaTeX support 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/textproc/py-twistedLore/distinfo ============================================================================== --- head/textproc/py-twistedLore/distinfo Sat Sep 7 16:15:22 2013 (r326646) +++ head/textproc/py-twistedLore/distinfo Sat Sep 7 16:15:26 2013 (r326647) @@ -1,2 +1,2 @@ -SHA256 (TwistedLore-12.1.0.tar.bz2) = 059ae5f2bac803b213b41d75fbdc95d7bcb333cbc6f0a2cec1ebcab02c125472 -SIZE (TwistedLore-12.1.0.tar.bz2) = 87197 +SHA256 (TwistedLore-13.1.0.tar.bz2) = 188d6bbc2d6a89d93c7958e76b86c56ee7b17bcabc0120500ec5328001e91f8c +SIZE (TwistedLore-13.1.0.tar.bz2) = 87451
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309071615.r87GFRUX002285>