From owner-svn-ports-all@freebsd.org Sat Jul 28 18:33:16 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7B1261059A99; Sat, 28 Jul 2018 18:33:16 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 301EA797EF; Sat, 28 Jul 2018 18:33:16 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id EB89626ED; Sat, 28 Jul 2018 18:33:15 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6SIXFZK074033; Sat, 28 Jul 2018 18:33:15 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6SIXFxE074027; Sat, 28 Jul 2018 18:33:15 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201807281833.w6SIXFxE074027@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Sat, 28 Jul 2018 18:33:15 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r475597 - branches/2018Q3/textproc/rubygem-gitlab-markup X-SVN-Group: ports-branches X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: branches/2018Q3/textproc/rubygem-gitlab-markup X-SVN-Commit-Revision: 475597 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Jul 2018 18:33:16 -0000 Author: mfechner Date: Sat Jul 28 18:33:15 2018 New Revision: 475597 URL: https://svnweb.freebsd.org/changeset/ports/475597 Log: MFH: r475374 Update to 1.6.4 which is required for gitlab 11.1.1. Take maintainer. Made portlint happy. Approved by: mentors (implicit) Approved by: ports-secteam (miwi) Modified: branches/2018Q3/textproc/rubygem-gitlab-markup/Makefile branches/2018Q3/textproc/rubygem-gitlab-markup/distinfo branches/2018Q3/textproc/rubygem-gitlab-markup/pkg-descr Directory Properties: branches/2018Q3/ (props changed) Modified: branches/2018Q3/textproc/rubygem-gitlab-markup/Makefile ============================================================================== --- branches/2018Q3/textproc/rubygem-gitlab-markup/Makefile Sat Jul 28 18:31:27 2018 (r475596) +++ branches/2018Q3/textproc/rubygem-gitlab-markup/Makefile Sat Jul 28 18:33:15 2018 (r475597) @@ -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: branches/2018Q3/textproc/rubygem-gitlab-markup/distinfo ============================================================================== --- branches/2018Q3/textproc/rubygem-gitlab-markup/distinfo Sat Jul 28 18:31:27 2018 (r475596) +++ branches/2018Q3/textproc/rubygem-gitlab-markup/distinfo Sat Jul 28 18:33:15 2018 (r475597) @@ -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: branches/2018Q3/textproc/rubygem-gitlab-markup/pkg-descr ============================================================================== --- branches/2018Q3/textproc/rubygem-gitlab-markup/pkg-descr Sat Jul 28 18:31:27 2018 (r475596) +++ branches/2018Q3/textproc/rubygem-gitlab-markup/pkg-descr Sat Jul 28 18:33:15 2018 (r475597) @@ -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