Date: Sat, 4 Oct 2014 17:40:12 +0000 (UTC) From: Johannes Jost Meixner <xmj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369987 - in head/www: . rubygem-gitlab-flowdock-git-hook Message-ID: <201410041740.s94HeCEi073048@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: xmj Date: Sat Oct 4 17:40:11 2014 New Revision: 369987 URL: https://svnweb.freebsd.org/changeset/ports/369987 QAT: https://qat.redports.org/buildarchive/r369987/ Log: www/rubygem-gitlab-flowdock-git-hook: create port Git Post-Receive hook for Flowdock. Gem requirements patched for use with Gitlab. WWW: https://github.com/bladealslayer/flowdock-git-hook Differential Revision: https://reviews.freebsd.org/D895 Approved by: swills (mentor) Added: head/www/rubygem-gitlab-flowdock-git-hook/ head/www/rubygem-gitlab-flowdock-git-hook/Makefile (contents, props changed) head/www/rubygem-gitlab-flowdock-git-hook/distinfo (contents, props changed) head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr (contents, props changed) Modified: head/www/Makefile Modified: head/www/Makefile ============================================================================== --- head/www/Makefile Sat Oct 4 17:38:31 2014 (r369986) +++ head/www/Makefile Sat Oct 4 17:40:11 2014 (r369987) @@ -1773,6 +1773,7 @@ SUBDIR += rubygem-feedjira SUBDIR += rubygem-flowdock SUBDIR += rubygem-geminabox + SUBDIR += rubygem-gitlab-flowdock-git-hook SUBDIR += rubygem-gitlab-gollum-lib SUBDIR += rubygem-gitlab-grack SUBDIR += rubygem-gollum-lib Added: head/www/rubygem-gitlab-flowdock-git-hook/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-flowdock-git-hook/Makefile Sat Oct 4 17:40:11 2014 (r369987) @@ -0,0 +1,22 @@ +# Created by: Johannes Meixner <xmj@chaot.net> +# $FreeBSD$ + +PORTNAME= gitlab-flowdock-git-hook +PORTVERSION= 0.4.2.2 +CATEGORIES= www rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= GitLab's patched Git Post-Receive hook for Flowdock + +LICENSE= MIT + +RUN_DEPENDS= rubygem-gitlab-grit>=2.6.5:${PORTSDIR}/textproc/rubygem-gitlab-grit \ + rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include <bsd.port.mk> Added: head/www/rubygem-gitlab-flowdock-git-hook/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-flowdock-git-hook/distinfo Sat Oct 4 17:40:11 2014 (r369987) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gitlab-flowdock-git-hook-0.4.2.2.gem) = 9bdb3455e46de3a6642d72a23f8f62b57669d1d0f2ea98561c653736ffe4d064 +SIZE (rubygem/gitlab-flowdock-git-hook-0.4.2.2.gem) = 10752 Added: head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr Sat Oct 4 17:40:11 2014 (r369987) @@ -0,0 +1,4 @@ +Git Post-Receive hook for Flowdock. Gem requirements patched for use with +Gitlab. + +WWW: https://github.com/bladealslayer/flowdock-git-hook
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410041740.s94HeCEi073048>