aboutsummaryrefslogtreecommitdiff
path: root/mail/dkimproxy
diff options
context:
space:
mode:
authorDanilo G. Baio <dbaio@FreeBSD.org>2018-03-18 12:44:09 +0000
committerDanilo G. Baio <dbaio@FreeBSD.org>2018-03-18 12:44:09 +0000
commita989f3f3235eef2491d6209873630edf67a99ae0 (patch)
tree892d982b5f7955115e60c68ff0d348e97ee9ab4b /mail/dkimproxy
parent43c4f5172b40f4deeb3189163ff3d625c7f1f68d (diff)
downloadports-a989f3f3235eef2491d6209873630edf67a99ae0.tar.gz
ports-a989f3f3235eef2491d6209873630edf67a99ae0.zip
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)
Notes
Notes: svn path=/head/; revision=464905
Diffstat (limited to 'mail/dkimproxy')
-rw-r--r--mail/dkimproxy/Makefile13
-rw-r--r--mail/dkimproxy/pkg-descr2
2 files changed, 8 insertions, 7 deletions
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/