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
Responsible Changed From-To: freebsd-ports-bugs->gabor My port.
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"
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!