From owner-svn-ports-head@FreeBSD.ORG Wed Dec 11 15:09:14 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 ESMTPS id 5472934E; Wed, 11 Dec 2013 15:09:14 +0000 (UTC) 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 414A813C9; Wed, 11 Dec 2013 15:09:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBBF9EYk018395; Wed, 11 Dec 2013 15:09:14 GMT (envelope-from mat@svn.freebsd.org) Received: (from mat@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBBF9Eom018394; Wed, 11 Dec 2013 15:09:14 GMT (envelope-from mat@svn.freebsd.org) Message-Id: <201312111509.rBBF9Eom018394@svn.freebsd.org> From: Mathieu Arnold Date: Wed, 11 Dec 2013 15:09:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r336175 - head/lang/phantomjs 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.17 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: Wed, 11 Dec 2013 15:09:14 -0000 Author: mat Date: Wed Dec 11 15:09:13 2013 New Revision: 336175 URL: http://svnweb.freebsd.org/changeset/ports/336175 Log: Remove Qt from the dependencies, it uses a bundled up version.[1] While there, convert to USES, and use new LIB_DEPENDS format. maintainer timeout[1] PR: ports/184294 [1] Submitted by: Benjamin Lee [1] Modified: head/lang/phantomjs/Makefile Modified: head/lang/phantomjs/Makefile ============================================================================== --- head/lang/phantomjs/Makefile Wed Dec 11 15:04:33 2013 (r336174) +++ head/lang/phantomjs/Makefile Wed Dec 11 15:09:13 2013 (r336175) @@ -2,6 +2,7 @@ PORTNAME= phantomjs PORTVERSION= 1.9.2 +PORTREVISION= 1 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} DISTNAME= ${PORTNAME}-${PORTVERSION}-source @@ -12,12 +13,12 @@ COMMENT= Minimalistic, headless, WebKit- LICENSE= BSD BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ + libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig PROJECTHOST= phantomjs +USES= gmake dos2unix USE_ZIP= YES -USE_GMAKE= YES -USE_DOS2UNIX= YES -USE_QT4= moc qmake gui webkit rcc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-build: