Date: Tue, 15 Jan 2013 02:52:30 +0000 (UTC) From: Jun Kuriyama <kuriyama@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r310420 - in head/lang/phantomjs: . files Message-ID: <201301150252.r0F2qULM036267@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301150252.r0F2qULM036267>