summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2009-02-09 22:56:21 +0000
committerjoerg <joerg>2009-02-09 22:56:21 +0000
commitb6932ea7303405e3a5b45e27ba082c62a9e073da (patch)
tree1bcb6950318fcb7cb60eb9b7184e085ec6937037 /net
parent52283e06581242f39467518962bfaba295b2824e (diff)
downloadpkgsrc-b6932ea7303405e3a5b45e27ba082c62a9e073da.tar.gz
Switch to Python 2.5 as default. Bump revision of all packages that have
changed runtime dependencies now.
Diffstat (limited to 'net')
-rw-r--r--net/bittornado-gui/Makefile3
-rw-r--r--net/bittornado/Makefile4
-rw-r--r--net/bittorrent-gui/Makefile4
-rw-r--r--net/bittorrent/Makefile3
-rw-r--r--net/ipcheck/Makefile3
-rw-r--r--net/nicotine/Makefile6
-rw-r--r--net/scapy/Makefile3
-rw-r--r--net/youtube-dl/Makefile3
8 files changed, 18 insertions, 11 deletions
diff --git a/net/bittornado-gui/Makefile b/net/bittornado-gui/Makefile
index 36731456082..19a37cf3559 100644
--- a/net/bittornado-gui/Makefile
+++ b/net/bittornado-gui/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.15 2008/06/12 02:14:38 joerg Exp $
+# $NetBSD: Makefile,v 1.16 2009/02/09 22:56:25 joerg Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/bittornado/Makefile.common"
PKGNAME= ${DISTNAME:S/Tornado/Tornado-gui/}
+PKGREVISION= 1
COMMENT+= (wxGTK GUI)
diff --git a/net/bittornado/Makefile b/net/bittornado/Makefile
index 4d1aad692eb..a33738e336e 100644
--- a/net/bittornado/Makefile
+++ b/net/bittornado/Makefile
@@ -1,9 +1,11 @@
-# $NetBSD: Makefile,v 1.4 2008/06/12 02:14:38 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2009/02/09 22:56:25 joerg Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
+PKGREVISION= 1
+
CONFLICTS= bittorrent-[0-9]*
PYDISTUTILSPKG= yes
diff --git a/net/bittorrent-gui/Makefile b/net/bittorrent-gui/Makefile
index a357225750a..590a8eece20 100644
--- a/net/bittorrent-gui/Makefile
+++ b/net/bittorrent-gui/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.21 2008/06/20 01:09:29 joerg Exp $
+# $NetBSD: Makefile,v 1.22 2009/02/09 22:56:26 joerg Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/bittorrent/Makefile.common"
PKGNAME= ${DISTNAME:S/BitTorrent/bittorrent-gui/}
-PKGREVISION= 3
+PKGREVISION= 4
COMMENT+= (GTK+ GUI)
diff --git a/net/bittorrent/Makefile b/net/bittorrent/Makefile
index fa81484fbc5..1181d921bb0 100644
--- a/net/bittorrent/Makefile
+++ b/net/bittorrent/Makefile
@@ -1,10 +1,11 @@
-# $NetBSD: Makefile,v 1.36 2008/06/12 02:14:38 joerg Exp $
+# $NetBSD: Makefile,v 1.37 2009/02/09 22:56:26 joerg Exp $
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
PKGNAME= ${DISTNAME:S/BitT/bitt/}
+PKGREVISION= 1
PYDISTUTILSPKG= yes
diff --git a/net/ipcheck/Makefile b/net/ipcheck/Makefile
index 3ad3e8d6fd6..17e346d37ea 100644
--- a/net/ipcheck/Makefile
+++ b/net/ipcheck/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.15 2006/10/16 08:36:04 obache Exp $
+# $NetBSD: Makefile,v 1.16 2009/02/09 22:56:26 joerg Exp $
#
DISTNAME= ipcheck.233
PKGNAME= ipcheck-0.233
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://ipcheck.sourceforge.net/releases/
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile
index 3db95c8463b..fb41e0e74df 100644
--- a/net/nicotine/Makefile
+++ b/net/nicotine/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.29 2008/11/19 03:39:57 hasso Exp $
+# $NetBSD: Makefile,v 1.30 2009/02/09 22:56:26 joerg Exp $
#
DISTNAME= nicotine-1.0.8
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= net audio x11
MASTER_SITES= http://nicotine.thegraveyard.org/
EXTRACT_SUFX= .tar.bz2
@@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
-PYTHON_VERSIONS_ACCEPTED= 24 25
+PYTHON_VERSIONS_ACCEPTED= 25 24
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes
diff --git a/net/scapy/Makefile b/net/scapy/Makefile
index 1f61d92a924..f156bcf94f4 100644
--- a/net/scapy/Makefile
+++ b/net/scapy/Makefile
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.5 2008/04/25 20:39:11 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2009/02/09 22:56:26 joerg Exp $
#
DISTNAME= scapy-1.0.5
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.secdev.org/projects/scapy/files/
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile
index 24c265285c9..221fde5dcfa 100644
--- a/net/youtube-dl/Makefile
+++ b/net/youtube-dl/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2008/10/06 18:49:42 tnn Exp $
+# $NetBSD: Makefile,v 1.9 2009/02/09 22:56:26 joerg Exp $
#
DISTNAME= youtube-dl-2008.09.20
PKGNAME= ${DISTNAME:S/.//g}
+PKGREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.arrakis.es/~rggi3/youtube-dl/
EXTRACT_SUFX= # none