svn commit: r396624 - branches/2015Q3/devel/rubygem-safe_yaml
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Sep 10 22:57:19 UTC 2015
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 at 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>
More information about the svn-ports-branches
mailing list