Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Jan 2017 07:23:30 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r430769 - branches/2017Q1/textproc/html-xml-utils
Message-ID:  <201701070723.v077NUeY048505@repo.freebsd.org>

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

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

Modified:
  branches/2017Q1/textproc/html-xml-utils/Makefile
Directory Properties:
  branches/2017Q1/   (props changed)

Modified: branches/2017Q1/textproc/html-xml-utils/Makefile
==============================================================================
--- branches/2017Q1/textproc/html-xml-utils/Makefile	Sat Jan  7 07:22:35 2017	(r430768)
+++ branches/2017Q1/textproc/html-xml-utils/Makefile	Sat Jan  7 07:23:30 2017	(r430769)
@@ -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?201701070723.v077NUeY048505>