From owner-svn-ports-all@FreeBSD.ORG Sat Oct 4 17:40:13 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 635B573F; Sat, 4 Oct 2014 17:40:13 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 440EEE5E; Sat, 4 Oct 2014 17:40:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s94HeDjI073052; Sat, 4 Oct 2014 17:40:13 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s94HeCEi073048; Sat, 4 Oct 2014 17:40:12 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201410041740.s94HeCEi073048@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 4 Oct 2014 17:40:12 +0000 (UTC) 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 X-SVN-Group: ports-head 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.18-1 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, 04 Oct 2014 17:40:13 -0000 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 +# $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 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