Update to 1.6.4 which is required for gitlab 11.1.1.
Take maintainer. Made portlint happy. Approved by: mentors (implicit)
This commit is contained in:
parent
91d23490f4
commit
67c4530208
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=475374
3 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue