Bug 56462

Summary: [Update] Port: mail/vpopmail
Product: Ports & Packages Reporter: Alex Dupre <sysadmin>
Component: Individual Port(s)Assignee: Peter Pentchev <roam>
Status: Closed FIXED    
Severity: Affects Only Me CC: roam
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
vpopmail.diff none

Description Alex Dupre 2003-09-05 00:20:06 UTC
Update to 5.3.27 release.
Remove COMMENT quotes.
Align knobs' comments.
Remove APOP, SQWEBMAIL, and DELIVER_FILTER obsolate knobs.
Add WITH_LEARN_PASSWORDS knob.
Use USE_MYSQL option.
Fix sqlincdir and sqllibdir.
Change WITHOUT_ROAMING into WITH_ROAMING (vpopmail doesn't enable it by default)
Change WITH_CLEAR_PASSWD into WITHOUT_CLEAR_PASSWD (vpopmail enables it by default)
Add domain quotas support.
Many other "invisible" changes.
For roam: I removed your sqwebmail patch. Actual sqwebmail version do the same
thing automatically.
Supersedes PRs 54585, 55037, 55047 and 55737.
Comment 1 Kirill Ponomarev freebsd_committer freebsd_triage 2003-09-05 05:46:55 UTC
Responsible Changed
From-To: freebsd-ports-bugs->roam

Over to maintainer.
Comment 2 Peter Pentchev freebsd_committer freebsd_triage 2003-09-10 10:43:19 UTC
State Changed
From-To: open->closed

I committed most of the fixes from your PR.  Thanks a lot! 
Can't say I feel too sure about renaming the knobs: this might break 
people's (mostly unattended or not-paid-enough-attention-to) builds. 
Slightly modified your patch-configure change to still use $VCFGDIR 
instead of hardcoding /usr/ports as $PORTSDIR - sometimes ports are 
built outside /usr/ports, and by a non-root user, too :) 
Other than that, awesome work!