Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 12:44:09 +0000 (UTC)
From:      "Danilo G. Baio" <dbaio@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464905 - head/mail/dkimproxy
Message-ID:  <201803181244.w2ICi9bS047542@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@airport.fm
  Approved by:	maintainer timeout (andrey@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@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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803181244.w2ICi9bS047542>