Wed Sep 22 02:25:13 2010 UTC ()
add a conflict with asterisk >= 1.6.2 as that will include the extra sounds


(jnemeth)
diff -r1.8 -r1.9 pkgsrc/comms/asterisk-sounds-extra/Makefile

cvs diff -r1.8 -r1.9 pkgsrc/comms/asterisk-sounds-extra/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/comms/asterisk-sounds-extra/Attic/Makefile 2010/03/08 00:24:43 1.8
+++ pkgsrc/comms/asterisk-sounds-extra/Attic/Makefile 2010/09/22 02:25:12 1.9
@@ -1,17 +1,19 @@ @@ -1,17 +1,19 @@
1# $NetBSD: Makefile,v 1.8 2010/03/08 00:24:43 jnemeth Exp $ 1# $NetBSD: Makefile,v 1.9 2010/09/22 02:25:12 jnemeth Exp $
2# 2#
3 3
4DISTNAME= asterisk-sounds-${DIST_VERS} 4DISTNAME= asterisk-sounds-${DIST_VERS}
5PKGNAME= asterisk-sounds-extra-${DIST_VERS} 5PKGNAME= asterisk-sounds-extra-${DIST_VERS}
6CATEGORIES= comms 6CATEGORIES= comms
7MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/ 7MASTER_SITES= http://downloads.asterisk.org/pub/telephony/asterisk/old-releases/
8 8
9MAINTAINER= jnemeth@NetBSD.org 9MAINTAINER= jnemeth@NetBSD.org
10HOMEPAGE= http://www.asterisk.org/ 10HOMEPAGE= http://www.asterisk.org/
11COMMENT= Asterisk IVR and miscellaneous sound files 11COMMENT= Asterisk IVR and miscellaneous sound files
12 12
 13CONFLICTS+= asterisk>=1.6.2
 14
13DIST_VERS= 1.2.1 15DIST_VERS= 1.2.1
14 16
15PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
16 18
17.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"