svn commit: r450932 - in head: japanese/mecab-ipadic mail/libmilter mail/sendmail

Antoine Brodin antoine at FreeBSD.org
Fri Sep 29 19:39:56 UTC 2017


Author: antoine
Date: Fri Sep 29 19:39:55 2017
New Revision: 450932
URL: https://svnweb.freebsd.org/changeset/ports/450932

Log:
  Canonicalize a few LICENSE_PERMS
  
  With hat:	portmgr

Modified:
  head/japanese/mecab-ipadic/Makefile
  head/mail/libmilter/Makefile
  head/mail/sendmail/Makefile

Modified: head/japanese/mecab-ipadic/Makefile
==============================================================================
--- head/japanese/mecab-ipadic/Makefile	Fri Sep 29 19:23:13 2017	(r450931)
+++ head/japanese/mecab-ipadic/Makefile	Fri Sep 29 19:39:55 2017	(r450932)
@@ -14,8 +14,8 @@ LICENSE=	NAIST ICOT
 LICENSE_COMB=	multi
 LICENSE_NAME_NAIST=	NAIST
 LICENSE_NAME_ICOT=	ICOT
-LICENSE_PERMS_NAIST=	${_LICENSE_PERMS_DEFAULT}
-LICENSE_PERMS_ICOT=	${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS_NAIST=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+LICENSE_PERMS_ICOT=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 .if empty(PKGNAMESUFFIX)
 LICENSE_TEXT_NAIST=	See https://github.com/taku910/mecab/blob/master/mecab-ipadic/COPYING

Modified: head/mail/libmilter/Makefile
==============================================================================
--- head/mail/libmilter/Makefile	Fri Sep 29 19:23:13 2017	(r450931)
+++ head/mail/libmilter/Makefile	Fri Sep 29 19:39:55 2017	(r450932)
@@ -12,7 +12,7 @@ COMMENT=	Library providing Sendmail Mail Filter API
 LICENSE=	Sendmail
 LICENSE_NAME=	Sendmail License
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 MILTER_SOVER?=	6
 

Modified: head/mail/sendmail/Makefile
==============================================================================
--- head/mail/sendmail/Makefile	Fri Sep 29 19:23:13 2017	(r450931)
+++ head/mail/sendmail/Makefile	Fri Sep 29 19:39:55 2017	(r450932)
@@ -14,7 +14,7 @@ COMMENT=	Reliable, highly configurable mail transfer a
 LICENSE=	Sendmail
 LICENSE_NAME=	Sendmail License
 LICENSE_FILE=	${WRKSRC}/LICENSE
-LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 CONFLICTS?=	courier-0.* postfix-1.* postfix-2.* smail-3.* zmailer-2.* opensmtpd-*
 


More information about the svn-ports-all mailing list