Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:55:36 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r396623 - head/devel/rubygem-safe_yaml
Message-ID:  <201509102255.t8AMtarS044459@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Sep 10 22:55:35 2015
New Revision: 396623
URL: https://svnweb.freebsd.org/changeset/ports/396623

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket
  MFH:		2015Q3 (blanket)

Modified:
  head/devel/rubygem-safe_yaml/Makefile

Modified: head/devel/rubygem-safe_yaml/Makefile
==============================================================================
--- head/devel/rubygem-safe_yaml/Makefile	Thu Sep 10 22:55:30 2015	(r396622)
+++ head/devel/rubygem-safe_yaml/Makefile	Thu Sep 10 22:55:35 2015	(r396623)
@@ -3,6 +3,7 @@
 
 PORTNAME=	safe_yaml
 PORTVERSION=	1.0.4
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -10,12 +11,16 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Parse YAML safely
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 NO_ARCH=	yes
 
 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?201509102255.t8AMtarS044459>