Date: Sun, 23 Aug 2020 19:42:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r545930 - head/devel/rubygem-gemnasium-parser Message-ID: <202008231942.07NJgdsA086018@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008231942.07NJgdsA086018>