svn commit: r489194 - in head: japanese/jcode.pl textproc/libxml2

Antoine Brodin antoine at FreeBSD.org
Thu Jan 3 18:08:41 UTC 2019


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


More information about the svn-ports-all mailing list