Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jun 2013 13:47:54 +0000 (UTC)
From:      Alex Kozlov <ak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r320559 - head/graphics/phplot
Message-ID:  <201306111347.r5BDls3k049528@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <draco@marino.st>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306111347.r5BDls3k049528>