Date: Thu, 10 Sep 2015 22:57:18 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r396624 - branches/2015Q3/devel/rubygem-safe_yaml Message-ID: <201509102257.t8AMvImT044740@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Sep 10 22:57:17 2015 New Revision: 396624 URL: https://svnweb.freebsd.org/changeset/ports/396624 Log: MFH: r396623 - Add LICENSE_FILE - Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam shebang fix blanket Modified: branches/2015Q3/devel/rubygem-safe_yaml/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/devel/rubygem-safe_yaml/Makefile ============================================================================== --- branches/2015Q3/devel/rubygem-safe_yaml/Makefile Thu Sep 10 22:55:35 2015 (r396623) +++ branches/2015Q3/devel/rubygem-safe_yaml/Makefile Thu Sep 10 22:57:17 2015 (r396624) @@ -3,6 +3,7 @@ PORTNAME= safe_yaml PORTVERSION= 1.0.4 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,10 +11,14 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Parse YAML safely LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes +USES= shebangfix +SHEBANG_FILES= bundle_install_all_ruby_versions.sh \ + run_specs_all_ruby_versions.sh PLIST_FILES= bin/safe_yaml .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509102257.t8AMvImT044740>