Bug 177608 - www/bins: [PATCH] bad plist prevents packaging
Summary: www/bins: [PATCH] bad plist prevents packaging
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: William Grzybowski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-03 12:40 UTC by John Marino
Modified: 2013-05-18 17:40 UTC (History)
0 users

See Also:


Attachments
file.diff (1.99 KB, patch)
2013-04-03 12:40 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-04-03 12:40:01 UTC
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:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-04-03 12:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->araujo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 William Grzybowski freebsd_committer freebsd_triage 2013-05-18 15:21:11 UTC
Responsible Changed
From-To: araujo->wg

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-05-18 17:32:19 UTC
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"
Comment 4 William Grzybowski freebsd_committer freebsd_triage 2013-05-18 17:32:41 UTC
State Changed
From-To: open->closed

Committed. Thanks!