Date: Mon, 1 Jun 2015 20:13:25 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r388274 - head/www/iojs Message-ID: <201506012013.t51KDPS4093007@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Jun 1 20:13:24 2015 New Revision: 388274 URL: https://svnweb.freebsd.org/changeset/ports/388274 Log: - Update to 2.2.1 - Add LICENSE - Add GH_ACCOUNT - Do not touch PREFIX/lib/node_modules and leave it for www/npm - Strip binary executable - Use pkg-message instead of ECHO_MSG in post-install: Changes: https://github.com/nodejs/io.js/blob/master/CHANGELOG.md Submitted by: sunpoet (myself) Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Added: head/www/iojs/pkg-message - copied unchanged from r388048, head/www/node/pkg-message Modified: head/www/iojs/Makefile head/www/iojs/distinfo head/www/iojs/pkg-plist Modified: head/www/iojs/Makefile ============================================================================== --- head/www/iojs/Makefile Mon Jun 1 20:12:51 2015 (r388273) +++ head/www/iojs/Makefile Mon Jun 1 20:13:24 2015 (r388274) @@ -2,15 +2,18 @@ # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 2.0.1 +PORTVERSION= 2.2.1 DISTVERSIONPREFIX= v CATEGORIES= www MAINTAINER= linpct@gmail.com COMMENT= V8 JavaScript for client and server +LICENSE= MIT + USES= execinfo gmake python:2 USE_GITHUB= yes +GH_ACCOUNT= nodejs GH_PROJECT= io.js HAS_CONFIGURE= yes USE_LDCONFIG= yes @@ -48,11 +51,7 @@ post-patch: ${WRKSRC}/deps/v8/src/d8.gyp post-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/lib/node_modules/ - ${TOUCH} ${STAGEDIR}${PREFIX}/lib/node_modules/.keepme + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/iojs ${CHMOD} ${MANMODE} ${STAGEDIR}${PREFIX}/man/man1/iojs.1 - @${ECHO_MSG} - @${ECHO_MSG} "Note: If you need npm (Node Package Manager), please install www/npm." - @${ECHO_MSG} .include <bsd.port.mk> Modified: head/www/iojs/distinfo ============================================================================== --- head/www/iojs/distinfo Mon Jun 1 20:12:51 2015 (r388273) +++ head/www/iojs/distinfo Mon Jun 1 20:13:24 2015 (r388274) @@ -1,2 +1,2 @@ -SHA256 (iojs-io.js-v2.0.1_GH0.tar.gz) = e44175961957561b64628f151ffbdbe66ee9e2b0afb99f7e835a31754d005b3e -SIZE (iojs-io.js-v2.0.1_GH0.tar.gz) = 31387861 +SHA256 (nodejs-io.js-v2.2.1_GH0.tar.gz) = f97d982055a65e24edb21eb7e390fdc0027497f6e81ccbb747262aa1b5b9bf0c +SIZE (nodejs-io.js-v2.2.1_GH0.tar.gz) = 32035286 Copied: head/www/iojs/pkg-message (from r388048, head/www/node/pkg-message) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/iojs/pkg-message Mon Jun 1 20:13:24 2015 (r388274, copy of r388048, head/www/node/pkg-message) @@ -0,0 +1 @@ +Note: If you need npm (Node Package Manager), please install www/npm. Modified: head/www/iojs/pkg-plist ============================================================================== --- head/www/iojs/pkg-plist Mon Jun 1 20:12:51 2015 (r388273) +++ head/www/iojs/pkg-plist Mon Jun 1 20:13:24 2015 (r388274) @@ -123,6 +123,5 @@ include/node/v8-util.h include/node/v8-version.h include/node/v8.h include/node/v8config.h -lib/node_modules/.keepme man/man1/iojs.1.gz share/systemtap/tapset/node.stp
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506012013.t51KDPS4093007>