Bug 170827 - [MAINTAINER] www/node06: update to 0.6.21
Summary: [MAINTAINER] www/node06: update to 0.6.21
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Po-Chuan Hsieh
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-21 16:40 UTC by linpct
Modified: 2012-08-22 06:10 UTC (History)
0 users

See Also:


Attachments
node-0.6.21.patch (1.00 KB, patch)
2012-08-21 16:40 UTC, linpct
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description linpct 2012-08-21 16:40:05 UTC
- Update to 0.6.21

Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix)
Comment 1 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-08-21 16:52:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sunpoet

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-08-22 06:09:54 UTC
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"
Comment 3 Po-Chuan Hsieh freebsd_committer freebsd_triage 2012-08-22 06:10:06 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!