Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 May 2017 15:36:40 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440187 - head/textproc/rubygem-gitlab-markup
Message-ID:  <201705051536.v45FaeNp023965@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May  5 15:36:40 2017
New Revision: 440187
URL: https://svnweb.freebsd.org/changeset/ports/440187

Log:
  Update to 1.6.0
  
  Changes:	https://gitlab.com/gitlab-org/gitlab-markup/blob/master/HISTORY.md

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

Modified: head/textproc/rubygem-gitlab-markup/Makefile
==============================================================================
--- head/textproc/rubygem-gitlab-markup/Makefile	Fri May  5 15:36:34 2017	(r440186)
+++ head/textproc/rubygem-gitlab-markup/Makefile	Fri May  5 15:36:40 2017	(r440187)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-markup
-PORTVERSION=	1.5.1
+PORTVERSION=	1.6.0
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
@@ -12,12 +12,14 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 NO_ARCH=	yes
-
 USE_RUBY=	yes
 USES=		gem shebangfix
-SHEBANG_FILES=	script/bootstrap \
-		script/cibuild
 
 PLIST_FILES=	bin/github-markup
 
+SHEBANG_FILES=	lib/github/commands/rest2html \
+		script/bootstrap \
+		script/cibuild
+python_CMD=	${LOCALBASE}/bin/python2
+
 .include <bsd.port.mk>

Modified: head/textproc/rubygem-gitlab-markup/distinfo
==============================================================================
--- head/textproc/rubygem-gitlab-markup/distinfo	Fri May  5 15:36:34 2017	(r440186)
+++ head/textproc/rubygem-gitlab-markup/distinfo	Fri May  5 15:36:40 2017	(r440187)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1484060147
-SHA256 (rubygem/gitlab-markup-1.5.1.gem) = c25e77c15b5493e5c98dd41ce1c2d166c67d01318001b7cfb625aab5f73f55a9
-SIZE (rubygem/gitlab-markup-1.5.1.gem) = 26624
+TIMESTAMP = 1493729580
+SHA256 (rubygem/gitlab-markup-1.6.0.gem) = d0548a4449aced4449fa666b6ba245209e5509b25589bf2226b80074ec1e8081
+SIZE (rubygem/gitlab-markup-1.6.0.gem) = 26624



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