svn commit: r389775 - branches/2015Q2/www/rubygem-pagerduty

Dmitry Marakasov amdmi3 at FreeBSD.org
Tue Jun 16 00:24:01 UTC 2015


Author: amdmi3
Date: Tue Jun 16 00:24:00 2015
New Revision: 389775
URL: https://svnweb.freebsd.org/changeset/ports/389775

Log:
  MFH: r387358
  
  - Fix shebangs
  - Add LICENSE_FILE
  
  Approved by:	portmgr blanket
  Approved by:	ports-secteam (shebang fix blanket)

Modified:
  branches/2015Q2/www/rubygem-pagerduty/Makefile
Directory Properties:
  branches/2015Q2/   (props changed)

Modified: branches/2015Q2/www/rubygem-pagerduty/Makefile
==============================================================================
--- branches/2015Q2/www/rubygem-pagerduty/Makefile	Tue Jun 16 00:22:50 2015	(r389774)
+++ branches/2015Q2/www/rubygem-pagerduty/Makefile	Tue Jun 16 00:24:00 2015	(r389775)
@@ -3,6 +3,7 @@
 
 PORTNAME=	pagerduty
 PORTVERSION=	2.0.1
+PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -10,9 +11,12 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Lightweight interface for calling the PagerDuty Integration API
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-json>=1.7.7:${PORTSDIR}/devel/rubygem-json
 
+USES=		shebangfix
+SHEBANG_FILES=	script/setup.sh
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes


More information about the svn-ports-branches mailing list