diff options
author | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-10-04 17:40:11 +0000 |
---|---|---|
committer | Johannes Jost Meixner <xmj@FreeBSD.org> | 2014-10-04 17:40:11 +0000 |
commit | 34061bb2e235b2eea1759465a6e0ef86bf0e55ca (patch) | |
tree | 4273cc254e25a74ec649a062629a5c5bfadbdca1 | |
parent | d6897029d300b6a9cafbcf65eeb87162f314722f (diff) | |
download | ports-34061bb2e235b2eea1759465a6e0ef86bf0e55ca.tar.gz ports-34061bb2e235b2eea1759465a6e0ef86bf0e55ca.zip |
Notes
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/rubygem-gitlab-flowdock-git-hook/Makefile | 22 | ||||
-rw-r--r-- | www/rubygem-gitlab-flowdock-git-hook/distinfo | 2 | ||||
-rw-r--r-- | www/rubygem-gitlab-flowdock-git-hook/pkg-descr | 4 |
4 files changed, 29 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 39b46b8ae98a..50c89418aae4 100644 --- a/www/Makefile +++ b/www/Makefile @@ -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 diff --git a/www/rubygem-gitlab-flowdock-git-hook/Makefile b/www/rubygem-gitlab-flowdock-git-hook/Makefile new file mode 100644 index 000000000000..34ad65f479d1 --- /dev/null +++ b/www/rubygem-gitlab-flowdock-git-hook/Makefile @@ -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> diff --git a/www/rubygem-gitlab-flowdock-git-hook/distinfo b/www/rubygem-gitlab-flowdock-git-hook/distinfo new file mode 100644 index 000000000000..a57bfc2231cd --- /dev/null +++ b/www/rubygem-gitlab-flowdock-git-hook/distinfo @@ -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 diff --git a/www/rubygem-gitlab-flowdock-git-hook/pkg-descr b/www/rubygem-gitlab-flowdock-git-hook/pkg-descr new file mode 100644 index 000000000000..711462750331 --- /dev/null +++ b/www/rubygem-gitlab-flowdock-git-hook/pkg-descr @@ -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 |