Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Oct 2010 19:58:56 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/151748: [MAINTAINER] www/node: add CONFLICTS to node-devel*
Message-ID:  <20101026115856.D9BF76589@deep.tw>
Resent-Message-ID: <201010261200.o9QC0MiQ075616@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         151748
>Category:       ports
>Synopsis:       [MAINTAINER] www/node: add CONFLICTS to node-devel*
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 26 12:00:22 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 8.1-STABLE i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 8.1-STABLE FreeBSD 8.1-STABLE #0: Fri Sep 24 14:46:08 CST 2010
>Description:
add CONFLICTS to node-devel*

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- node-0.2.4_1.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/node.orig/Makefile /usr/ports/www/node/Makefile
--- /usr/ports/www/node.orig/Makefile	2010-10-26 19:55:37.000000000 +0800
+++ /usr/ports/www/node/Makefile	2010-10-26 18:30:33.000000000 +0800
@@ -7,6 +7,7 @@
 
 PORTNAME=	node
 PORTVERSION=	0.2.4
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://nodejs.org/dist/
 DISTNAME=	${PORTNAME}-v${PORTVERSION}
@@ -25,6 +26,8 @@
 ONLY_FOR_ARCHS=	i386 amd64
 MAKE_JOBS_SAFE=	yes
 
+CONFLICTS=	node-devel*
+
 CONFIGURE_ARGS=	--prefix=${PREFIX_RELDEST}
 PREFIX_RELDEST=	${PREFIX:S,^${DESTDIR},,}
 
--- node-0.2.4_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20101026115856.D9BF76589>