svn commit: r430769 - branches/2017Q1/textproc/html-xml-utils
Antoine Brodin
antoine at FreeBSD.org
Sat Jan 7 07:23:32 UTC 2017
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 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-branches
mailing list