Bug 109141 - [PATCH] devel/py-icalendar: plist incorrectly specified if py-setuptools is installed
Summary: [PATCH] devel/py-icalendar: plist incorrectly specified if py-setuptools is i...
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: Kevin Lo
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-13 19:10 UTC by Li-Wen Hsu
Modified: 2007-02-14 02:10 UTC (History)
1 user (show)

See Also:


Attachments
py24-icalendar-1.2_1.patch (3.12 KB, patch)
2007-02-13 19:10 UTC, Li-Wen Hsu
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Li-Wen Hsu 2007-02-13 19:10:05 UTC
py-icalendar would be built as a python egg if py-setuptools were installed,
and this made plist incorrectly specified.

Port maintainer (kevlo@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77

Fix: Adding devel/py-setuptool to BUILD_DEPENDS and RUN_DEPENDS might be a good idea.
How-To-Repeat: 
# cd /usr/ports/devel/py-setuptools && make install clean
# cd /usr/ports/devel/py-icalendar
# make install
# make deinstall
===>  Deinstalling for devel/py-icalendar
===>   Deinstalling py24-icalendar-1.2
pkg_delete: file '/usr/local/lib/python2.4/site-packages/icalendar/__init__.py' doesn't exist
(..deleted...)
pkg_delete: unable to completely remove directory '/usr/local/lib/python2.4/site-packages/icalendar'
pkg_delete: couldn't entirely delete package (perhaps the packing list is
incorrectly specified?)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-02-13 19:12:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kevlo

Over to maintainer
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-02-14 02:01:09 UTC
kevlo       2007-02-14 02:01:04 UTC

  FreeBSD ports repository

  Modified files:
    devel/py-icalendar   Makefile pkg-plist 
  Log:
  Add devel/py-setuptool to BUILD_DEPENDS and RUN_DEPENDS.
  
  PR: ports/109141
  Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
  
  Revision  Changes    Path
  1.4       +19 -0     ports/devel/py-icalendar/Makefile
  1.5       +4 -26     ports/devel/py-icalendar/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 3 Kevin Lo freebsd_committer freebsd_triage 2007-02-14 02:01:33 UTC
State Changed
From-To: open->closed

Committed, thanks.