From owner-svn-ports-head@FreeBSD.ORG Tue Oct 1 07:43:52 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4D4822A5; Tue, 1 Oct 2013 07:43:52 +0000 (UTC) (envelope-from kuriyama@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 20A0B2543; Tue, 1 Oct 2013 07:43:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r917hpCH078186; Tue, 1 Oct 2013 07:43:51 GMT (envelope-from kuriyama@svn.freebsd.org) Received: (from kuriyama@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r917hpTx078176; Tue, 1 Oct 2013 07:43:51 GMT (envelope-from kuriyama@svn.freebsd.org) Message-Id: <201310010743.r917hpTx078176@svn.freebsd.org> From: Jun Kuriyama Date: Tue, 1 Oct 2013 07:43:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328928 - 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-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Oct 2013 07:43:52 -0000 Author: kuriyama Date: Tue Oct 1 07:43:51 2013 New Revision: 328928 URL: http://svnweb.freebsd.org/changeset/ports/328928 Log: - Honor $MAKE_JOBS_NUMBER [1]. - Upgrade to 1.9.2. - Use $STAGEDIR. PR: ports/181983 [1] Submitted by: mat [1] Added: head/lang/phantomjs/files/ head/lang/phantomjs/files/patch-src-phantomjs.pro (contents, props changed) Modified: head/lang/phantomjs/Makefile head/lang/phantomjs/distinfo Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Tue Oct 1 07:24:06 2013 (r328927) +++ head/lang/phantomjs/Makefile Tue Oct 1 07:43:51 2013 (r328928) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= phantomjs -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.2 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -20,12 +20,11 @@ USE_DOS2UNIX= YES USE_QT4= moc qmake gui webkit rcc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes do-build: - cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs 2 --confirm + cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs ${MAKE_JOBS_NUMBER} --confirm do-install: - cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${PREFIX}/bin/ + cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${STAGEDIR}${PREFIX}/bin/ .include Modified: head/lang/phantomjs/distinfo ============================================================================== --- head/lang/phantomjs/distinfo Tue Oct 1 07:24:06 2013 (r328927) +++ head/lang/phantomjs/distinfo Tue Oct 1 07:43:51 2013 (r328928) @@ -1,2 +1,2 @@ -SHA256 (phantomjs-1.9.0-source.zip) = f51ebd98df9fd628544b719b41bb5b42a180afa603888c62a04e5e5ace588d0b -SIZE (phantomjs-1.9.0-source.zip) = 40903639 +SHA256 (phantomjs-1.9.2-source.zip) = 5755bb5b0942b018a41003b4b8be740b9356948f437617d933b8b8b9a8f339e1 +SIZE (phantomjs-1.9.2-source.zip) = 40840382 Added: head/lang/phantomjs/files/patch-src-phantomjs.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/lang/phantomjs/files/patch-src-phantomjs.pro Tue Oct 1 07:43:51 2013 (r328928) @@ -0,0 +1,11 @@ +--- src/phantomjs.pro.orig 2013-10-01 10:49:57.204247173 +0900 ++++ src/phantomjs.pro 2013-10-01 10:50:42.830414131 +0900 +@@ -60,7 +60,7 @@ + include(linenoise/linenoise.pri) + include(qcommandline/qcommandline.pri) + +-linux*|mac { ++linux*|mac|freebsd* { + INCLUDEPATH += breakpad/src + + SOURCES += breakpad/src/client/minidump_file_writer.cc \