diff options
author | lioux <lioux@FreeBSD.org> | 2005-10-16 18:30:46 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2005-10-16 18:30:46 +0800 |
commit | d1a2d1acb79c5f2a0890d6609476235e2f9aaf36 (patch) | |
tree | 8ce6482145fd4800484b0ff3c73e888fe17e91ab /net-p2p | |
parent | ec38781b03302fba6dc3c8955526477989f8e01e (diff) | |
download | freebsd-ports-gnome-d1a2d1acb79c5f2a0890d6609476235e2f9aaf36.tar.gz freebsd-ports-gnome-d1a2d1acb79c5f2a0890d6609476235e2f9aaf36.tar.zst freebsd-ports-gnome-d1a2d1acb79c5f2a0890d6609476235e2f9aaf36.zip |
o Fix PLIST for the slave port net/py-bittorrent-core-devel
o Bump PORTREVISION
Submitted by: pointyhat (kris)
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/py-bittorrent-devel/Makefile | 4 | ||||
-rw-r--r-- | net-p2p/py-bittorrent-devel/pkg-plist | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/py-bittorrent-devel/Makefile b/net-p2p/py-bittorrent-devel/Makefile index 667285196f5c..6ff6ffc2f91a 100644 --- a/net-p2p/py-bittorrent-devel/Makefile +++ b/net-p2p/py-bittorrent-devel/Makefile @@ -7,7 +7,7 @@ PORTNAME= BitTorrent PORTVERSION= 4.1.6 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES?= net python MASTER_SITES= http://www.bittorrent.com/dl/ \ @@ -58,6 +58,8 @@ WITHOUT_PSYCO= yes RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/pygtk.py:${PORTSDIR}/x11-toolkits/py-gtk2 PLIST_FILES+= \ + bin/bittorrent \ + bin/maketorrent \ share/pixmaps/BitTorrent/bittorrent.ico \ share/pixmaps/BitTorrent/broken.png \ share/pixmaps/BitTorrent/finished.png \ diff --git a/net-p2p/py-bittorrent-devel/pkg-plist b/net-p2p/py-bittorrent-devel/pkg-plist index 0ab4e72b9933..24432eb02bb0 100644 --- a/net-p2p/py-bittorrent-devel/pkg-plist +++ b/net-p2p/py-bittorrent-devel/pkg-plist @@ -1,11 +1,9 @@ -bin/bittorrent bin/bittorrent-console bin/bittorrent-curses bin/bittorrent-tracker bin/changetracker-console bin/launchmany-console bin/launchmany-curses -bin/maketorrent bin/maketorrent-console bin/torrentinfo-console %%PYTHON_SITELIBDIR%%/BitTorrent/Choker.py |