diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 21:05:07 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-31 21:05:07 +0800 |
commit | 7cdd2a4995b84aeaa57ff0ddddb550c68a847c48 (patch) | |
tree | affc301a20cb8f06bf5ef46309ca5f8936b2fd47 /www | |
parent | d1ae1e9012397b15f148d87500e2493d1a3997c7 (diff) | |
download | freebsd-ports-gnome-7cdd2a4995b84aeaa57ff0ddddb550c68a847c48.tar.gz freebsd-ports-gnome-7cdd2a4995b84aeaa57ff0ddddb550c68a847c48.tar.zst freebsd-ports-gnome-7cdd2a4995b84aeaa57ff0ddddb550c68a847c48.zip |
- Update to 1.6.2
- Convert to new USE_GITHUB usage and remove deprecated GH_COMMIT
Changes: https://github.com/iojs/io.js/blob/v1.x/CHANGELOG.md
PR: 198878
Submitted by: sunpoet (myself)
Approved by: Jin-Sih Lin <linpct@gmail.com> (maintainer)
Diffstat (limited to 'www')
-rw-r--r-- | www/iojs/Makefile | 3 | ||||
-rw-r--r-- | www/iojs/distinfo | 4 | ||||
-rw-r--r-- | www/iojs/pkg-plist | 1 |
3 files changed, 4 insertions, 4 deletions
diff --git a/www/iojs/Makefile b/www/iojs/Makefile index b6c26202bc7b..da0a04124a16 100644 --- a/www/iojs/Makefile +++ b/www/iojs/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iojs -PORTVERSION= 1.4.3 +PORTVERSION= 1.6.2 CATEGORIES= www MAINTAINER= linpct@gmail.com @@ -13,7 +13,6 @@ USE_GITHUB= yes GH_ACCOUNT= iojs GH_PROJECT= io.js GH_TAGNAME= v${PORTVERSION} -GH_COMMIT= c49af34 HAS_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/www/iojs/distinfo b/www/iojs/distinfo index 6ccbd06991f8..32f370c4a110 100644 --- a/www/iojs/distinfo +++ b/www/iojs/distinfo @@ -1,2 +1,2 @@ -SHA256 (iojs-1.4.3.tar.gz) = 5b6c0ec95bbcfed1f9483cfa6c979c58730d8a2ac0ef1687265fe4314bd171f8 -SIZE (iojs-1.4.3.tar.gz) = 29637766 +SHA256 (iojs-io.js-1.6.2-v1.6.2_GH0.tar.gz) = 997969944119b9bdcf4b9a295920a56f6f349b30b57159c4b02a6d040f8d5581 +SIZE (iojs-io.js-1.6.2-v1.6.2_GH0.tar.gz) = 28728927 diff --git a/www/iojs/pkg-plist b/www/iojs/pkg-plist index 91ad807ec7f9..d24fe49652cc 100644 --- a/www/iojs/pkg-plist +++ b/www/iojs/pkg-plist @@ -33,6 +33,7 @@ include/node/v8-platform.h include/node/v8-profiler.h include/node/v8-testing.h include/node/v8-util.h +include/node/v8-version.h include/node/v8.h include/node/v8config.h lib/node_modules/.keepme |