svn commit: r430768 - head/textproc/html-xml-utils

Antoine Brodin antoine at FreeBSD.org
Sat Jan 7 07:22:37 UTC 2017


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 at 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


More information about the svn-ports-all mailing list