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

Martin Wilke miwi at FreeBSD.org
Sun May 7 16:05:17 UTC 2017


Author: miwi
Date: Sun May  7 16:05:15 2017
New Revision: 440346
URL: https://svnweb.freebsd.org/changeset/ports/440346

Log:
  - Fix shebangs

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

Modified: head/textproc/rubygem-github-markup/Makefile
==============================================================================
--- head/textproc/rubygem-github-markup/Makefile	Sun May  7 16:00:26 2017	(r440345)
+++ head/textproc/rubygem-github-markup/Makefile	Sun May  7 16:05:15 2017	(r440346)
@@ -2,6 +2,7 @@
 
 PORTNAME=	github-markup
 PORTVERSION=	1.6.0
+PORTREVISION=	1
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -14,10 +15,14 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 NO_ARCH=	yes
 USE_RUBY=	yes
 USES=		gem shebangfix
+REINPLACE_ARGS=	-i ''
 
 PLIST_FILES=	bin/github-markup
 
 SHEBANG_FILES=	script/bootstrap \
 		script/cibuild
 
+post-patch:
+	@${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list