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:
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"
Responsible Changed From-To: freebsd-ports-bugs->ak I'll take it.
State Changed From-To: open->closed Committed. Thanks!