Bug 179453 - [PATCH] graphics/phplot: fix bad pkg MANIFEST (bad pkg-plist)
Summary: [PATCH] graphics/phplot: fix bad pkg MANIFEST (bad pkg-plist)
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Alex Kozlov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-10 13:30 UTC by John Marino
Modified: 2013-06-11 14:50 UTC (History)
0 users

See Also:


Attachments
file.diff (794 bytes, patch)
2013-06-10 13:30 UTC, John Marino
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description John Marino 2013-06-10 13:30:00 UTC
This port has two directories listed in the pkg-plist.  This type of error leads to an empty MANIFEST in pkg, seen during repo creation.  Fix attached.

Fix: Patch attached with submission follows:
Comment 1 dfilter service freebsd_committer freebsd_triage 2013-06-11 14:48:06 UTC
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
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 2 Alex Kozlov freebsd_committer freebsd_triage 2013-06-11 14:48:45 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ak

I'll take it.
Comment 3 Alex Kozlov freebsd_committer freebsd_triage 2013-06-11 14:48:52 UTC
State Changed
From-To: open->closed

Committed. Thanks!