Date: Tue, 30 Oct 2018 16:11:10 +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: r483495 - in head: devel devel/rubygem-gitlab-sidekiq-fetcher textproc textproc/rubygem-github-markup17 Message-ID: <201810301611.w9UGBAOo035609@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mfechner Date: Tue Oct 30 16:11:10 2018 New Revision: 483495 URL: https://svnweb.freebsd.org/changeset/ports/483495 Log: Added new ports required for www/gitlab-ce 11.4.x. Approved by: mentors (implicit) Added: head/devel/rubygem-gitlab-sidekiq-fetcher/ head/devel/rubygem-gitlab-sidekiq-fetcher/Makefile (contents, props changed) head/devel/rubygem-gitlab-sidekiq-fetcher/distinfo (contents, props changed) head/devel/rubygem-gitlab-sidekiq-fetcher/pkg-descr (contents, props changed) head/textproc/rubygem-github-markup17/ - copied from r460407, head/textproc/rubygem-github-markup/ Modified: head/devel/Makefile head/textproc/Makefile head/textproc/rubygem-github-markup17/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Tue Oct 30 15:45:32 2018 (r483494) +++ head/devel/Makefile Tue Oct 30 16:11:10 2018 (r483495) @@ -5691,6 +5691,7 @@ SUBDIR += rubygem-git SUBDIR += rubygem-git-version-bump SUBDIR += rubygem-github_api + SUBDIR += rubygem-gitlab-sidekiq-fetcher SUBDIR += rubygem-gitlab-pygments.rb SUBDIR += rubygem-gitlab_git SUBDIR += rubygem-gitlab_meta Added: head/devel/rubygem-gitlab-sidekiq-fetcher/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab-sidekiq-fetcher/Makefile Tue Oct 30 16:11:10 2018 (r483495) @@ -0,0 +1,21 @@ +# Created by: Matthias Fechner <mfechner@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= gitlab-sidekiq-fetcher +PORTVERSION= 0.3.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= mfechner@FreeBSD.org +COMMENT= Redis reliable queue pattern implemented in Sidekiq + +LICENSE= RUBY + +RUN_DEPENDS= rubygem-sidekiq>=5:devel/rubygem-sidekiq + +USE_RUBY= yes +USES= gem + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/rubygem-gitlab-sidekiq-fetcher/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab-sidekiq-fetcher/distinfo Tue Oct 30 16:11:10 2018 (r483495) @@ -0,0 +1,3 @@ +TIMESTAMP = 1540297135 +SHA256 (rubygem/gitlab-sidekiq-fetcher-0.3.0.gem) = 871e532f80913ace355c273b79b977bfd35500afc73d3cd854caf1ab22b97937 +SIZE (rubygem/gitlab-sidekiq-fetcher-0.3.0.gem) = 10752 Added: head/devel/rubygem-gitlab-sidekiq-fetcher/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gitlab-sidekiq-fetcher/pkg-descr Tue Oct 30 16:11:10 2018 (r483495) @@ -0,0 +1,3 @@ +Redis reliable queue pattern implemented in Sidekiq. + +WWW: https://github.com/TEA-ebook/sidekiq-reliable-fetch Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Oct 30 15:45:32 2018 (r483494) +++ head/textproc/Makefile Tue Oct 30 16:11:10 2018 (r483495) @@ -1567,6 +1567,7 @@ SUBDIR += rubygem-github-linguist53 SUBDIR += rubygem-github-markup SUBDIR += rubygem-github-markup16 + SUBDIR += rubygem-github-markup17 SUBDIR += rubygem-gitlab-grit SUBDIR += rubygem-gitlab-linguist SUBDIR += rubygem-gitlab-markup Modified: head/textproc/rubygem-github-markup17/Makefile ============================================================================== --- head/textproc/rubygem-github-markup/Makefile Tue Jan 30 15:39:35 2018 (r460407) +++ head/textproc/rubygem-github-markup17/Makefile Tue Oct 30 16:11:10 2018 (r483495) @@ -4,21 +4,26 @@ PORTNAME= github-markup PORTVERSION= 1.7.0 CATEGORIES= textproc rubygems MASTER_SITES= RG +PKGNAMESUFFIX= 17 -MAINTAINER= ruby@FreeBSD.org +MAINTAINER= mfechner@FreeBSD.org COMMENT= Render any fancy markup LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem shebangfix +USE_RUBY= yes + +NO_ARCH= yes + REINPLACE_ARGS= -i '' PLIST_FILES= bin/github-markup SHEBANG_FILES= script/* + +PORTSCOUT= limit:^1\.7\. post-patch: @${REINPLACE_CMD} -e '1d' ${WRKSRC}/lib/github/commands/rest2html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810301611.w9UGBAOo035609>