Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  4 Dec 2011 09:48:09 +0800 (CST)
From:      Jin-Sih Lin <linpct@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/163049: [MAINTAINER] www/node: FIX CONFLICTS.
Message-ID:  <20111204014809.7E3985CC6@deep.tw>
Resent-Message-ID: <201112041013.pB4ADmq5065065@freefall.freebsd.org>

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

>Number:         163049
>Category:       ports
>Synopsis:       [MAINTAINER] www/node: FIX CONFLICTS.
>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:   Sun Dec 04 10:13:48 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Jin-Sih Lin
>Release:        FreeBSD 9.0-BETA2 i386
>Organization:
FreeBSD @ Taiwan
>Environment:
System: FreeBSD deep.tw 9.0-BETA2 FreeBSD 9.0-BETA2 #0 r225270=6736d34-dirty: Wed Aug 31 17:46:32 CST
>Description:
Fix node04 CONFLICTS settings with www/node and node-devel.

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

--- node-0.4.12.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/www/node04.orig/Makefile /usr/ports/www/node04/Makefile
--- /usr/ports/www/node04.orig/Makefile	2011-11-30 20:12:05.000000000 +0800
+++ /usr/ports/www/node04/Makefile	2011-12-04 09:24:01.000000000 +0800
@@ -23,7 +23,7 @@
 USE_PYTHON=	yes
 USE_GNOME=	pkgconfig
 
-CONFLICTS=	node-0.5.[0-9]*
+CONFLICTS=	node-0.[0-35-9]* devel-0.[0-9]*
 
 ONLY_FOR_ARCHS=	i386 amd64
 MAKE_JOBS_SAFE=	yes
@@ -52,6 +52,6 @@
 	@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PYTHON_CMD} tools/waf-light ${WAF_ARGS} install)
 
 post-install:
-	@${INSTALL_MAN}  ${WRKSRC}/doc/node.1 ${MANPREFIX}/man/man1/
+	@${INSTALL_MAN} ${WRKSRC}/doc/node.1 ${MANPREFIX}/man/man1/
 
 .include <bsd.port.post.mk>
--- node-0.4.12.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?20111204014809.7E3985CC6>