svn commit: r475374 - head/textproc/rubygem-gitlab-markup
Matthias Fechner
mfechner at FreeBSD.org
Thu Jul 26 13:49:42 UTC 2018
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 at FreeBSD.org
+MAINTAINER= mfechner at 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
More information about the svn-ports-all
mailing list