Date: Sat, 20 Oct 2012 14:45:37 +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: r306181 - head/lang/phantomjs Message-ID: <201210201445.q9KEjbXk048233@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kuriyama Date: Sat Oct 20 14:45:37 2012 New Revision: 306181 URL: http://svn.freebsd.org/changeset/ports/306181 Log: - Upgrade to 1.7.0. Feature safe: yes Modified: head/lang/phantomjs/Makefile head/lang/phantomjs/distinfo head/lang/phantomjs/pkg-plist Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Sat Oct 20 13:56:03 2012 (r306180) +++ head/lang/phantomjs/Makefile Sat Oct 20 14:45:37 2012 (r306181) @@ -1,12 +1,7 @@ -# New ports collection makefile for: phantomjs -# Date created: 20 Apr 2011 -# Whom: Jun Kuriyama <kuriyama@FreeBSD.org> -# # $FreeBSD$ -# PORTNAME= phantomjs -PORTVERSION= 1.6.1 +PORTVERSION= 1.7.0 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -32,11 +27,6 @@ do-build: do-install: cd ${WRKSRC} && ${INSTALL_PROGRAM} bin/phantomjs ${PREFIX}/bin/ - ${MKDIR} ${PREFIX}/lib/phantomjs/ - cd ${WRKSRC} && ${INSTALL_LIB} src/qt/lib/libQtWebKit.so.4 ${PREFIX}/lib/phantomjs/ - cd ${WRKSRC} && ${INSTALL_LIB} src/qt/lib/libQtGui.so.4 ${PREFIX}/lib/phantomjs/ - cd ${WRKSRC} && ${INSTALL_LIB} src/qt/lib/libQtNetwork.so.4 ${PREFIX}/lib/phantomjs/ - cd ${WRKSRC} && ${INSTALL_LIB} src/qt/lib/libQtCore.so.4 ${PREFIX}/lib/phantomjs/ .include <bsd.port.pre.mk> Modified: head/lang/phantomjs/distinfo ============================================================================== --- head/lang/phantomjs/distinfo Sat Oct 20 13:56:03 2012 (r306180) +++ head/lang/phantomjs/distinfo Sat Oct 20 14:45:37 2012 (r306181) @@ -1,2 +1,2 @@ -SHA256 (phantomjs-1.6.1-source.zip) = e3e0020a6b3b9c3ff747aa2ab865998f7759faa4e0cb894aa01bb957510217c2 -SIZE (phantomjs-1.6.1-source.zip) = 39443796 +SHA256 (phantomjs-1.7.0-source.zip) = 10d595aa8e637c29b491563f8af4333b30266e0cba36277000a560a7f6e53bff +SIZE (phantomjs-1.7.0-source.zip) = 39573102 Modified: head/lang/phantomjs/pkg-plist ============================================================================== --- head/lang/phantomjs/pkg-plist Sat Oct 20 13:56:03 2012 (r306180) +++ head/lang/phantomjs/pkg-plist Sat Oct 20 14:45:37 2012 (r306181) @@ -1,7 +1,2 @@ @comment $FreeBSD$ bin/phantomjs -lib/phantomjs/libQtWebKit.so.4 -lib/phantomjs/libQtGui.so.4 -lib/phantomjs/libQtNetwork.so.4 -lib/phantomjs/libQtCore.so.4 -@dirrm lib/phantomjs
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210201445.q9KEjbXk048233>