svn commit: r545930 - head/devel/rubygem-gemnasium-parser

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Aug 23 19:42:44 UTC 2020


Author: sunpoet
Date: Sun Aug 23 19:42:39 2020
New Revision: 545930
URL: https://svnweb.freebsd.org/changeset/ports/545930

Log:
  Add LICENSE
  
  - Add NO_ARCH
  - Update WWW

Modified:
  head/devel/rubygem-gemnasium-parser/Makefile
  head/devel/rubygem-gemnasium-parser/pkg-descr

Modified: head/devel/rubygem-gemnasium-parser/Makefile
==============================================================================
--- head/devel/rubygem-gemnasium-parser/Makefile	Sun Aug 23 19:42:34 2020	(r545929)
+++ head/devel/rubygem-gemnasium-parser/Makefile	Sun Aug 23 19:42:39 2020	(r545930)
@@ -8,7 +8,12 @@ MASTER_SITES=	RG
 MAINTAINER=	ruby at FreeBSD.org
 COMMENT=	Safely parse Gemfiles and gemspecs
 
-USE_RUBY=	yes
+LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-gemnasium-parser/pkg-descr
==============================================================================
--- head/devel/rubygem-gemnasium-parser/pkg-descr	Sun Aug 23 19:42:34 2020	(r545929)
+++ head/devel/rubygem-gemnasium-parser/pkg-descr	Sun Aug 23 19:42:39 2020	(r545930)
@@ -1,3 +1,3 @@
 Safely parse Gemfiles and gemspecs
 
-WWW: https://github.com/laserlemon/gemnasium-parser
+WWW: https://github.com/gemnasium/gemnasium-parser


More information about the svn-ports-all mailing list