Summary: | Spamassassin Makefile needs gpg1. Patch makes it work with gpg2 also. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Michele Possamai <possamai> | ||||||
Component: | Individual Port(s) | Assignee: | Rong-En Fan <rafan> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | scheidell | ||||||
Priority: | Normal | ||||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Attachments: |
|
Description
Michele Possamai
2007-02-22 15:00:43 UTC
State Changed From-To: open->feedback Awaiting maintainers feedback The following patch takes care of additional upwards compatibility issues when upgrading, reinstalling if different versions installed dependency list looks like it WILL upgrade 4.11 to gpg 2.0 during a portupgrade -R p5-Mail-SpamAssassin. doesn't force a upgrade to 2.0 if you just do a deinstall/reinstall for SA. 1) if no gpg installed, will install gpgv2 (which I have tested in FBSD5.5 and 4.11 and it works) 2) if gpg already installed, will use THAT one (which ever it is) (thanks Michelle for original patch) Mark Martinec (amavisd-new writer) sent me this and patch that fixes it. This is wrong in Makefile: .if defined(WITH_DOMAINKEYS) || defined(WITH_DKIM) RUN_DEPENDS+= p5-Mail-DomainKeys>=0.80:${PORTSDIR}/mail/p5-Mail-DomainKeys .endif Neither DKIM plugin nor the underlying Mail::DKIM module needs mail/p5-Mail-DomainKeys, the DK and DKIM plugins as well as underlying modules are completely independent. Additionally, takefu sent information on a spamassassin bug patch that fixes sa-learn issue with stdin. https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5336 Responsible Changed From-To: freebsd-ports-bugs->rafan Eat. State Changed From-To: feedback->closed Committed. Thanks! rafan 2007-02-24 09:01:03 UTC FreeBSD ports repository Modified files: mail/p5-Mail-SpamAssassin Makefile Added files: mail/p5-Mail-SpamAssassin/files patch-sa-learn-raw Log: - If there is no gnupg installed, install 2.x. If there is, use it. [1] - DKIM plugin and Mail::DKIM do not need Mail::DomainKeys [2] - Fix sa-learn with stdin [3] https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5336 - Bump PORTREVISON PR: ports/109434 [1] Submitted by: Michele Possamai <possamai at xs4all.nl> [1], Mark Martinec (amavisd-new writer) [2], takefu [3] Approved by: Michael Scheidell <scheidell at secnap.net> (maintainer) Revision Changes Path 1.105 +15 -4 ports/mail/p5-Mail-SpamAssassin/Makefile 1.1 +14 -0 ports/mail/p5-Mail-SpamAssassin/files/patch-sa-learn-raw (new) _______________________________________________ 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" |