mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
o Fix PLIST for the slave port net/py-bittorrent-core-devel
o Bump PORTREVISION Submitted by: pointyhat (kris)
This commit is contained in:
parent
3fe415cca8
commit
cda2ce7082
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145545
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user