pkgsrc-wip/p5-spf-policyd/Makefile
Daniel Horecki cfeb2bbedd Update to version 2.010.
ChangeLog:
--- 2.010 2012-06-17
    * Fixed incorrect use of != instead of ne for string comparison
      (LP: #1014243)
    ! Changed non-standard X-Comment header fields for localhost and
      whitelisted addresses to use RFC 5451 Authentication Results header
      fields
    ! Added depenency on Sys::Hostname::Long for local hostname determination

--- 2.009 2012-02-03
  * Chomp erroneus NULLs off the end of local and authority explanations to
    work around a Mail::SPF bug (in Mail::SPF versions prior to 2.008)
    (LP: #806926)
    - Patch thanks to Allison Randal
  * Stop logging queue ID since it is virtually never available and clutters
    the logs
  * Reduced non-verbose logging to a single line per message

--- 2.008 (2012-01-19 13:46 -0500)
  ! Query only TXT and not DNS RR Type SPF records to reduce unnecessary DNS
    lookups (LP: #161133)
  * Changed default_authority_explanation ('Why' reject text) to point to
    openspf.net instead of openspf.org due to extended outage
  * Fix incorrect version string
  * Ensure all variables are initialized prior to being passed to syslog
2014-08-13 20:02:17 +00:00

25 lines
784 B
Makefile

# $NetBSD: Makefile,v 1.4 2014/08/13 20:02:17 shindenmorr Exp $
#
DISTNAME= postfix-policyd-spf-perl-2.010
PKGNAME= p5-policyd-spf-2.010
CATEGORIES= mail
MASTER_SITES= http://launchpad.net/postfix-policyd-spf-perl/trunk/release2.010/+download/
MAINTAINER= morr@NetBSD.org
HOMEPAGE= http://launchpad.net/postfix-policyd-spf-perl/
COMMENT= Basic Postfix policy engine for SPF checking
LICENSE= gnu-gpl-v2
DEPENDS+= p5-Mail-SPF-[0-9]*:../../mail/p5-Mail-SPF
DEPENDS+= p5-NetAddr-IP-[0-9]*:../../net/p5-NetAddr-IP
REPLACE_PERL= postfix-policyd-spf-perl
INSTALLATION_DIRS= libexec
USE_LANGUAGES= # none
NO_BUILD= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/postfix-policyd-spf-perl ${DESTDIR}/${PREFIX}/libexec/postfix-policyd-spf-perl
.include "../../mk/bsd.pkg.mk"