Bug 148909 - [PATCH] devel/cego-base: fix pkg-plist to exclude license files
Summary: [PATCH] devel/cego-base: fix pkg-plist to exclude license files
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: Sahil Tandon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-24 20:40 UTC by Sahil Tandon
Modified: 2010-07-25 01:10 UTC (History)
1 user (show)

See Also:


Attachments
cego-base.diff (527 bytes, patch)
2010-07-24 20:40 UTC, Sahil Tandon
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sahil Tandon freebsd_committer freebsd_triage 2010-07-24 20:40:01 UTC
There is no reason to populate pkg-plist with license related files; bsd.licenses.mk already handles this. The attached patch addresses the following error: 

Deleting cego-base-1.1.31
pkg_delete: file '/usr/local/share/licenses/cego-base-1.1.31/GPLv2' doesn't exist
pkg_delete: file '/usr/local/share/licenses/cego-base-1.1.31/LICENSE' doesn't exist
pkg_delete: file '/usr/local/share/licenses/cego-base-1.1.31/catalog.mk' doesn't exist
pkg_delete: file '/usr/local/share/licenses/cego-base-1.1.31' doesn't exist
pkg_delete: unable to completely remove directory '/usr/local/share/licenses/cego-base-1.1.31'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-24 20:40:41 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sahil

Submitter has GNATS access (via the GNATS Auto Assign Tool)
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-24 20:40:43 UTC
Maintainer of devel/cego-base,

Please note that PR ports/148909 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/148909

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2010-07-24 20:40:46 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 4 Kurt Jaeger 2010-07-24 20:42:46 UTC
Thanks, approved!

-- 
pi@opsec.eu            +49 171 3101372                        10 years to go !
Comment 5 dfilter service freebsd_committer freebsd_triage 2010-07-25 01:00:48 UTC
sahil       2010-07-25 00:00:22 UTC

  FreeBSD ports repository

  Modified files:
    devel/cego-base      pkg-plist 
  Log:
  - Remove license files from pkg-plist
  
  PR:             ports/148909
  Submitted by:   sahil@
  Approved by:    Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
  
  Revision  Changes    Path
  1.3       +0 -5      ports/devel/cego-base/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 6 Sahil Tandon freebsd_committer freebsd_triage 2010-07-25 01:01:34 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!