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/iojs/Makefile | |
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/iojs/Makefile')
-rw-r--r-- | www/iojs/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |