Add missing file in pkg-plist. How-To-Repeat: # cd /usr/ports/mail/bogofilter # make install ... install -o root -g wheel -m 444 /usr/ports/works/usr/ports/mail/bogofilter-qdbm/work/bogofilter-1.1.5/contrib/vm-bogofilter.el /usr/local/share/doc/bogofilter/contrib/vm-bogofilter.el ... # make deinstall ===> Deinstalling for mail/bogofilter-qdbm ===> Deinstalling bogofilter-qdbm-1.1.5 pkg_delete: unable to completely remove directory '/usr/local/share/doc/bogofilter/contrib' pkg_delete: unable to completely remove directory '/usr/local/share/doc/bogofilter' pkg_delete: couldn't entirely delete package (perhaps the packing list is incorrectly specified?) # ls -la /usr/local/share/doc/bogofilter/contrib -r--r--r-- 1 root wheel 15218 Jul 9 12:40 vm-bogofilter.el
State Changed From-To: open->feedback Awaiting maintainers feedback
Responsible Changed From-To: freebsd-ports-bugs->clsung I'll take it.
Approved - please remember to bump PORTREVISION of the three bogofilter, -qdbm and -sqlite ports and perhaps further slave ports when committing (there at least used to be ru-bogofilter, not sure if it still exists, I didn't maintain it). Note though that I cannot seem to reproduce the original problem on my i386 FreeBSD 6.2-RELEASE-p5, neither as shown nor with "sudo port test" - any ideas why this might be the case (with a current ports tree from portsnap) appreciated? I'm using the pkg_create and Mk/bsd.port.mk patches that were offered a few weeks ago to speed up package registration, might these be related? -- Matthias Andree <matthias.andree@gmx.de>
State Changed From-To: feedback->open Maintainer approved. Committer, please verify this isn't a file that is installed conditionally on the presence of emacs, before committing the patch.
No, it's fine - the file is installed unconditionally =66rom "post-install::" in Makefile, excerpt: post-install:: @${MKDIR} ${DOCSDIR}/contrib # ... =2Efor i in dot-qmail-bogofilter-default \ mailfilter.example procmailrc.example vm-bogofilter.el ${INSTALL_DATA} ${WRKSRC}/contrib/${i} ${DOCSDIR}/contrib/${i} =2Eendfor --=20 Matthias Andree
clsung 2007-08-14 10:13:17 UTC FreeBSD ports repository Modified files: mail/bogofilter Makefile pkg-plist Log: - Add missing file in pkg-plist. - bump PORTREVISION PR: ports/114425 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet_AT_sunpoet dot net> Reviewed by: maintainer (Matthias Andree) Approved by: maintainer Revision Changes Path 1.80 +1 -1 ports/mail/bogofilter/Makefile 1.19 +1 -0 ports/mail/bogofilter/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. Thank You.