diff options
author | wiz <wiz> | 2008-09-06 21:39:52 +0000 |
---|---|---|
committer | wiz <wiz> | 2008-09-06 21:39:52 +0000 |
commit | 53b0da6497e12d033f112e701c2d64d082dfbc75 (patch) | |
tree | 8d2edbb33938e63f94a895c3949646f1725f2326 /net | |
parent | 05a0b6aaf9647a190ed8c566ec99630615ffd7bb (diff) | |
download | pkgsrc-53b0da6497e12d033f112e701c2d64d082dfbc75.tar.gz |
Bump PKGREVISION for libevent users due to 1.4.3->1.4.5 shlib name change.
Diffstat (limited to 'net')
-rw-r--r-- | net/btpd/Makefile | 4 | ||||
-rw-r--r-- | net/spreadlogd/Makefile | 4 | ||||
-rw-r--r-- | net/tor/Makefile | 3 | ||||
-rw-r--r-- | net/trickle/Makefile | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/net/btpd/Makefile b/net/btpd/Makefile index 92629ba70d5..0cd9faf6e2a 100644 --- a/net/btpd/Makefile +++ b/net/btpd/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2008/04/22 18:06:09 tnn Exp $ +# $NetBSD: Makefile,v 1.13 2008/09/06 21:39:52 wiz Exp $ DISTNAME= btpd-0.12 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.murmeldjur.se/btpd/ \ http://people.su.se/~rnyberg/btpd/ diff --git a/net/spreadlogd/Makefile b/net/spreadlogd/Makefile index 5184a375bb4..b8c7cb65dc7 100644 --- a/net/spreadlogd/Makefile +++ b/net/spreadlogd/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2008/04/22 18:06:09 tnn Exp $ +# $NetBSD: Makefile,v 1.5 2008/09/06 21:39:52 wiz Exp $ # DISTNAME= spreadlogd PKGNAME= spreadlogd-2.0.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= net MASTER_SITES= http://www.backhand.org/mod_log_spread/ DIST_SUBDIR= ${PKGNAME_NOREV} diff --git a/net/tor/Makefile b/net/tor/Makefile index b8ad131a727..9628ce063a4 100644 --- a/net/tor/Makefile +++ b/net/tor/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.54 2008/08/01 17:23:21 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2008/09/06 21:39:52 wiz Exp $ # DISTNAME= tor-0.2.0.30 +PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= http://www.torproject.org/dist/ diff --git a/net/trickle/Makefile b/net/trickle/Makefile index 750e23f21ec..2a7a59d1146 100644 --- a/net/trickle/Makefile +++ b/net/trickle/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.16 2008/04/22 18:06:09 tnn Exp $ +# $NetBSD: Makefile,v 1.17 2008/09/06 21:39:52 wiz Exp $ # DISTNAME= trickle-1.06 -PKGREVISION= 7 +PKGREVISION= 8 CATEGORIES= net MASTER_SITES= http://monkey.org/~marius/trickle/ |