Bug 147302 - [PATCH] mail/maildrop - update to 2.5.0 and add optional dovecot auth patch
Summary: [PATCH] mail/maildrop - update to 2.5.0 and add optional dovecot auth patch
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: Renato Botelho
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-02 02:00 UTC by Marko Njezic
Modified: 2010-06-02 18:50 UTC (History)
0 users

See Also:


Attachments
file.diff (3.22 KB, patch)
2010-06-02 02:00 UTC, Marko Njezic
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Marko Njezic 2010-06-02 02:00:09 UTC
Attached patch updates maildrop port to the version 2.5.0 and adds support for optional Dovecot Authentication extension.

Also, there's no need for patching dbobj.h.in file, so patch-dbobj.h.in patch file can be removed from the port (I've tested compilation with both gdbm and db and configure script properly updated dbobj.h file in both cases).

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-06-02 02:03:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->garga

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-06-02 18:40:49 UTC
garga       2010-06-02 17:40:40 UTC

  FreeBSD ports repository

  Modified files:
    mail/maildrop        Makefile distinfo pkg-plist 
  Removed files:
    mail/maildrop/files  patch-dbobj.h.in 
  Log:
  - Update to 2.5.0
  - Add new option WITH_DOVECOTAUTH
  
  PR:             ports/147302
  Submitted by:   Marko Njezic <mrmax063@maxempire.com>
  
  Revision  Changes    Path
  1.62      +15 -1     ports/mail/maildrop/Makefile
  1.28      +6 -3      ports/mail/maildrop/distinfo
  1.2       +0 -14     ports/mail/maildrop/files/patch-dbobj.h.in (dead)
  1.13      +2 -1      ports/mail/maildrop/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 Renato Botelho freebsd_committer freebsd_triage 2010-06-02 18:40:53 UTC
State Changed
From-To: open->closed

Committed. Thanks!