Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Sep 2015 22:39:39 +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: r396608 - head/textproc/rubygem-github-markup
Message-ID:  <201509102239.t8AMdd1I033952@repo.freebsd.org>

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

Log:
  - Add LICENSE_FILE
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/textproc/rubygem-github-markup/Makefile

Modified: head/textproc/rubygem-github-markup/Makefile
==============================================================================
--- head/textproc/rubygem-github-markup/Makefile	Thu Sep 10 22:38:49 2015	(r396607)
+++ head/textproc/rubygem-github-markup/Makefile	Thu Sep 10 22:39:38 2015	(r396608)
@@ -2,6 +2,7 @@
 
 PORTNAME=	github-markup
 PORTVERSION=	1.4.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -9,12 +10,16 @@ MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Render any fancy markup
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
 RUBYGEM_AUTOPLIST=	yes
+USES=		shebangfix
+SHEBANG_FILES=	script/bootstrap \
+		script/cibuild
 
 PLIST_FILES=	bin/github-markup
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509102239.t8AMdd1I033952>