From owner-svn-ports-all@FreeBSD.ORG Tue Jun 11 13:47:55 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0684B89E; Tue, 11 Jun 2013 13:47:55 +0000 (UTC) (envelope-from ak@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ED5381482; Tue, 11 Jun 2013 13:47:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r5BDls3J049530; Tue, 11 Jun 2013 13:47:54 GMT (envelope-from ak@svn.freebsd.org) Received: (from ak@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r5BDls3k049528; Tue, 11 Jun 2013 13:47:54 GMT (envelope-from ak@svn.freebsd.org) Message-Id: <201306111347.r5BDls3k049528@svn.freebsd.org> From: Alex Kozlov Date: Tue, 11 Jun 2013 13:47:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r320559 - head/graphics/phplot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jun 2013 13:47:55 -0000 Author: ak Date: Tue Jun 11 13:47:54 2013 New Revision: 320559 URL: http://svnweb.freebsd.org/changeset/ports/320559 Log: - Fix pkg-plist for pkgng [1] - Remove indefinite article from COMMENT PR: ports/179453 [1] Submitted by: John Marino Modified: head/graphics/phplot/Makefile head/graphics/phplot/pkg-plist (contents, props changed) Modified: head/graphics/phplot/Makefile ============================================================================== --- head/graphics/phplot/Makefile Tue Jun 11 13:26:32 2013 (r320558) +++ head/graphics/phplot/Makefile Tue Jun 11 13:47:54 2013 (r320559) @@ -10,7 +10,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${E ${PORTNAME}docs-20130511.zip:source2 MAINTAINER= ports@FreeBSD.org -COMMENT= A PHP class for creating scientific and business charts +COMMENT= PHP class for creating scientific and business charts LIB_DEPENDS+= gd:${PORTSDIR}/graphics/gd Modified: head/graphics/phplot/pkg-plist ============================================================================== --- head/graphics/phplot/pkg-plist Tue Jun 11 13:26:32 2013 (r320558) +++ head/graphics/phplot/pkg-plist Tue Jun 11 13:47:54 2013 (r320559) @@ -101,7 +101,6 @@ include/php/phplot/rgb.inc.php %%PORTDOCS%%%%DOCSDIR%%/start-multiple.html %%PORTDOCS%%%%DOCSDIR%%/examples.html %%PORTDOCS%%%%DOCSDIR%%/SetXTitleColor.html -%%PORTDOCS%%%%DOCSDIR%%/examples %%PORTDOCS%%%%DOCSDIR%%/examples/horizerror.png %%PORTDOCS%%%%DOCSDIR%%/examples/lines2.png %%PORTDOCS%%%%DOCSDIR%%/examples/boxplot1.png @@ -167,7 +166,6 @@ include/php/phplot/rgb.inc.php %%PORTDOCS%%%%DOCSDIR%%/SetXDataLabelPos.html %%PORTDOCS%%%%DOCSDIR%%/SetXTimeFormat.html %%PORTDOCS%%%%DOCSDIR%%/ref-colorstyle.html -%%PORTDOCS%%%%DOCSDIR%%/images %%PORTDOCS%%%%DOCSDIR%%/images/shape-target.png %%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-pie.png %%PORTDOCS%%%%DOCSDIR%%/images/thumbnail-boxes.png