Update to 4.1.3

This commit is contained in:
Mario Sergio Fujikawa Ferreira 2005-07-17 21:30:34 +00:00
parent 58887443aa
commit 45c7bf3e02
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139435
8 changed files with 96 additions and 16 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= BitTorrent
PORTVERSION= 4.1.2
PORTVERSION= 4.1.3
PORTEPOCH= 1
CATEGORIES?= net python
MASTER_SITES= http://www.bittorrent.com/dl/ \
@ -34,6 +34,7 @@ PORTDOCS= \
README.txt \
TRACKERLESS.txt \
credits.txt \
credits-l10n.txt \
redirdonate.html
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-noportdocs-setup.py

View file

@ -1,2 +1,2 @@
MD5 (BitTorrent-4.1.2.tar.gz) = e2a4d97bbfef1e105be5a128732ed3f8
SIZE (BitTorrent-4.1.2.tar.gz) = 340624
MD5 (BitTorrent-4.1.3.tar.gz) = cd4dff145b5dea3789fa384bb94a4de9
SIZE (BitTorrent-4.1.3.tar.gz) = 850332

View file

@ -1,7 +1,7 @@
--- setup.py.orig Sun May 29 23:44:29 2005
+++ setup.py Sun May 29 23:47:33 2005
--- setup.py.orig Sun Jul 17 18:07:07 2005
+++ setup.py Sun Jul 17 18:07:41 2005
@@ -40,4 +40,0 @@
- (doc_root , ['credits.txt', 'LICENSE.txt',
- 'README.txt', 'redirdonate.html',
- 'TRACKERLESS.txt',
- (doc_root , ['credits.txt', 'credits-l10n.txt',
- 'LICENSE.txt', 'README.txt',
- 'TRACKERLESS.txt', 'redirdonate.html',
- ] ),

View file

@ -142,6 +142,9 @@ bin/bttrack.py
%%PYTHON_SITELIBDIR%%/khashmir/defer.py
%%PYTHON_SITELIBDIR%%/khashmir/defer.pyc
%%PYTHON_SITELIBDIR%%/khashmir/defer.pyo
%%PYTHON_SITELIBDIR%%/khashmir/hammerlock.py
%%PYTHON_SITELIBDIR%%/khashmir/hammerlock.pyc
%%PYTHON_SITELIBDIR%%/khashmir/hammerlock.pyo
%%PYTHON_SITELIBDIR%%/khashmir/inserter.py
%%PYTHON_SITELIBDIR%%/khashmir/inserter.pyc
%%PYTHON_SITELIBDIR%%/khashmir/inserter.pyo
@ -193,15 +196,51 @@ bin/bttrack.py
%%PYTHON_SITELIBDIR%%/khashmir/utkhashmir.py
%%PYTHON_SITELIBDIR%%/khashmir/utkhashmir.pyc
%%PYTHON_SITELIBDIR%%/khashmir/utkhashmir.pyo
share/locale/af/LC_MESSAGES/bittorrent.mo
share/locale/ar/LC_MESSAGES/bittorrent.mo
share/locale/da/LC_MESSAGES/bittorrent.mo
share/locale/de/LC_MESSAGES/bittorrent.mo
share/locale/es/LC_MESSAGES/bittorrent.mo
share/locale/fi/LC_MESSAGES/bittorrent.mo
share/locale/fr/LC_MESSAGES/bittorrent.mo
share/locale/he_IL/LC_MESSAGES/bittorrent.mo
share/locale/hu/LC_MESSAGES/bittorrent.mo
share/locale/it/LC_MESSAGES/bittorrent.mo
share/locale/ja/LC_MESSAGES/bittorrent.mo
share/locale/ko/LC_MESSAGES/bittorrent.mo
share/locale/nl/LC_MESSAGES/bittorrent.mo
share/locale/no/LC_MESSAGES/bittorrent.mo
share/locale/pt_BR/LC_MESSAGES/bittorrent.mo
share/locale/ro/LC_MESSAGES/bittorrent.mo
share/locale/ru/LC_MESSAGES/bittorrent.mo
share/locale/sk/LC_MESSAGES/bittorrent.mo
share/locale/sl/LC_MESSAGES/bittorrent.mo
share/locale/sq/LC_MESSAGES/bittorrent.mo
share/locale/sv/LC_MESSAGES/bittorrent.mo
share/locale/tr/LC_MESSAGES/bittorrent.mo
share/locale/zh_CN/LC_MESSAGES/bittorrent.mo
share/locale/zh_TW/LC_MESSAGES/bittorrent.mo
%%GUI%%@dirrm share/pixmaps/BitTorrent/logo
%%GUI%%@dirrm share/pixmaps/BitTorrent
%%GUI%%@unexec rmdir %D/share/pixmaps 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true
@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/sl 2>/dev/null || true
@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/sk 2>/dev/null || true
@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/ro 2>/dev/null || true
@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/no 2>/dev/null || true
@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/ko 2>/dev/null || true
@unexec rmdir %D/share/locale/he_IL/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/he_IL 2>/dev/null || true
@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/fi 2>/dev/null || true
@dirrm %%PYTHON_SITELIBDIR%%/khashmir
@dirrm %%PYTHON_SITELIBDIR%%/BitTorrent
@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true

View file

@ -6,7 +6,7 @@
#
PORTNAME= BitTorrent
PORTVERSION= 4.1.2
PORTVERSION= 4.1.3
PORTEPOCH= 1
CATEGORIES?= net python
MASTER_SITES= http://www.bittorrent.com/dl/ \
@ -34,6 +34,7 @@ PORTDOCS= \
README.txt \
TRACKERLESS.txt \
credits.txt \
credits-l10n.txt \
redirdonate.html
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-noportdocs-setup.py

View file

@ -1,2 +1,2 @@
MD5 (BitTorrent-4.1.2.tar.gz) = e2a4d97bbfef1e105be5a128732ed3f8
SIZE (BitTorrent-4.1.2.tar.gz) = 340624
MD5 (BitTorrent-4.1.3.tar.gz) = cd4dff145b5dea3789fa384bb94a4de9
SIZE (BitTorrent-4.1.3.tar.gz) = 850332

View file

@ -1,7 +1,7 @@
--- setup.py.orig Sun May 29 23:44:29 2005
+++ setup.py Sun May 29 23:47:33 2005
--- setup.py.orig Sun Jul 17 18:07:07 2005
+++ setup.py Sun Jul 17 18:07:41 2005
@@ -40,4 +40,0 @@
- (doc_root , ['credits.txt', 'LICENSE.txt',
- 'README.txt', 'redirdonate.html',
- 'TRACKERLESS.txt',
- (doc_root , ['credits.txt', 'credits-l10n.txt',
- 'LICENSE.txt', 'README.txt',
- 'TRACKERLESS.txt', 'redirdonate.html',
- ] ),

View file

@ -142,6 +142,9 @@ bin/bttrack.py
%%PYTHON_SITELIBDIR%%/khashmir/defer.py
%%PYTHON_SITELIBDIR%%/khashmir/defer.pyc
%%PYTHON_SITELIBDIR%%/khashmir/defer.pyo
%%PYTHON_SITELIBDIR%%/khashmir/hammerlock.py
%%PYTHON_SITELIBDIR%%/khashmir/hammerlock.pyc
%%PYTHON_SITELIBDIR%%/khashmir/hammerlock.pyo
%%PYTHON_SITELIBDIR%%/khashmir/inserter.py
%%PYTHON_SITELIBDIR%%/khashmir/inserter.pyc
%%PYTHON_SITELIBDIR%%/khashmir/inserter.pyo
@ -193,15 +196,51 @@ bin/bttrack.py
%%PYTHON_SITELIBDIR%%/khashmir/utkhashmir.py
%%PYTHON_SITELIBDIR%%/khashmir/utkhashmir.pyc
%%PYTHON_SITELIBDIR%%/khashmir/utkhashmir.pyo
share/locale/af/LC_MESSAGES/bittorrent.mo
share/locale/ar/LC_MESSAGES/bittorrent.mo
share/locale/da/LC_MESSAGES/bittorrent.mo
share/locale/de/LC_MESSAGES/bittorrent.mo
share/locale/es/LC_MESSAGES/bittorrent.mo
share/locale/fi/LC_MESSAGES/bittorrent.mo
share/locale/fr/LC_MESSAGES/bittorrent.mo
share/locale/he_IL/LC_MESSAGES/bittorrent.mo
share/locale/hu/LC_MESSAGES/bittorrent.mo
share/locale/it/LC_MESSAGES/bittorrent.mo
share/locale/ja/LC_MESSAGES/bittorrent.mo
share/locale/ko/LC_MESSAGES/bittorrent.mo
share/locale/nl/LC_MESSAGES/bittorrent.mo
share/locale/no/LC_MESSAGES/bittorrent.mo
share/locale/pt_BR/LC_MESSAGES/bittorrent.mo
share/locale/ro/LC_MESSAGES/bittorrent.mo
share/locale/ru/LC_MESSAGES/bittorrent.mo
share/locale/sk/LC_MESSAGES/bittorrent.mo
share/locale/sl/LC_MESSAGES/bittorrent.mo
share/locale/sq/LC_MESSAGES/bittorrent.mo
share/locale/sv/LC_MESSAGES/bittorrent.mo
share/locale/tr/LC_MESSAGES/bittorrent.mo
share/locale/zh_CN/LC_MESSAGES/bittorrent.mo
share/locale/zh_TW/LC_MESSAGES/bittorrent.mo
%%GUI%%@dirrm share/pixmaps/BitTorrent/logo
%%GUI%%@dirrm share/pixmaps/BitTorrent
%%GUI%%@unexec rmdir %D/share/pixmaps 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_TW 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_CN/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/zh_CN 2>/dev/null || true
@unexec rmdir %D/share/locale/sl/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/sl 2>/dev/null || true
@unexec rmdir %D/share/locale/sk/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/sk 2>/dev/null || true
@unexec rmdir %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/ro 2>/dev/null || true
@unexec rmdir %D/share/locale/no/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/no 2>/dev/null || true
@unexec rmdir %D/share/locale/ko/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/ko 2>/dev/null || true
@unexec rmdir %D/share/locale/he_IL/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/he_IL 2>/dev/null || true
@unexec rmdir %D/share/locale/fi/LC_MESSAGES 2>/dev/null || true
@unexec rmdir %D/share/locale/fi 2>/dev/null || true
@dirrm %%PYTHON_SITELIBDIR%%/khashmir
@dirrm %%PYTHON_SITELIBDIR%%/BitTorrent
@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true