From nobody@FreeBSD.org  Sun Mar  9 13:07:39 2014
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTPS id 035EF718
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  9 Mar 2014 13:07:39 +0000 (UTC)
Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id E50897FC
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  9 Mar 2014 13:07:38 +0000 (UTC)
Received: from cgiserv.freebsd.org ([127.0.1.6])
	by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s29D7cNi047723
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 9 Mar 2014 13:07:38 GMT
	(envelope-from nobody@cgiserv.freebsd.org)
Received: (from nobody@localhost)
	by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s29D7cB1047722;
	Sun, 9 Mar 2014 13:07:38 GMT
	(envelope-from nobody)
Message-Id: <201403091307.s29D7cB1047722@cgiserv.freebsd.org>
Date: Sun, 9 Mar 2014 13:07:38 GMT
From: Thomas Gellekum <tg@freebsd.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update www/phantomjs to 1.9.7
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         187390
>Category:       ports
>Synopsis:       Update lang/phantomjs to 1.9.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    kuriyama
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Mar 09 13:10:00 UTC 2014
>Closed-Date:    
>Last-Modified:  Wed May  7 01:40:00 UTC 2014
>Originator:     Thomas Gellekum
>Release:        9-stable
>Organization:
>Environment:
>Description:
New version is out; master site changed.
>How-To-Repeat:

>Fix:
See attached file.

Patch attached with submission follows:

diff -ur /usr/ports/lang/phantomjs/Makefile ./Makefile
--- /usr/ports/lang/phantomjs/Makefile	2014-01-22 18:00:46.000000000 +0100
+++ ./Makefile	2014-02-19 10:35:01.000000000 +0100
@@ -1,10 +1,9 @@
 # $FreeBSD: head/lang/phantomjs/Makefile 340722 2014-01-22 17:00:46Z mat $
 
 PORTNAME=	phantomjs
-PORTVERSION=	1.9.2
-PORTREVISION=	2
+PORTVERSION=	1.9.7
 CATEGORIES=	lang
-MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
+MASTER_SITES=	https://bitbucket.org/ariya/phantomjs/downloads/
 DISTNAME=	${PORTNAME}-${PORTVERSION}-source
 
 MAINTAINER=	kuriyama@FreeBSD.org
diff -ur /usr/ports/lang/phantomjs/distinfo ./distinfo
--- /usr/ports/lang/phantomjs/distinfo	2014-01-22 16:30:13.000000000 +0100
+++ ./distinfo	2014-02-19 10:36:03.000000000 +0100
@@ -1,2 +1,2 @@
-SHA256 (phantomjs-1.9.2-source.zip) = 5755bb5b0942b018a41003b4b8be740b9356948f437617d933b8b8b9a8f339e1
-SIZE (phantomjs-1.9.2-source.zip) = 40840382
+SHA256 (phantomjs-1.9.7-source.zip) = 0f6c50ff24c1c4a8ccd7fedef62feef5e45195c7ba5ef6c84434448544877ff3
+SIZE (phantomjs-1.9.7-source.zip) = 40687032


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Mar 10 03:48:03 UTC 2014 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=187390 

From: Christopher Hall <christopherhall.hsw@gmail.com>
To: bug-followup@FreeBSD.org, tg@freebsd.org
Cc:  
Subject: re: ports/187390: Update lang/phantomjs to 1.9.
Date: Wed, 7 May 2014 09:34:39 +0800

 I just tried this on PC-BSD 10:
 
 FreeBSD 10.0-RELEASE-p10 (GENERIC) #0: Wed Apr 30 17:46:07 UTC 2014
 
 Compiled with: gcc47 (FreeBSD Ports Collection) 4.7.3
 (no other gcc versions were installed)
 
 Compilation was OK, but run failed:
 % phantomjs --version
 /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.11 required by /usr/local/bin/phantomjs not found
 
 replaced gcc bu running:
 % pkg remove -f gcc
 % pkg install gcc49
 then rebuild/installed again (this time g++49 wa used)
 and the same error as above occurs.
>Unformatted:
