svn commit: r546158 - in head: devel/rubygem-ecma-re-validator devel/rubygem-hana net/rubygem-uri_template

Matthias Fechner mfechner at FreeBSD.org
Tue Aug 25 12:19:47 UTC 2020


Author: mfechner
Date: Tue Aug 25 12:19:46 2020
New Revision: 546158
URL: https://svnweb.freebsd.org/changeset/ports/546158

Log:
  Fixed license issue.
  
  Reported by:	pkgfallout

Modified:
  head/devel/rubygem-ecma-re-validator/Makefile
  head/devel/rubygem-hana/Makefile
  head/net/rubygem-uri_template/Makefile

Modified: head/devel/rubygem-ecma-re-validator/Makefile
==============================================================================
--- head/devel/rubygem-ecma-re-validator/Makefile	Tue Aug 25 12:07:35 2020	(r546157)
+++ head/devel/rubygem-ecma-re-validator/Makefile	Tue Aug 25 12:19:46 2020	(r546158)
@@ -10,7 +10,7 @@ MAINTAINER=	mfechner at FreeBSD.org
 COMMENT=	Regular expresionn validator against ECMA-262
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.md
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-regexp_parser>=1.2<2:textproc/rubygem-regexp_parser
 

Modified: head/devel/rubygem-hana/Makefile
==============================================================================
--- head/devel/rubygem-hana/Makefile	Tue Aug 25 12:07:35 2020	(r546157)
+++ head/devel/rubygem-hana/Makefile	Tue Aug 25 12:19:46 2020	(r546158)
@@ -10,7 +10,6 @@ MAINTAINER=	mfechner at FreeBSD.org
 COMMENT=	Ruby JSON-Patch and JSON-Pointer implementation
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 USES=		gem
 USE_RUBY=	yes

Modified: head/net/rubygem-uri_template/Makefile
==============================================================================
--- head/net/rubygem-uri_template/Makefile	Tue Aug 25 12:07:35 2020	(r546157)
+++ head/net/rubygem-uri_template/Makefile	Tue Aug 25 12:19:46 2020	(r546158)
@@ -10,7 +10,6 @@ MAINTAINER=	mfechner at FreeBSD.org
 COMMENT=	Templating system for URIs
 
 LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
 USES=		gem
 USE_RUBY=	yes


More information about the svn-ports-all mailing list