Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2017 07:22:36 +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: r430768 - head/textproc/html-xml-utils
Message-ID:  <201701070722.v077MaxH048354@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Jan  7 07:22:35 2017
New Revision: 430768
URL: https://svnweb.freebsd.org/changeset/ports/430768

Log:
  Fix LICENSE_PERMS, we are allowed to mirror package and source
  
  Reported by:	pkg-fallout (master site temporarily unavailable and nothing in distcache)
  MFH:		2017Q1

Modified:
  head/textproc/html-xml-utils/Makefile

Modified: head/textproc/html-xml-utils/Makefile
==============================================================================
--- head/textproc/html-xml-utils/Makefile	Sat Jan  7 06:24:44 2017	(r430767)
+++ head/textproc/html-xml-utils/Makefile	Sat Jan  7 07:22:35 2017	(r430768)
@@ -11,9 +11,10 @@ MAINTAINER=	takefu@airport.fm
 COMMENT=	Utilities for manipulating HTML and XML files
 
 LICENSE=	W3C
-LICENSE_NAME=	W3C Software Notice and License
+LICENSE_GROUPS=	FSF GPL OSI
+LICENSE_NAME=	W3C Software Notice and License (2002-12-31)
 LICENSE_FILE=	${WRKSRC}/COPYING
-LICENSE_PERMS=	auto-accept
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
 USES=		gmake iconv localbase shebangfix
 GNU_CONFIGURE=	yes



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