Due to using a directory in the plist, pkg produces an empty package of bins with no manifest. Fix attached. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->araujo Over to maintainer (via the GNATS Auto Assign Tool)
Responsible Changed From-To: araujo->wg I'll take it.
Author: wg Date: Sat May 18 16:32:11 2013 New Revision: 318434 URL: http://svnweb.freebsd.org/changeset/ports/318434 Log: - Fix pkg-plist PR: ports/177608 Submitted by: John Marino <draco@marino.st> Approved by: culot (mentor), maintainer (timeout, > 14 days) Modified: head/www/bins/pkg-plist Modified: head/www/bins/pkg-plist ============================================================================== --- head/www/bins/pkg-plist Sat May 18 15:42:52 2013 (r318433) +++ head/www/bins/pkg-plist Sat May 18 16:32:11 2013 (r318434) @@ -9,7 +9,6 @@ bin/bins_txt2xml %%DATADIR%%/templates.joi/imagenavbar.html %%DATADIR%%/templates.joi/navbar.html %%DATADIR%%/templates.joi/path.html -%%DATADIR%%/templates.joi/static %%DATADIR%%/templates.joi/static/actthumb.png %%DATADIR%%/templates.joi/static/actthumb.png.bak %%DATADIR%%/templates.joi/static/albumtree.png @@ -154,7 +153,6 @@ bin/bins_txt2xml %%DATADIR%%/templates.martin/imagenavbar.html %%DATADIR%%/templates.martin/navbar.html %%DATADIR%%/templates.martin/path.html -%%DATADIR%%/templates.martin/static %%DATADIR%%/templates.martin/static/actthumb.png %%DATADIR%%/templates.martin/static/actthumb.png.bak %%DATADIR%%/templates.martin/static/albumtree.png @@ -235,7 +233,6 @@ bin/bins_txt2xml %%DATADIR%%/templates.mwolson/imagelist.html %%DATADIR%%/templates.mwolson/navbar.html %%DATADIR%%/templates.mwolson/path.html -%%DATADIR%%/templates.mwolson/static %%DATADIR%%/templates.mwolson/static/style.css %%DATADIR%%/templates.mwolson/static/style.css.bak %%DATADIR%%/templates.mwolson/subalbum.html @@ -250,7 +247,6 @@ bin/bins_txt2xml %%DATADIR%%/templates.petrus/moreinfos.html %%DATADIR%%/templates.petrus/navbar.html %%DATADIR%%/templates.petrus/path.html -%%DATADIR%%/templates.petrus/static %%DATADIR%%/templates.petrus/static/actthumb.png %%DATADIR%%/templates.petrus/static/actthumb.png.bak %%DATADIR%%/templates.petrus/static/albumtree.png @@ -325,7 +321,6 @@ bin/bins_txt2xml %%DATADIR%%/templates.satyap/imagelist.html %%DATADIR%%/templates.satyap/navbar.html %%DATADIR%%/templates.satyap/path.html -%%DATADIR%%/templates.satyap/static %%DATADIR%%/templates.satyap/static/style.css %%DATADIR%%/templates.satyap/static/style.css.bak %%DATADIR%%/templates.satyap/subalbum.html @@ -428,5 +423,4 @@ share/locale/zh_TW/LC_MESSAGES/bins.mo @dirrm %%DATADIR%%/templates.marc @dirrm %%DATADIR%%/templates.joi/static @dirrm %%DATADIR%%/templates.joi -@dirrm %%DATADIR%%/templates.default @dirrm %%DATADIR%% _______________________________________________ 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"
State Changed From-To: open->closed Committed. Thanks!