pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libev mark as conflicting with libevent, bump PK...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5bf92647c73c
branches:  trunk
changeset: 397651:5bf92647c73c
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Mon Aug 17 11:08:30 2009 +0000

description:
mark as conflicting with libevent, bump PKGREVISION

diffstat:

 devel/libev/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r c1fea6593a13 -r 5bf92647c73c devel/libev/Makefile
--- a/devel/libev/Makefile      Mon Aug 17 11:07:55 2009 +0000
+++ b/devel/libev/Makefile      Mon Aug 17 11:08:30 2009 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/08/16 15:38:01 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/17 11:08:30 drochner Exp $
 
 DISTNAME=      libev-3.7
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  http://dist.schmorp.de/libev/
 
@@ -9,6 +10,8 @@
 COMMENT=       Full-featured and high-performance event loop
 LICENSE=       modified-bsd OR gnu-gpl-v2 # NOTE: 2-clause BSD
 
+CONFLICTS+=    libevent-[0-9]*
+
 GNU_CONFIGURE= yes
 USE_LIBTOOL=   yes
 #TEST_TARGET=  verify



Home | Main Index | Thread Index | Old Index