aboutsummaryrefslogtreecommitdiff
path: root/lang/v8/Makefile
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2011-05-24 00:50:58 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2011-05-24 00:50:58 +0000
commit8de6f0c600ad413c4f26df4199be2791618e6ec8 (patch)
treed022533b458e1d17575055caac4adf9c83ea4e58 /lang/v8/Makefile
parent793cbb3f58f6db0b01c11daf34c65f8b8c7c7752 (diff)
Notes
Diffstat (limited to 'lang/v8/Makefile')
-rw-r--r--lang/v8/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/v8/Makefile b/lang/v8/Makefile
index 4a920b2840ac..e8c4bfe30463 100644
--- a/lang/v8/Makefile
+++ b/lang/v8/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= v8
-PORTVERSION= 3.2.8
+PORTVERSION= 3.3.8
CATEGORIES= lang
MASTER_SITES= http://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/
DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION}
@@ -16,9 +16,9 @@ COMMENT= Google\'s open source JavaScript engine
LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo
-GITVERSION= 0-ga00b3e8
+GITVERSION= 0-g1a3419a
FETCH_ARGS= -pRr
-WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-a00b3e8
+WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-1a3419a
USE_SCONS= yes
OPTIONS= DEBUG "Build in debug mode" Off \
SNAPSHOT "Enable snapshots" Off \