Bug 114425 - [mail/bogofilter] add missing file in pkg-plist
Summary: [mail/bogofilter] add missing file in pkg-plist
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: Cheng-Lung Sung
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-09 05:50 UTC by Sunpoet Po-Chuan Hsieh
Modified: 2007-08-14 11:20 UTC (History)
0 users

See Also:


Attachments
file.diff (358 bytes, patch)
2007-07-09 05:50 UTC, Sunpoet Po-Chuan Hsieh
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sunpoet Po-Chuan Hsieh 2007-07-09 05:50:02 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-07-09 05:50:09 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-07-09 06:04:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clsung

I'll take it.
Comment 3 Matthias Andree 2007-07-09 07:37:57 UTC
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>
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2007-07-28 23:30:19 UTC
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.
Comment 5 Matthias Andree 2007-07-28 23:42:11 UTC
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
Comment 6 dfilter service freebsd_committer freebsd_triage 2007-08-14 11:13:26 UTC
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"
Comment 7 Cheng-Lung Sung freebsd_committer freebsd_triage 2007-08-14 11:13:29 UTC
State Changed
From-To: open->closed

Committed. Thank You.