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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 30 15:39:36 UTC 2018


Author: sunpoet
Date: Tue Jan 30 15:39:35 2018
New Revision: 460407
URL: https://svnweb.freebsd.org/changeset/ports/460407

Log:
  Update to 1.7.0
  
  - Simplify SHEBANG_FILES
  
  Changes:	https://github.com/github/markup/releases

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

Modified: head/textproc/rubygem-github-markup/Makefile
==============================================================================
--- head/textproc/rubygem-github-markup/Makefile	Tue Jan 30 15:39:30 2018	(r460406)
+++ head/textproc/rubygem-github-markup/Makefile	Tue Jan 30 15:39:35 2018	(r460407)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	github-markup
-PORTVERSION=	1.6.2
+PORTVERSION=	1.7.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -18,8 +18,7 @@ REINPLACE_ARGS=	-i ''
 
 PLIST_FILES=	bin/github-markup
 
-SHEBANG_FILES=	script/bootstrap \
-		script/cibuild
+SHEBANG_FILES=	script/*
 
 post-patch:
 	@${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html

Modified: head/textproc/rubygem-github-markup/distinfo
==============================================================================
--- head/textproc/rubygem-github-markup/distinfo	Tue Jan 30 15:39:30 2018	(r460406)
+++ head/textproc/rubygem-github-markup/distinfo	Tue Jan 30 15:39:35 2018	(r460407)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1512841300
-SHA256 (rubygem/github-markup-1.6.2.gem) = 86515b18da25a91e1b88e58d79f3bf2a89a2a329f6c0439657ed6235836bec27
-SIZE (rubygem/github-markup-1.6.2.gem) = 30720
+TIMESTAMP = 1517316563
+SHA256 (rubygem/github-markup-1.7.0.gem) = 97eb27c70662d9cc1d5997cd6c99832026fae5d4913b5dce1ce6c9f65078e69d
+SIZE (rubygem/github-markup-1.7.0.gem) = 30720


More information about the svn-ports-all mailing list