Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2015 23:52:01 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r398066 - head/mail/postfix-policyd-weight
Message-ID:  <201509272352.t8RNq1tq051733@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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/



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