Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Jan 2019 18:08:40 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r489194 - in head: japanese/jcode.pl textproc/libxml2
Message-ID:  <201901031808.x03I8eQC097118@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Jan  3 18:08:39 2019
New Revision: 489194
URL: https://svnweb.freebsd.org/changeset/ports/489194

Log:
  Fix LICENSE_PERMS

Modified:
  head/japanese/jcode.pl/Makefile
  head/textproc/libxml2/Makefile

Modified: head/japanese/jcode.pl/Makefile
==============================================================================
--- head/japanese/jcode.pl/Makefile	Thu Jan  3 18:06:06 2019	(r489193)
+++ head/japanese/jcode.pl/Makefile	Thu Jan  3 18:08:39 2019	(r489194)
@@ -15,7 +15,7 @@ COMMENT=	Perl library for Japanese character code conv
 LICENSE=	JCODE.PL
 LICENSE_NAME=	License of jcode.pl
 LICENSE_FILE=	${FILESDIR}/LICENSE
-LICENSE_PERMS=	${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		perl5
 USE_PERL5=	run

Modified: head/textproc/libxml2/Makefile
==============================================================================
--- head/textproc/libxml2/Makefile	Thu Jan  3 18:06:06 2019	(r489193)
+++ head/textproc/libxml2/Makefile	Thu Jan  3 18:08:39 2019	(r489194)
@@ -18,7 +18,7 @@ LICENSE_COMB=	multi
 LICENSE_NAME_TRIO=	Trio License
 LICENSE_FILE_MIT=	${WRKSRC}/COPYING
 LICENSE_FILE_TRIO=	${FILESDIR}/LICENSE.TRIO
-LICENSE_PERMS_TRIO=	${_LICENSE_PERMS_DEFAULT}
+LICENSE_PERMS_TRIO=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 GNU_CONFIGURE=	yes
 USES+=		cpe gmake iconv libtool pathfix pkgconfig shebangfix



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