diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-06-08 22:30:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-06-08 22:30:55 +0000 |
commit | 81100672d4de2795c4284cf568383d48955cbdcb (patch) | |
tree | 47e3d403298c2fd50b0ec056f62df5c31925decb /net-p2p | |
parent | 6d138c2d46f8ea88c939a76298099dbcf07491af (diff) | |
download | ports-81100672d4de2795c4284cf568383d48955cbdcb.tar.gz ports-81100672d4de2795c4284cf568383d48955cbdcb.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/btqueue/Makefile | 1 | ||||
-rw-r--r-- | net-p2p/btqueue/pkg-plist | 2 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/Makefile | 2 | ||||
-rw-r--r-- | net-p2p/py-bittorrent/pkg-plist | 2 |
4 files changed, 2 insertions, 5 deletions
diff --git a/net-p2p/btqueue/Makefile b/net-p2p/btqueue/Makefile index ad0f8a33aa69..1a92cb0f3b47 100644 --- a/net-p2p/btqueue/Makefile +++ b/net-p2p/btqueue/Makefile @@ -7,6 +7,7 @@ PORTNAME= btqueue PORTVERSION= 0.1.3 +PORTREVISION= 1 CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net-p2p/btqueue/pkg-plist b/net-p2p/btqueue/pkg-plist index 586ac0893f73..0630c664d0cd 100644 --- a/net-p2p/btqueue/pkg-plist +++ b/net-p2p/btqueue/pkg-plist @@ -453,8 +453,6 @@ bin/btshowmetainfo.py %%PYTHON_SITELIBDIR%%/khashmir/test_khashmir.pyc %%PYTHON_SITELIBDIR%%/khashmir/test_khashmir.pyo %%PYTHON_SITELIBDIR%%/khashmir/test_krpc.py -%%PYTHON_SITELIBDIR%%/khashmir/test_krpc.pyc -%%PYTHON_SITELIBDIR%%/khashmir/test_krpc.pyo %%PYTHON_SITELIBDIR%%/khashmir/test_kstore.py %%PYTHON_SITELIBDIR%%/khashmir/test_kstore.pyc %%PYTHON_SITELIBDIR%%/khashmir/test_kstore.pyo diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile index 2b23b86ee74e..c37e4aed7136 100644 --- a/net-p2p/py-bittorrent/Makefile +++ b/net-p2p/py-bittorrent/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 5.2.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES?= net-p2p python MASTER_SITES= http://download.bittorrent.com/dl/ diff --git a/net-p2p/py-bittorrent/pkg-plist b/net-p2p/py-bittorrent/pkg-plist index b0dcd7e1cd10..e08dbc2fa21e 100644 --- a/net-p2p/py-bittorrent/pkg-plist +++ b/net-p2p/py-bittorrent/pkg-plist @@ -554,8 +554,6 @@ bin/torrentinfo-console %%PYTHON_SITELIBDIR%%/khashmir/test_khashmir.pyc %%PYTHON_SITELIBDIR%%/khashmir/test_khashmir.pyo %%PYTHON_SITELIBDIR%%/khashmir/test_krpc.py -%%PYTHON_SITELIBDIR%%/khashmir/test_krpc.pyc -%%PYTHON_SITELIBDIR%%/khashmir/test_krpc.pyo %%PYTHON_SITELIBDIR%%/khashmir/test_kstore.py %%PYTHON_SITELIBDIR%%/khashmir/test_kstore.pyc %%PYTHON_SITELIBDIR%%/khashmir/test_kstore.pyo |