diff options
author | jlam <jlam> | 2002-08-08 15:29:45 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-08-08 15:29:45 +0000 |
commit | 19e1418c4b7f1ad4f79525ff5da2ac00b513e111 (patch) | |
tree | 17a36e7895ce947b9cb53c02fc9c1a69471a1293 | |
parent | 153202faa550d650ab6c7d094cac9709015b5e97 (diff) | |
download | pkgsrc-19e1418c4b7f1ad4f79525ff5da2ac00b513e111.tar.gz |
Bump PKGREVISION as a result of removing the _POSIX_THREAD_SYSCALL_SOFT
definition. The resulting packages are different than before.
-rw-r--r-- | audio/xmms-crossfade/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-mad/Makefile | 3 | ||||
-rw-r--r-- | audio/xmms-neato/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/audio/xmms-crossfade/Makefile b/audio/xmms-crossfade/Makefile index 68041905c0d..8325d8fa92b 100644 --- a/audio/xmms-crossfade/Makefile +++ b/audio/xmms-crossfade/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.9 2002/08/08 15:23:27 jlam Exp $ +# $NetBSD: Makefile,v 1.10 2002/08/08 15:29:45 jlam Exp $ # DISTNAME= xmms-crossfade-0.2.9 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.netcologne.de/~nc-eisenlpe2/xmms-crossfade/ \ ftp://ftp.falsehope.com/pub/xmms-crossfade/ diff --git a/audio/xmms-mad/Makefile b/audio/xmms-mad/Makefile index b70b98d9a7f..9296debf47c 100644 --- a/audio/xmms-mad/Makefile +++ b/audio/xmms-mad/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/08/08 15:23:29 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2002/08/08 15:29:47 jlam Exp $ # DISTNAME= xmms-mad-0.0.9 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.superduper.net/downloads/xmms-mad/ diff --git a/audio/xmms-neato/Makefile b/audio/xmms-neato/Makefile index 7da9ca3334b..f2392999a96 100644 --- a/audio/xmms-neato/Makefile +++ b/audio/xmms-neato/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2002/08/08 15:25:24 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/08/08 15:29:48 jlam Exp $ # DISTNAME= neato PKGNAME= xmms-neato-20010818 +PKGREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.rpi.edu/~mullr/xmms/ |