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?)
Responsible Changed From-To: freebsd-ports-bugs->kevlo Over to maintainer
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"
State Changed From-To: open->closed Committed, thanks.