pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/bittorrent Fix name of Python interpreter in a scr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c6090559455a
branches:  trunk
changeset: 570482:c6090559455a
user:      tron <tron%pkgsrc.org@localhost>
date:      Sat Jan 30 13:31:59 2010 +0000

description:
Fix name of Python interpreter in a script which is run during the build.
The locale files are now always installed and not only if a Python
interpreter named "python" is available for whatever reasons.

This fixes PR pkg/42691 by Olaf 'Rhialto' Seibert.

diffstat:

 net/bittorrent/Makefile         |   4 ++--
 net/bittorrent/Makefile.common  |   5 ++++-
 net/bittorrent/PLIST            |  32 +++++++++++++++++++++++++++++++-
 net/bittorrent/distinfo         |   3 ++-
 net/bittorrent/patches/patch-ae |  11 +++++++++++
 5 files changed, 50 insertions(+), 5 deletions(-)

diffs (104 lines):

diff -r 5005e79f68e9 -r c6090559455a net/bittorrent/Makefile
--- a/net/bittorrent/Makefile   Sat Jan 30 10:24:29 2010 +0000
+++ b/net/bittorrent/Makefile   Sat Jan 30 13:31:59 2010 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.38 2009/11/21 19:28:34 tron Exp $
+# $NetBSD: Makefile,v 1.39 2010/01/30 13:31:59 tron Exp $
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 .include "Makefile.common"
 
 PKGNAME=       ${DISTNAME:S/BitT/bitt/}
-PKGREVISION=   2
+PKGREVISION=   3
 
 PYDISTUTILSPKG=        yes
 
diff -r 5005e79f68e9 -r c6090559455a net/bittorrent/Makefile.common
--- a/net/bittorrent/Makefile.common    Sat Jan 30 10:24:29 2010 +0000
+++ b/net/bittorrent/Makefile.common    Sat Jan 30 13:31:59 2010 +0000
@@ -1,4 +1,7 @@
-# $NetBSD: Makefile.common,v 1.18 2008/04/25 20:39:11 joerg Exp $
+# $NetBSD: Makefile.common,v 1.19 2010/01/30 13:31:59 tron Exp $
+#
+# used by net/bittorrent/Makefile
+# used by net/bittorrent-gui/Makefile
 
 DISTNAME=      BitTorrent-4.4.0
 CATEGORIES=    net
diff -r 5005e79f68e9 -r c6090559455a net/bittorrent/PLIST
--- a/net/bittorrent/PLIST      Sat Jan 30 10:24:29 2010 +0000
+++ b/net/bittorrent/PLIST      Sat Jan 30 13:31:59 2010 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2009/06/14 18:09:22 joerg Exp $
+@comment $NetBSD: PLIST,v 1.15 2010/01/30 13:31:59 tron Exp $
 bin/bittorrent-console
 bin/bittorrent-curses
 bin/bittorrent-tracker
@@ -236,6 +236,36 @@
 share/doc/BitTorrent-${PKGVERSION}/credits.txt
 share/doc/BitTorrent-${PKGVERSION}/public.key
 share/doc/BitTorrent-${PKGVERSION}/redirdonate.html
+share/locale/af/LC_MESSAGES/bittorrent.mo
+share/locale/bg/LC_MESSAGES/bittorrent.mo
+share/locale/ca/LC_MESSAGES/bittorrent.mo
+share/locale/cs/LC_MESSAGES/bittorrent.mo
+share/locale/da/LC_MESSAGES/bittorrent.mo
+share/locale/de/LC_MESSAGES/bittorrent.mo
+share/locale/el/LC_MESSAGES/bittorrent.mo
+share/locale/es/LC_MESSAGES/bittorrent.mo
+share/locale/es_MX/LC_MESSAGES/bittorrent.mo
+share/locale/fr/LC_MESSAGES/bittorrent.mo
+share/locale/he/LC_MESSAGES/bittorrent.mo
+share/locale/hu/LC_MESSAGES/bittorrent.mo
+share/locale/is/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/nb_NO/LC_MESSAGES/bittorrent.mo
+share/locale/nl/LC_MESSAGES/bittorrent.mo
+share/locale/pl/LC_MESSAGES/bittorrent.mo
+share/locale/pt/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/sv/LC_MESSAGES/bittorrent.mo
+share/locale/tr/LC_MESSAGES/bittorrent.mo
+share/locale/vi/LC_MESSAGES/bittorrent.mo
+share/locale/zh_CN/LC_MESSAGES/bittorrent.mo
+share/locale/zh_TW/LC_MESSAGES/bittorrent.mo
 share/pixmaps/BitTorrent-${PKGVERSION}/bittorrent.ico
 share/pixmaps/BitTorrent-${PKGVERSION}/logo/bittorrent_32.png
 share/pixmaps/BitTorrent-${PKGVERSION}/logo/bittorrent_96.png
diff -r 5005e79f68e9 -r c6090559455a net/bittorrent/distinfo
--- a/net/bittorrent/distinfo   Sat Jan 30 10:24:29 2010 +0000
+++ b/net/bittorrent/distinfo   Sat Jan 30 13:31:59 2010 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.21 2009/11/06 07:54:07 spz Exp $
+$NetBSD: distinfo,v 1.22 2010/01/30 13:31:59 tron Exp $
 
 SHA1 (BitTorrent-4.4.0.tar.gz) = 8ca3e52c8049ff29a6785da410d6aa80c6726882
 RMD160 (BitTorrent-4.4.0.tar.gz) = 9e743b3178142855d289743d4430598353fb4d3f
@@ -7,3 +7,4 @@
 SHA1 (patch-ab) = e392544d6f45b7639d2d7a2bbb86ff61e9bee3e9
 SHA1 (patch-ac) = f8aa299b7dc096b483f9199d9171bf2da088b8eb
 SHA1 (patch-ad) = f1b590aaf9cf7404f99d27154586ea08f642efd2
+SHA1 (patch-ae) = 04e35b758cdc83e8559ae5e7aa5ae67adde49a11
diff -r 5005e79f68e9 -r c6090559455a net/bittorrent/patches/patch-ae
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/bittorrent/patches/patch-ae   Sat Jan 30 13:31:59 2010 +0000
@@ -0,0 +1,11 @@
+$NetBSD: patch-ae,v 1.3 2010/01/30 13:31:59 tron Exp $
+
+--- makei18n.sh.orig   2006-01-31 20:16:51.000000000 +0000
++++ makei18n.sh        2010-01-30 13:24:20.000000000 +0000
+@@ -1,5 +1,5 @@
+ APP_NAME="bittorrent"
+-LANGUAGES=`python language_codes.py -a`
++LANGUAGES=`$PYTHON language_codes.py -a`
+ MESSAGES_PO="messages.pot"
+ 
+ rm -f $APP_NAME.lis



Home | Main Index | Thread Index | Old Index