From owner-svn-ports-all@FreeBSD.ORG Tue Oct 23 16:36:13 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 602CFE3D; Tue, 23 Oct 2012 16:36:13 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 477718FC18; Tue, 23 Oct 2012 16:36:13 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q9NGaD71010768; Tue, 23 Oct 2012 16:36:13 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q9NGaDEZ010764; Tue, 23 Oct 2012 16:36:13 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201210231636.q9NGaDEZ010764@svn.freebsd.org> From: "Vanilla I. Shu" Date: Tue, 23 Oct 2012 16:36:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r306316 - in head/lang/v8: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Oct 2012 16:36:13 -0000 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 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