diff options
author | glarkin <glarkin@FreeBSD.org> | 2011-10-18 01:17:49 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2011-10-18 01:17:49 +0800 |
commit | d3bd76e236c8c83c656e1b7845b99a83a938828b (patch) | |
tree | 25044a60dc98650202e2ac3b08a2b021dbe9c325 /net-p2p | |
parent | b950aecf34d9ec4534139ad7b6d64aebeb8974f7 (diff) | |
download | freebsd-ports-gnome-d3bd76e236c8c83c656e1b7845b99a83a938828b.tar.gz freebsd-ports-gnome-d3bd76e236c8c83c656e1b7845b99a83a938828b.tar.zst freebsd-ports-gnome-d3bd76e236c8c83c656e1b7845b99a83a938828b.zip |
- Updated to 0.8
PR: ports/161514
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-transmissionrpc/Makefile | 6 | ||||
-rw-r--r-- | net-p2p/py-transmissionrpc/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net-p2p/py-transmissionrpc/Makefile b/net-p2p/py-transmissionrpc/Makefile index c4554d5251ca..5cdc291e215e 100644 --- a/net-p2p/py-transmissionrpc/Makefile +++ b/net-p2p/py-transmissionrpc/Makefile @@ -6,19 +6,19 @@ # PORTNAME= transmissionrpc -PORTVERSION= 0.7 +PORTVERSION= 0.8 CATEGORIES= net-p2p python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DIST_SUBDIR= python MAINTAINER= cvs-src@yandex.ru -COMMENT= A python module communicates with Transmission through json-rpc +COMMENT= A Python module that communicates with Transmission through JSON-RPC LICENSE= MIT USE_PYTHON= 2.6+ -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS= easy_install PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% diff --git a/net-p2p/py-transmissionrpc/distinfo b/net-p2p/py-transmissionrpc/distinfo index fec39ec2943a..c511f08ec306 100644 --- a/net-p2p/py-transmissionrpc/distinfo +++ b/net-p2p/py-transmissionrpc/distinfo @@ -1,2 +1,2 @@ -SHA256 (python/transmissionrpc-0.7.tar.gz) = 063843bc80f505d9b76281ff4923788ae853ca7f2e4d71f985a0af8e6f699dc9 -SIZE (python/transmissionrpc-0.7.tar.gz) = 15727 +SHA256 (python/transmissionrpc-0.8.tar.gz) = aecab48383dd231575dc6ba017f9e36a85e706bb2acd90a0ececc7777a78d25d +SIZE (python/transmissionrpc-0.8.tar.gz) = 16826 |