From owner-svn-ports-all@FreeBSD.ORG Sat Sep 7 16:15:27 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CE128E78; Sat, 7 Sep 2013 16:15:27 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 A30BD2878; Sat, 7 Sep 2013 16:15:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFRgq002287; Sat, 7 Sep 2013 16:15:27 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFRUX002285; Sat, 7 Sep 2013 16:15:27 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFRUX002285@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326647 - head/textproc/py-twistedLore X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 16:15:27 -0000 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 -# +# Created by: Neal Nelson # $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 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