svn commit: r396608 - head/textproc/rubygem-github-markup

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Sep 10 22:39:39 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list