Date: Sun, 4 Dec 2011 09:58:04 +0800 (CST) From: Jin-Sih Lin <linpct@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/163050: [MAINTAINER] www/node-devel: Add ports ignore and fix conflicts. Message-ID: <20111204015805.0491F5CD2@deep.tw> Resent-Message-ID: <201112041013.pB4ADmHn065079@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 163050 >Category: ports >Synopsis: [MAINTAINER] www/node-devel: Add ports ignore and 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: Because node 0.6 is the stable version, ignore node-devel with 0.6 and wait for adding node 0.7 in node-devel. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- node-devel-0.6.3_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/node-devel.orig/Makefile /usr/ports/www/node-devel/Makefile --- /usr/ports/www/node-devel.orig/Makefile 2011-11-26 02:04:33.000000000 +0800 +++ /usr/ports/www/node-devel/Makefile 2011-12-04 09:54:14.000000000 +0800 @@ -7,6 +7,7 @@ PORTNAME= node PORTVERSION= 0.6.3 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ PKGNAMESUFFIX= -devel @@ -17,14 +18,16 @@ LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo -MAN1= node.1 +IGNORE= please use www/node for 0.6 branch and this port will be updated to 0.7 development branch + +MAN1= node.1 HAS_CONFIGURE= yes USE_LDCONFIG= yes USE_PYTHON= yes USE_GMAKE= yes -CONFLICTS= node-0.4.[0-9]* +CONFLICTS= node-0.[0-9]* ONLY_FOR_ARCHS= i386 amd64 MAKE_JOBS_SAFE= yes @@ -42,6 +45,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.mk> --- node-devel-0.6.3_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?20111204015805.0491F5CD2>