Summary: | [MAINTAINER] www/node06: update to 0.6.21 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | linpct | ||||
Component: | Individual Port(s) | Assignee: | Po-Chuan Hsieh <sunpoet> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | ||||||
Priority: | Normal | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
linpct
2012-08-21 16:40:05 UTC
Responsible Changed From-To: freebsd-ports-bugs->sunpoet I'll take it. Author: sunpoet Date: Wed Aug 22 05:09:40 2012 New Revision: 302921 URL: http://svn.freebsd.org/changeset/ports/302921 Log: - Update to 0.6.21 - Add LATEST_LINK Changes: https://github.com/joyent/node/blob/v0.6.21/ChangeLog PR: ports/170827 Submitted by: Jin-Sih Lin <linpct@gmail.com> (maintainer) Modified: head/www/node06/Makefile (contents, props changed) head/www/node06/distinfo (contents, props changed) Modified: head/www/node06/Makefile ============================================================================== --- head/www/node06/Makefile Wed Aug 22 05:03:08 2012 (r302920) +++ head/www/node06/Makefile Wed Aug 22 05:09:40 2012 (r302921) @@ -6,7 +6,7 @@ # PORTNAME= node -PORTVERSION= 0.6.19 +PORTVERSION= 0.6.21 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} @@ -20,6 +20,8 @@ OPTIONS= SHARED_V8 "Build with lang/v8" CONFLICTS= node-0.[0-57-9]* node-devel-0.[0-9]* +LATEST_LINK= node06 + CONFIGURE_ARGS= --no-ssl2 \ --openssl-includes=${OPENSSLINC} \ --openssl-libpath=${OPENSSLLIB} \ Modified: head/www/node06/distinfo ============================================================================== --- head/www/node06/distinfo Wed Aug 22 05:03:08 2012 (r302920) +++ head/www/node06/distinfo Wed Aug 22 05:09:40 2012 (r302921) @@ -1,2 +1,2 @@ -SHA256 (node-v0.6.19.tar.gz) = 4e33292477b01dfcf50bc628d580fd5af3e5ff807490ec46472b84100fb52fbb -SIZE (node-v0.6.19.tar.gz) = 10222697 +SHA256 (node-v0.6.21.tar.gz) = 22265fd07e09c22f1d058156d548e7398c9740210f534e2f848eeab5b9772117 +SIZE (node-v0.6.21.tar.gz) = 10235165 _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" State Changed From-To: open->closed Committed, with minor changes. Thanks! |