svn commit: r398066 - head/mail/postfix-policyd-weight

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 27 23:52:02 UTC 2015


Author: amdmi3
Date: Sun Sep 27 23:52:00 2015
New Revision: 398066
URL: https://svnweb.freebsd.org/changeset/ports/398066

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE
  - Add NO_ARCH
  - Fix WWW:

Modified:
  head/mail/postfix-policyd-weight/Makefile
  head/mail/postfix-policyd-weight/pkg-descr

Modified: head/mail/postfix-policyd-weight/Makefile
==============================================================================
--- head/mail/postfix-policyd-weight/Makefile	Sun Sep 27 22:33:21 2015	(r398065)
+++ head/mail/postfix-policyd-weight/Makefile	Sun Sep 27 23:52:00 2015	(r398066)
@@ -12,7 +12,8 @@ PKGNAMEPREFIX=	postfix-
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Weighted policy daemon for postfix
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	p5-Net-DNS>=0.72:${PORTSDIR}/dns/p5-Net-DNS \
 		p5-Net-IP>0:${PORTSDIR}/net-mgmt/p5-Net-IP
@@ -30,6 +31,7 @@ USE_RC_SUBR+=	policyd-weight
 USES=		perl5 shebangfix
 USE_PERL5=	run
 NO_BUILD=	yes
+NO_ARCH=	yes
 
 SHEBANG_LANG=	perl
 perl_OLD_CMD=	${SETENV} perl

Modified: head/mail/postfix-policyd-weight/pkg-descr
==============================================================================
--- head/mail/postfix-policyd-weight/pkg-descr	Sun Sep 27 22:33:21 2015	(r398065)
+++ head/mail/postfix-policyd-weight/pkg-descr	Sun Sep 27 23:52:00 2015	(r398066)
@@ -2,4 +2,4 @@ Policyd-weight is (as the name says) a w
 It uses HELO, MAIL FROM and the MTA IP address for scoring their
 correctness. It also uses definable DNSBLs and RHSBLs in a scored fashion.
 
-WWW: http://www.policyd-weight.org
+WWW: http://www.policyd-weight.org/


More information about the svn-ports-head mailing list