From a989f3f3235eef2491d6209873630edf67a99ae0 Mon Sep 17 00:00:00 2001 From: "Danilo G. Baio" Date: Sun, 18 Mar 2018 12:44:09 +0000 Subject: mail/dkimproxy: Change url of detail webpage While here: Update LICENSE. Reorder Makefile. PR: 225238 Submitted by: takefu@airport.fm Approved by: maintainer timeout (andrey@bsdnir.info, > 2 weeks) --- mail/dkimproxy/Makefile | 13 +++++++------ mail/dkimproxy/pkg-descr | 2 +- 2 files changed, 8 insertions(+), 7 deletions(-) (limited to 'mail/dkimproxy') diff --git a/mail/dkimproxy/Makefile b/mail/dkimproxy/Makefile index a26956afe20c..3afd1a9c3e6c 100644 --- a/mail/dkimproxy/Makefile +++ b/mail/dkimproxy/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= SF MAINTAINER= andrey@bsdnir.info COMMENT= DKIM filter for Postfix -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= p5-Mail-DKIM>=0:mail/p5-Mail-DKIM \ @@ -18,14 +18,12 @@ BUILD_DEPENDS= p5-Mail-DKIM>=0:mail/p5-Mail-DKIM \ p5-Error>=0:lang/p5-Error RUN_DEPENDS:= ${BUILD_DEPENDS} -OPTIONS_DEFINE= IPV6 TEST -OPTIONS_SUB= yes +USES= gmake perl5 shebangfix +USE_RC_SUBR= dkimproxy_in dkimproxy_out GNU_CONFIGURE= yes -USES= gmake perl5 shebangfix -SHEBANG_FILES= scripts/* NO_ARCH= yes -USE_RC_SUBR= dkimproxy_in dkimproxy_out +SHEBANG_FILES= scripts/* DKIMPROXYUSER= dkimproxy USERS= ${DKIMPROXYUSER} @@ -34,6 +32,9 @@ GROUPS= ${DKIMPROXYUSER} SUB_LIST+= PERL=${PERL} \ DKIMPROXYUSER=${DKIMPROXYUSER} +OPTIONS_DEFINE= IPV6 TEST +OPTIONS_SUB= yes + IPV6_RUN_DEPENDS= p5-IO-Socket-INET6>=0:net/p5-IO-Socket-INET6 IPV6_EXTRA_PATCHES= ${FILESDIR}/extra-patch-lib_MSDW_SMTP_Server.pm \ diff --git a/mail/dkimproxy/pkg-descr b/mail/dkimproxy/pkg-descr index 256df930bc88..14e8c6975bfd 100644 --- a/mail/dkimproxy/pkg-descr +++ b/mail/dkimproxy/pkg-descr @@ -3,6 +3,6 @@ for the Postfix mail transfer agent. DKIM is a scheme to sign and verify e-mail messages on a per-domain basis. Details regarding the protocol and other issues related to the draft standard -can be found at http://mipassoc.org/dkim/. +can be found at http://www.dkim.org/. WWW: http://dkimproxy.sourceforge.net/ -- cgit v1.2.3