From owner-svn-ports-all@FreeBSD.ORG Tue Jan 15 02:52:31 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 89EE0A64; Tue, 15 Jan 2013 02:52:31 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 584C4DE8; Tue, 15 Jan 2013 02:52:31 +0000 (UTC) Received: from svn.freebsd.org (svn.FreeBSD.org [8.8.178.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0F2qVD2036270; Tue, 15 Jan 2013 02:52:31 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0F2qULM036267; Tue, 15 Jan 2013 02:52:30 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201301150252.r0F2qULM036267@svn.freebsd.org> From: Jun Kuriyama Date: Tue, 15 Jan 2013 02:52:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310420 - in head/lang/phantomjs: . 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, 15 Jan 2013 02:52:31 -0000 Author: kuriyama Date: Tue Jan 15 02:52:30 2013 New Revision: 310420 URL: http://svnweb.freebsd.org/changeset/ports/310420 Log: - Upgrade to 1.8.1. Modified: head/lang/phantomjs/Makefile head/lang/phantomjs/distinfo head/lang/phantomjs/files/patch-build.sh Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Tue Jan 15 02:12:00 2013 (r310419) +++ head/lang/phantomjs/Makefile Tue Jan 15 02:52:30 2013 (r310420) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phantomjs -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}-source Modified: head/lang/phantomjs/distinfo ============================================================================== --- head/lang/phantomjs/distinfo Tue Jan 15 02:12:00 2013 (r310419) +++ head/lang/phantomjs/distinfo Tue Jan 15 02:52:30 2013 (r310420) @@ -1,2 +1,2 @@ -SHA256 (phantomjs-1.7.0-source.zip) = 10d595aa8e637c29b491563f8af4333b30266e0cba36277000a560a7f6e53bff -SIZE (phantomjs-1.7.0-source.zip) = 39573102 +SHA256 (phantomjs-1.8.1-source.zip) = 16e10bd9cde1bd7a6edbeeaa88ee0e91c4f60b236e541676a5328611df4bfa6a +SIZE (phantomjs-1.8.1-source.zip) = 40626032 Modified: head/lang/phantomjs/files/patch-build.sh ============================================================================== --- head/lang/phantomjs/files/patch-build.sh Tue Jan 15 02:12:00 2013 (r310419) +++ head/lang/phantomjs/files/patch-build.sh Tue Jan 15 02:52:30 2013 (r310420) @@ -1,18 +1,15 @@ $FreeBSD$ ---- build.sh.orig 2012-07-30 01:56:37.113285721 +0900 -+++ build.sh 2012-07-30 06:42:31.502288222 +0900 -@@ -7,27 +7,27 @@ +--- build.sh.orig 2013-01-15 07:48:35.556438142 +0900 ++++ build.sh 2013-01-15 07:50:27.581439602 +0900 +@@ -8,27 +8,27 @@ COMPILE_JOBS=1 MAKEFLAGS_JOBS='' -if [[ "$MAKEFLAGS" != "" ]]; then - MAKEFLAGS_JOBS=$(echo $MAKEFLAGS | egrep -o '\-j[0-9]+' | egrep -o '[0-9]+') -fi -+#if [[ "$MAKEFLAGS" != "" ]]; then -+# MAKEFLAGS_JOBS=$(echo $MAKEFLAGS | egrep -o '\-j[0-9]+' | egrep -o '[0-9]+') -+#fi - +- -if [[ "$MAKEFLAGS_JOBS" != "" ]]; then - # user defined number of jobs in MAKEFLAGS, re-use that number - COMPILE_JOBS=$MAKEFLAGS_JOBS @@ -30,6 +27,10 @@ $FreeBSD$ - fi - fi -fi ++#if [[ "$MAKEFLAGS" != "" ]]; then ++# MAKEFLAGS_JOBS=$(echo $MAKEFLAGS | egrep -o '\-j[0-9]+' | egrep -o '[0-9]+') ++#fi ++ +#if [[ "$MAKEFLAGS_JOBS" != "" ]]; then +# # user defined number of jobs in MAKEFLAGS, re-use that number +# COMPILE_JOBS=$MAKEFLAGS_JOBS @@ -50,3 +51,18 @@ $FreeBSD$ until [ -z "$1" ]; do case $1 in +@@ -78,10 +78,10 @@ + EOF + + echo "Do you want to continue (y/n)?" +- read continue +- if [[ "$continue" != "y" ]]; then +- exit 1 +- fi ++# read continue ++# if [[ "$continue" != "y" ]]; then ++# exit 1 ++# fi + echo + echo + fi