Index: head/mail/opendmarc/Makefile =================================================================== --- head/mail/opendmarc/Makefile (revision 449796) +++ head/mail/opendmarc/Makefile (revision 449797) @@ -1,61 +1,60 @@ # Created by: Jaap Akkerhuis # $FreeBSD$ PORTNAME= opendmarc -PORTVERSION= 1.3.1 -PORTREVISION= 4 +PORTVERSION= 1.3.2 CATEGORIES= mail security MASTER_SITES= SF/${PORTNAME} \ SF/${PORTNAME}/Previous%20Releases MAINTAINER= freebsd@gushi.org COMMENT= DMARC library and milter implementation LICENSE= BSD3CLAUSE SENDMAIL LICENSE_COMB= multi RUN_DEPENDS= p5-Switch>=0:lang/p5-Switch \ p5-DBI>=0:databases/p5-DBI \ p5-DBD-mysql>=0:databases/p5-DBD-mysql \ p5-HTTP-Message>=0:www/p5-HTTP-Message LICENSE_FILE_SENDMAIL= ${WRKSRC}/LICENSE.Sendmail LICENSE_GROUPS_SENDMAIL= FSF OSI LICENSE_NAME_SENDMAIL= Sendmail Open Source License LICENSE_PERMS_SENDMAIL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= libtool perl5 shebangfix USE_LDCONFIG= yes USE_RC_SUBR= opendmarc GNU_CONFIGURE= yes OPTIONS_DEFINE= SPF OPTIONS_DEFAULT= SPF SPF_DESC= Enable support for SPF record checking SPF_LIB_DEPENDS= libspf2.so:mail/libspf2 SPF_CONFIGURE_ON= --with-spf \ --with-spf2-include=${LOCALBASE}/include/spf2 \ --with-spf2-lib=${LOCALBASE}/lib SHEBANG_FILES= reports/opendmarc-expire.in \ reports/opendmarc-import.in \ reports/opendmarc-params.in \ reports/opendmarc-reports.in PORTDOCS= * .include .include "${PORTSDIR}/mail/sendmail/bsd.milter.mk" CONFIGURE_ARGS+= --with-milter=${MILTERBASE} post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/etc/mail ${INSTALL_DATA} \ ${WRKSRC}/opendmarc/opendmarc.conf.sample ${STAGEDIR}${PREFIX}/etc/mail @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libopendmarc.so.2 .include Index: head/mail/opendmarc/distinfo =================================================================== --- head/mail/opendmarc/distinfo (revision 449796) +++ head/mail/opendmarc/distinfo (revision 449797) @@ -1,2 +1,3 @@ -SHA256 (opendmarc-1.3.1.tar.gz) = a0c0cf74de68454cbdce16a3095b96e70fc16614325052ea230878d1ca64da6b -SIZE (opendmarc-1.3.1.tar.gz) = 640151 +TIMESTAMP = 1500636334 +SHA256 (opendmarc-1.3.2.tar.gz) = 213c4b01a9ff5dcdf331f7bd1dd6a382077abbf8ee9111852f2101ec917c2ffb +SIZE (opendmarc-1.3.2.tar.gz) = 593448 Index: head/mail/opendmarc/pkg-plist =================================================================== --- head/mail/opendmarc/pkg-plist (revision 449796) +++ head/mail/opendmarc/pkg-plist (revision 449797) @@ -1,21 +1,21 @@ etc/mail/opendmarc.conf.sample include/opendmarc/dmarc.h lib/libopendmarc.a lib/libopendmarc.so lib/libopendmarc.so.2 -lib/libopendmarc.so.2.0.1 +lib/libopendmarc.so.2.0.2 man/man5/opendmarc.conf.5.gz man/man8/opendmarc-check.8.gz man/man8/opendmarc-expire.8.gz man/man8/opendmarc-import.8.gz man/man8/opendmarc-importstats.8.gz man/man8/opendmarc-params.8.gz man/man8/opendmarc-reports.8.gz man/man8/opendmarc.8.gz sbin/opendmarc sbin/opendmarc-check sbin/opendmarc-expire sbin/opendmarc-import sbin/opendmarc-importstats sbin/opendmarc-params sbin/opendmarc-reports