From owner-svn-ports-all@FreeBSD.ORG Tue Jun 9 18:30:30 2015 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F591D60; Tue, 9 Jun 2015 18:30:30 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DD2F1A96; Tue, 9 Jun 2015 18:30:30 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t59IUUYm038702; Tue, 9 Jun 2015 18:30:30 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t59IUUje038701; Tue, 9 Jun 2015 18:30:30 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201506091830.t59IUUje038701@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 9 Jun 2015 18:30:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388974 - head/devel/py-twisted 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.20 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: Tue, 09 Jun 2015 18:30:30 -0000 Author: sunpoet Date: Tue Jun 9 18:30:29 2015 New Revision: 388974 URL: https://svnweb.freebsd.org/changeset/ports/388974 Log: - Update to 15.2.1 - Use USES=metaport Changes: http://twistedmatrix.com/trac/browser/tags/releases/twisted-15.2.1/NEWS Modified: head/devel/py-twisted/Makefile Modified: head/devel/py-twisted/Makefile ============================================================================== --- head/devel/py-twisted/Makefile Tue Jun 9 18:30:24 2015 (r388973) +++ head/devel/py-twisted/Makefile Tue Jun 9 18:30:29 2015 (r388974) @@ -2,11 +2,9 @@ # $FreeBSD$ PORTNAME= twisted -PORTVERSION= 15.0.0 +PORTVERSION= 15.2.1 CATEGORIES= devel net python -MASTER_SITES= # empty PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTFILES= # empty MAINTAINER= python@FreeBSD.org COMMENT= Metaport of Twisted, an event-driven networking engine @@ -15,8 +13,7 @@ LICENSE= MIT RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore -NO_BUILD= yes -USES= python:2 +USES= metaport python:2 # Bypass infrastructure bug OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options @@ -41,7 +38,4 @@ RUNNER_RUN_DEPENDS= ${PYTHON_PKGNAMEPREF WEB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWeb>=${PORTVERSION}:${PORTSDIR}/www/py-twistedWeb WORDS_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedWords>=${PORTVERSION}:${PORTSDIR}/net-im/py-twistedWords -do-install: - @${DO_NADA} - .include