svn commit: r464905 - head/mail/dkimproxy

Danilo G. Baio dbaio at FreeBSD.org
Sun Mar 18 12:44:09 UTC 2018


Author: dbaio
Date: Sun Mar 18 12:44:09 2018
New Revision: 464905
URL: https://svnweb.freebsd.org/changeset/ports/464905

Log:
  mail/dkimproxy: Change url of detail webpage
  
  While here:
    Update LICENSE.
    Reorder Makefile.
  
  PR:		225238
  Submitted by:	takefu at airport.fm
  Approved by:	maintainer timeout (andrey at bsdnir.info, > 2 weeks)

Modified:
  head/mail/dkimproxy/Makefile
  head/mail/dkimproxy/pkg-descr

Modified: head/mail/dkimproxy/Makefile
==============================================================================
--- head/mail/dkimproxy/Makefile	Sun Mar 18 12:31:13 2018	(r464904)
+++ head/mail/dkimproxy/Makefile	Sun Mar 18 12:44:09 2018	(r464905)
@@ -10,7 +10,7 @@ MASTER_SITES=	SF
 MAINTAINER=	andrey at 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}
@@ -33,6 +31,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
 

Modified: head/mail/dkimproxy/pkg-descr
==============================================================================
--- head/mail/dkimproxy/pkg-descr	Sun Mar 18 12:31:13 2018	(r464904)
+++ head/mail/dkimproxy/pkg-descr	Sun Mar 18 12:44:09 2018	(r464905)
@@ -3,6 +3,6 @@ for the Postfix mail transfer agent.  DKIM is a scheme
 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/


More information about the svn-ports-head mailing list