Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Oct 2012 16:36:13 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r306316 - in head/lang/v8: . files
Message-ID:  <201210231636.q9NGaDEZ010764@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vanilla
Date: Tue Oct 23 16:36:12 2012
New Revision: 306316
URL: http://svn.freebsd.org/changeset/ports/306316

Log:
  Upgrade to 3.14.5.
  
  Feature safe: yes

Deleted:
  head/lang/v8/files/
Modified:
  head/lang/v8/Makefile
  head/lang/v8/distinfo
  head/lang/v8/pkg-plist

Modified: head/lang/v8/Makefile
==============================================================================
--- head/lang/v8/Makefile	Tue Oct 23 15:34:47 2012	(r306315)
+++ head/lang/v8/Makefile	Tue Oct 23 16:36:12 2012	(r306316)
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	v8
-PORTVERSION=	3.13.7
+PORTVERSION=	3.14.5
 PORTREVISION=	0
 CATEGORIES=	lang
 MASTER_SITES=	LOCAL/vanilla
@@ -45,6 +45,7 @@ ONLY_FOR_ARCHS=	i386 amd64
 .include <bsd.port.pre.mk>
 
 do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/out/native/d8 ${PREFIX}/bin/d8
 	${INSTALL_LIB} -m 755 ${WRKSRC}/out/native/lib.target/libv8.so ${PREFIX}/lib/libv8.so.1
 	${LN} -sf ${PREFIX}/lib/libv8.so.1 ${PREFIX}/lib/libv8.so
 	${INSTALL_DATA} ${WRKSRC}/include/v8.h ${PREFIX}/include/

Modified: head/lang/v8/distinfo
==============================================================================
--- head/lang/v8/distinfo	Tue Oct 23 15:34:47 2012	(r306315)
+++ head/lang/v8/distinfo	Tue Oct 23 16:36:12 2012	(r306316)
@@ -1,2 +1,2 @@
-SHA256 (v8-3.13.7.tar.xz) = 54508a2ae149fc6d2a56e362ab621a98cd689682c0f331ba69f32d59ede21fee
-SIZE (v8-3.13.7.tar.xz) = 8458240
+SHA256 (v8-3.14.5.tar.xz) = f6eed39bcd9f92116f665b82dcdf76a1708ac974e45dfcedb53eed5fefda8a7f
+SIZE (v8-3.14.5.tar.xz) = 8565300

Modified: head/lang/v8/pkg-plist
==============================================================================
--- head/lang/v8/pkg-plist	Tue Oct 23 15:34:47 2012	(r306315)
+++ head/lang/v8/pkg-plist	Tue Oct 23 16:36:12 2012	(r306316)
@@ -1,3 +1,4 @@
+bin/d8
 include/v8.h
 include/v8-debug.h
 include/v8-preparser.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210231636.q9NGaDEZ010764>