Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2018 13:49:41 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r475374 - head/textproc/rubygem-gitlab-markup
Message-ID:  <201807261349.w6QDnfNr031210@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mfechner
Date: Thu Jul 26 13:49:41 2018
New Revision: 475374
URL: https://svnweb.freebsd.org/changeset/ports/475374

Log:
  Update to 1.6.4 which is required for gitlab 11.1.1.
  Take maintainer.
  Made portlint happy.
  
  Approved by:	mentors (implicit)

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

Modified: head/textproc/rubygem-gitlab-markup/Makefile
==============================================================================
--- head/textproc/rubygem-gitlab-markup/Makefile	Thu Jul 26 13:48:11 2018	(r475373)
+++ head/textproc/rubygem-gitlab-markup/Makefile	Thu Jul 26 13:49:41 2018	(r475374)
@@ -1,20 +1,20 @@
 # $FreeBSD$
 
 PORTNAME=	gitlab-markup
-PORTVERSION=	1.6.3
-PORTREVISION=	1
+PORTVERSION=	1.6.4
 CATEGORIES=	textproc rubygems
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby@FreeBSD.org
+MAINTAINER=	mfechner@FreeBSD.org
 COMMENT=	Render any fancy GitLab markup
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem python:run shebangfix
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/github-markup
 

Modified: head/textproc/rubygem-gitlab-markup/distinfo
==============================================================================
--- head/textproc/rubygem-gitlab-markup/distinfo	Thu Jul 26 13:48:11 2018	(r475373)
+++ head/textproc/rubygem-gitlab-markup/distinfo	Thu Jul 26 13:49:41 2018	(r475374)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1509542873
-SHA256 (rubygem/gitlab-markup-1.6.3.gem) = 71462b19b9f56580040a2ad1249ae7561c69df958f92b3b60720dfaf4e117ddf
-SIZE (rubygem/gitlab-markup-1.6.3.gem) = 28160
+TIMESTAMP = 1532162886
+SHA256 (rubygem/gitlab-markup-1.6.4.gem) = 66c930854b295210e5f25fdf8fa9ab7107f3f07df091052fb478d6aacf1fdcec
+SIZE (rubygem/gitlab-markup-1.6.4.gem) = 28160

Modified: head/textproc/rubygem-gitlab-markup/pkg-descr
==============================================================================
--- head/textproc/rubygem-gitlab-markup/pkg-descr	Thu Jul 26 13:48:11 2018	(r475373)
+++ head/textproc/rubygem-gitlab-markup/pkg-descr	Thu Jul 26 13:49:41 2018	(r475374)
@@ -1,4 +1,4 @@
 This gem is used by GitLab to render any fancy markup such as Markdown,
 Textile, Org-Mode, etc. Fork it and add your own!
 
-https://gitlab.com/gitlab-org/gitlab-markup
+WWW: https://gitlab.com/gitlab-org/gitlab-markup



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