diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2012-10-20 22:45:37 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2012-10-20 22:45:37 +0800 |
commit | ca889b6e36714294707d40de3183eb1f44dd703c (patch) | |
tree | 313e378223aa7a8137314080c81843fe8ea61322 /lang | |
parent | 8597fa3df24716817fe3b369f26864e6aa39e37e (diff) | |
download | freebsd-ports-gnome-ca889b6e36714294707d40de3183eb1f44dd703c.tar.gz freebsd-ports-gnome-ca889b6e36714294707d40de3183eb1f44dd703c.tar.zst freebsd-ports-gnome-ca889b6e36714294707d40de3183eb1f44dd703c.zip |
- Upgrade to 1.7.0.
Feature safe: yes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/phantomjs/Makefile | 12 | ||||
-rw-r--r-- | lang/phantomjs/distinfo | 4 | ||||
-rw-r--r-- | lang/phantomjs/pkg-plist | 5 |
3 files changed, 3 insertions, 18 deletions
diff --git a/lang/phantomjs/Makefile b/lang/phantomjs/Makefile index 01c6c8553bf9..c16ed536f616 100644 --- a/lang/phantomjs/Makefile +++ b/lang/phantomjs/Makefile @@ -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> diff --git a/lang/phantomjs/distinfo b/lang/phantomjs/distinfo index adb3766c95f9..1579e7854c3b 100644 --- a/lang/phantomjs/distinfo +++ b/lang/phantomjs/distinfo @@ -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 diff --git a/lang/phantomjs/pkg-plist b/lang/phantomjs/pkg-plist index 6c624b7a0d4a..c30892b990ce 100644 --- a/lang/phantomjs/pkg-plist +++ b/lang/phantomjs/pkg-plist @@ -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 |