From owner-svn-ports-head@FreeBSD.ORG Sat Sep 7 16:15:23 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id AC206DAF; Sat, 7 Sep 2013 16:15:23 +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 8AF192877; Sat, 7 Sep 2013 16:15:23 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r87GFNWc002204; Sat, 7 Sep 2013 16:15:23 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r87GFMUL002200; Sat, 7 Sep 2013 16:15:23 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201309071615.r87GFMUL002200@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 7 Sep 2013 16:15:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r326646 - head/security/py-twistedConch X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 07 Sep 2013 16:15:23 -0000 Author: sunpoet Date: Sat Sep 7 16:15:22 2013 New Revision: 326646 URL: http://svnweb.freebsd.org/changeset/ports/326646 Log: - Update to 13.1.0 - Add my LOCAL to MASTER_SITES - Remove LICENSE_FILE for well-known licenses - Cleanup Makefile header Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-13.1.0/twisted/conch/topfiles/NEWS Modified: head/security/py-twistedConch/Makefile (contents, props changed) head/security/py-twistedConch/distinfo (contents, props changed) head/security/py-twistedConch/pkg-plist (contents, props changed) Modified: head/security/py-twistedConch/Makefile ============================================================================== --- head/security/py-twistedConch/Makefile Sat Sep 7 16:15:18 2013 (r326645) +++ head/security/py-twistedConch/Makefile Sat Sep 7 16:15:22 2013 (r326646) @@ -1,30 +1,26 @@ -# New ports collection makefile for: py-twistedConch -# Date created: 13 April 2005 -# Whom: Neal Nelson -# +# Created by: Neal Nelson # $FreeBSD$ -# PORTNAME= twistedConch -PORTVERSION= 12.1.0 +PORTVERSION= 13.1.0 CATEGORIES= security devel python -MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ +MASTER_SITES= http://twistedmatrix.com/Releases/Conch/${PORTVERSION:R}/ \ + LOCAL/sunpoet PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= TwistedConch-${PORTVERSION} MAINTAINER= python@FreeBSD.org -COMMENT= An SSH and SFTP protocol implementation with clients and servers +COMMENT= SSH and SFTP protocol implementation with clients and servers LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \ ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore 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/security/py-twistedConch/distinfo ============================================================================== --- head/security/py-twistedConch/distinfo Sat Sep 7 16:15:18 2013 (r326645) +++ head/security/py-twistedConch/distinfo Sat Sep 7 16:15:22 2013 (r326646) @@ -1,2 +1,2 @@ -SHA256 (TwistedConch-12.1.0.tar.bz2) = e3be79c0de23d80fe09d46221581de554fbb3918f95f368c47396237acb06821 -SIZE (TwistedConch-12.1.0.tar.bz2) = 215724 +SHA256 (TwistedConch-13.1.0.tar.bz2) = 570f961d23ef30bf4e3f8629dcc22731fdfe495ce78e8ae6cef7dc9c48d7d89f +SIZE (TwistedConch-13.1.0.tar.bz2) = 241112 Modified: head/security/py-twistedConch/pkg-plist ============================================================================== --- head/security/py-twistedConch/pkg-plist Sat Sep 7 16:15:18 2013 (r326645) +++ head/security/py-twistedConch/pkg-plist Sat Sep 7 16:15:22 2013 (r326646) @@ -35,6 +35,9 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/client/options.py %%PYTHON_SITELIBDIR%%/twisted/conch/client/options.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/client/options.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/endpoints.py +%%PYTHON_SITELIBDIR%%/twisted/conch/endpoints.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/endpoints.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/error.py %%PYTHON_SITELIBDIR%%/twisted/conch/error.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/error.pyo @@ -107,6 +110,9 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.py %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/__init__.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/address.py +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/address.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/ssh/address.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.py %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/ssh/agent.pyo @@ -161,6 +167,9 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/keydata.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.py +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_address.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_agent.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_agent.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_agent.pyo @@ -185,6 +194,9 @@ bin/tkconch %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_default.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_default.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_default.pyo +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_endpoints.py +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_endpoints.pyc +%%PYTHON_SITELIBDIR%%/twisted/conch/test/test_endpoints.pyo %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_filetransfer.py %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_filetransfer.pyc %%PYTHON_SITELIBDIR%%/twisted/conch/test/test_filetransfer.pyo