From owner-svn-ports-head@freebsd.org Wed Dec 27 19:52:24 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E22F0EA95A1; Wed, 27 Dec 2017 19:52:24 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 4D17C74192; Wed, 27 Dec 2017 19:52:22 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id vBRJqLgw075399; Wed, 27 Dec 2017 19:52:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id vBRJqLpZ075396; Wed, 27 Dec 2017 19:52:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201712271952.vBRJqLpZ075396@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 27 Dec 2017 19:52:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r457399 - in head/net/py-txamqp: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/net/py-txamqp: . files X-SVN-Commit-Revision: 457399 X-SVN-Commit-Repository: ports 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.25 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: Wed, 27 Dec 2017 19:52:25 -0000 Author: sunpoet Date: Wed Dec 27 19:52:20 2017 New Revision: 457399 URL: https://svnweb.freebsd.org/changeset/ports/457399 Log: Update to 0.8.1 - Change MASTER_SITES from Launchpad to CHEESESHOP - Add LICENSE - Relax USES=python - Reformat pkg-descr - Update WWW Changes: https://github.com/txamqp/txamqp/commits/master Deleted: head/net/py-txamqp/files/ Modified: head/net/py-txamqp/Makefile head/net/py-txamqp/distinfo head/net/py-txamqp/pkg-descr Modified: head/net/py-txamqp/Makefile ============================================================================== --- head/net/py-txamqp/Makefile Wed Dec 27 19:52:15 2017 (r457398) +++ head/net/py-txamqp/Makefile Wed Dec 27 19:52:20 2017 (r457399) @@ -2,26 +2,23 @@ # $FreeBSD$ PORTNAME= txamqp -PORTVERSION= 0.3 -PORTREVISION= 4 +PORTVERSION= 0.8.1 CATEGORIES= net python -MASTER_SITES= http://launchpadlibrarian.net/30388120/ \ - # http://launchpad.net/txamqp/trunk/${PORTVERSION}/+download/ +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= python-${PORTNAME}_${PORTVERSION}.orig +DISTNAME= txAMQP-${PORTVERSION} MAINTAINER= python@FreeBSD.org COMMENT= Twisted Python library for the AMQP messaging protocol -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}thrift>=0:devel/py-thrift@${FLAVOR} \ +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE + +xRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted@${FLAVOR} NO_ARCH= yes -USES= python:2 +USES= python USE_PYTHON= autoplist distutils - -WRKSRC= ${WRKDIR}/python-${PORTNAME}-${PORTVERSION} - -# TODO: Install txAMQP examples. .include Modified: head/net/py-txamqp/distinfo ============================================================================== --- head/net/py-txamqp/distinfo Wed Dec 27 19:52:15 2017 (r457398) +++ head/net/py-txamqp/distinfo Wed Dec 27 19:52:20 2017 (r457399) @@ -1,2 +1,3 @@ -SHA256 (python-txamqp_0.3.orig.tar.gz) = c3900aa1e837711a06a881ae76f575af66f9e3d562bfe8ca22918477325050e4 -SIZE (python-txamqp_0.3.orig.tar.gz) = 153402 +TIMESTAMP = 1514380295 +SHA256 (txAMQP-0.8.1.tar.gz) = 3328a6f5020dc017e149bc281689b3618c13622df11b1164e041d7db1851e7d1 +SIZE (txAMQP-0.8.1.tar.gz) = 39544 Modified: head/net/py-txamqp/pkg-descr ============================================================================== --- head/net/py-txamqp/pkg-descr Wed Dec 27 19:52:15 2017 (r457398) +++ head/net/py-txamqp/pkg-descr Wed Dec 27 19:52:20 2017 (r457399) @@ -1,6 +1,6 @@ -This project contains all the necessary code to connect, send and -receive messages to/from an AMQP-compliant peer or broker (Qpid, -OpenAMQ, RabbitMQ) using Twisted. It also includes support for using -Thrift RPC over AMQP in Twisted applications. +This project contains all the necessary code to connect, send and receive +messages to/from an AMQP-compliant peer or broker (Qpid, OpenAMQ, RabbitMQ) +using Twisted. It also includes support for using Thrift RPC over AMQP in +Twisted applications. -WWW: https://launchpad.net/txamqp +WWW: https://pypi.python.org/pypi/txAMQP