svn commit: r319287 - in head/lang/phantomjs: . files
Jun Kuriyama
kuriyama at FreeBSD.org
Mon May 27 22:32:14 UTC 2013
Author: kuriyama
Date: Mon May 27 22:32:14 2013
New Revision: 319287
URL: http://svnweb.freebsd.org/changeset/ports/319287
Log:
- Upgrade to 1.9.0.
Submitted by: L Campbell lcampbell at uncod.in
Deleted:
head/lang/phantomjs/files/
Modified:
head/lang/phantomjs/Makefile
head/lang/phantomjs/distinfo
Modified: head/lang/phantomjs/Makefile
==============================================================================
--- head/lang/phantomjs/Makefile Mon May 27 21:44:32 2013 (r319286)
+++ head/lang/phantomjs/Makefile Mon May 27 22:32:14 2013 (r319287)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= phantomjs
-PORTVERSION= 1.8.1
+PORTVERSION= 1.9.0
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
DISTNAME= ${PORTNAME}-${PORTVERSION}-source
@@ -21,9 +21,7 @@ USE_QT4= moc qmake gui webkit rcc
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
do-build:
- cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|!/|!/usr/local/|g' build.sh
- cd ${WRKSRC}/src/qt && ${REINPLACE_CMD} -e 's|!/|!/usr/local/|g' preconfig.sh
- cd ${WRKSRC} && ${LOCALBASE}/bin/bash -x build.sh --jobs 2
+ cd ${WRKSRC} && ${SETENV} OSTYPE=freebsd MAKEFLAGS= bash -x build.sh --jobs 2 --confirm
do-install:
cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${PREFIX}/bin/
Modified: head/lang/phantomjs/distinfo
==============================================================================
--- head/lang/phantomjs/distinfo Mon May 27 21:44:32 2013 (r319286)
+++ head/lang/phantomjs/distinfo Mon May 27 22:32:14 2013 (r319287)
@@ -1,2 +1,2 @@
-SHA256 (phantomjs-1.8.1-source.zip) = 16e10bd9cde1bd7a6edbeeaa88ee0e91c4f60b236e541676a5328611df4bfa6a
-SIZE (phantomjs-1.8.1-source.zip) = 40626032
+SHA256 (phantomjs-1.9.0-source.zip) = f51ebd98df9fd628544b719b41bb5b42a180afa603888c62a04e5e5ace588d0b
+SIZE (phantomjs-1.9.0-source.zip) = 40903639
More information about the svn-ports-all
mailing list