Thu Jan 21 12:12:27 2010 UTC ()
make the "avahi" option "off" per defauld, as in other pkgs,
bump PKGREVISION


(drochner)
diff -r1.29 -r1.30 pkgsrc/audio/pulseaudio/Makefile
diff -r1.1 -r1.2 pkgsrc/audio/pulseaudio/options.mk

cvs diff -r1.29 -r1.30 pkgsrc/audio/pulseaudio/Makefile (expand / switch to context diff)
--- pkgsrc/audio/pulseaudio/Makefile 2009/12/27 15:06:28 1.29
+++ pkgsrc/audio/pulseaudio/Makefile 2010/01/21 12:12:27 1.30
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.29 2009/12/27 15:06:28 abs Exp $
+# $NetBSD: Makefile,v 1.30 2010/01/21 12:12:27 drochner Exp $
 
 # NOTE: Please send a copy of any patches that are not pkgsrc-specific
 # to <pulseaudio-discuss@mail.0pointer.de>
 
 DISTNAME=	pulseaudio-0.9.14
-PKGREVISION=	6
+PKGREVISION=	7
 CATEGORIES=	audio
 MASTER_SITES=	http://0pointer.de/lennart/projects/pulseaudio/
 

cvs diff -r1.1 -r1.2 pkgsrc/audio/pulseaudio/options.mk (expand / switch to context diff)
--- pkgsrc/audio/pulseaudio/options.mk 2009/01/25 16:56:01 1.1
+++ pkgsrc/audio/pulseaudio/options.mk 2010/01/21 12:12:27 1.2
@@ -1,8 +1,7 @@
-# $NetBSD: options.mk,v 1.1 2009/01/25 16:56:01 tron Exp $
+# $NetBSD: options.mk,v 1.2 2010/01/21 12:12:27 drochner Exp $
 
 PKG_OPTIONS_VAR=	PKG_OPTIONS.pulseaudio
 PKG_SUPPORTED_OPTIONS=	avahi
-PKG_SUGGESTED_OPTIONS=	avahi
 PLIST_VARS+=		${PKG_SUPPORTED_OPTIONS}
 .include "../../mk/bsd.options.mk"