pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/js Add CONFLICTS with spidermonkey



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b35d9daaed7
branches:  trunk
changeset: 610262:7b35d9daaed7
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sun Oct 21 21:06:05 2012 +0000

description:
Add CONFLICTS with spidermonkey

diffstat:

 lang/js/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r ae781922b580 -r 7b35d9daaed7 lang/js/Makefile
--- a/lang/js/Makefile  Sun Oct 21 20:56:54 2012 +0000
+++ b/lang/js/Makefile  Sun Oct 21 21:06:05 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2012/10/02 20:11:43 asau Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/21 21:06:05 cheusov Exp $
 #
 
 DISTNAME=              js-0.2.5
-PKGREVISION=           1
+PKGREVISION=           2
 CATEGORIES=            lang
 MASTER_SITES=          http://www.njs-javascript.org/
 
@@ -11,6 +11,8 @@
 COMMENT=               JavaScript virtual machine
 LICENSE=               gnu-lgpl-v2
 
+CONFLICTS=             spidermonkey-[0-9]*
+
 USE_PKGLOCALEDIR=      yes
 USE_LIBTOOL=           yes
 GNU_CONFIGURE=         yes



Home | Main Index | Thread Index | Old Index