summaryrefslogtreecommitdiff
path: root/net-p2p/py-bittorrent/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2007-05-31 02:04:24 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2007-05-31 02:04:24 +0000
commit593741302b177c60f08ff9002a9e8b2817560d78 (patch)
tree8b05daa5aaffbf55846e0d131c37dfe6916e5151 /net-p2p/py-bittorrent/Makefile
parent- Fix CLAMAV_CLAMD_SOCKET (diff)
Update to 5.0.7
Notes
Notes: svn path=/head/; revision=192434
Diffstat (limited to 'net-p2p/py-bittorrent/Makefile')
-rw-r--r--net-p2p/py-bittorrent/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/py-bittorrent/Makefile b/net-p2p/py-bittorrent/Makefile
index d34e4e6ad467..4eca8194ff4f 100644
--- a/net-p2p/py-bittorrent/Makefile
+++ b/net-p2p/py-bittorrent/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= BitTorrent
-PORTVERSION= 4.26.0
-PORTREVISION= 2
+PORTVERSION= 5.0.7
PORTEPOCH= 1
CATEGORIES?= net-p2p python
MASTER_SITES= http://download.bittorrent.com/dl/
@@ -34,7 +33,7 @@ PORTDOCS= \
README.txt \
TRACKERLESS.txt \
credits.txt \
- credits-l10n.txt
+ redirdonate.html
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-noportdocs-setup.py
.endif
@@ -200,7 +199,7 @@ pre-everything::
pre-patch:
# do not install public.key, we will do it ourselves
@${REINPLACE_CMD} -E \
- -e "s|^.*'public.key'.*$$||" \
+ -e "s|'public.key',||" \
${WRKSRC}/setup.py
post-patch: