ports/163049: [MAINTAINER] www/node: FIX CONFLICTS.

Jin-Sih Lin linpct at gmail.com
Sun Dec 4 10:13:48 UTC 2011


>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:



More information about the freebsd-ports-bugs mailing list