Bug 112048

Summary: Major upgrade: amavisd-new 2.45 to 2.50
Product: Ports & Packages Reporter: Michael Scheidell <scheidell>
Component: Individual Port(s)Assignee: Gabor Kovesdan <gabor>
Status: Closed FIXED    
Severity: Affects Only Me CC: gabor
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Michael Scheidell 2007-04-23 20:20:07 UTC
Prior to SpamAssassin 3.20, users will need to update to amavisd-new 2.50
  2.50 includes many performance and feature enhancements, including
  direct use of INET6 (even on systems compiled for -4 only),
  disclaimers, custom configurations.

changes to makefile:
require minimum UUlib 1.08, minimum 1.04 of Zlib, .03 of Server.pm
removed dependency on Tar.pm, SMTP.pm.

Added altermine option for disclaimers.
Added p7zip option.

Fix: long patch: sorry, if you want attachment, let me know
How-To-Repeat: na
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2007-04-23 20:56:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

My port.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-01 19:32:02 UTC
gabor       2007-05-01 18:31:56 UTC

  FreeBSD ports repository

  Modified files:
    security/amavisd-new Makefile distinfo pkg-plist 
    security/amavisd-new/files pkg-message.in 
  Log:
  - Update to 2.5.0
  - Add Altermime support
  - Add P7Zip support
  
  Release Notes:  http://www.ijs.si/software/amavisd/release-notes.txt
  
  PR:             ports/112048
  Submitted by:   Michael Scheidell <scheidell@secnap.net>
  
  Revision  Changes    Path
  1.53      +27 -12    ports/security/amavisd-new/Makefile
  1.31      +3 -3      ports/security/amavisd-new/distinfo
  1.5       +2 -1      ports/security/amavisd-new/files/pkg-message.in
  1.21      +38 -1     ports/security/amavisd-new/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 Gabor Kovesdan freebsd_committer freebsd_triage 2007-05-01 19:32:22 UTC
State Changed
From-To: open->closed

Committed with a slight change: 
the custom config file has to be removed if it is unchanged. This is done in 
the pkg-plist file with the @unexec keyword. 
Thanks for your contribution!