From owner-svn-ports-head@freebsd.org Thu Sep 3 16:25:39 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5F8749C91DA; Thu, 3 Sep 2015 16:25:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.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 3D78ECA7; Thu, 3 Sep 2015 16:25:39 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t83GPchh037074; Thu, 3 Sep 2015 16:25:38 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t83GPcf8037071; Thu, 3 Sep 2015 16:25:38 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201509031625.t83GPcf8037071@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 3 Sep 2015 16:25:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r396016 - 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2015 16:25:39 -0000 Author: sunpoet Date: Thu Sep 3 16:25:37 2015 New Revision: 396016 URL: https://svnweb.freebsd.org/changeset/ports/396016 Log: - Update to 1.0.1 - While I'm here: - Reword COMMENT - Remove USE_RAKE - Update WWW Changes: https://github.com/flowdock/flowdock-git-hook/commits/master PR: 202871 Submitted by: Torsten Zuhlsdorff Modified: head/www/rubygem-gitlab-flowdock-git-hook/Makefile head/www/rubygem-gitlab-flowdock-git-hook/distinfo head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr Modified: head/www/rubygem-gitlab-flowdock-git-hook/Makefile ============================================================================== --- head/www/rubygem-gitlab-flowdock-git-hook/Makefile Thu Sep 3 16:25:32 2015 (r396015) +++ head/www/rubygem-gitlab-flowdock-git-hook/Makefile Thu Sep 3 16:25:37 2015 (r396016) @@ -2,21 +2,21 @@ # $FreeBSD$ PORTNAME= gitlab-flowdock-git-hook -PORTVERSION= 0.4.2.2 +PORTVERSION= 1.0.1 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org -COMMENT= GitLab's patched Git Post-Receive hook for Flowdock +COMMENT= GitLab-patched Git Post-Receive hook for Flowdock LICENSE= MIT -RUN_DEPENDS= rubygem-gitlab-grit>=2.4.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \ +RUN_DEPENDS= rubygem-flowdock>=0.7:${PORTSDIR}/www/rubygem-flowdock \ + rubygem-gitlab-grit>=2.4.1:${PORTSDIR}/textproc/rubygem-gitlab-grit \ rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json NO_ARCH= yes USE_RUBY= yes -USE_RAKE= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Modified: head/www/rubygem-gitlab-flowdock-git-hook/distinfo ============================================================================== --- head/www/rubygem-gitlab-flowdock-git-hook/distinfo Thu Sep 3 16:25:32 2015 (r396015) +++ head/www/rubygem-gitlab-flowdock-git-hook/distinfo Thu Sep 3 16:25:37 2015 (r396016) @@ -1,2 +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 +SHA256 (rubygem/gitlab-flowdock-git-hook-1.0.1.gem) = e80a1582ac78f18aa4392d895d22a481f95faa665fa425c6f19dc0d518086ae8 +SIZE (rubygem/gitlab-flowdock-git-hook-1.0.1.gem) = 11776 Modified: head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr ============================================================================== --- head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr Thu Sep 3 16:25:32 2015 (r396015) +++ head/www/rubygem-gitlab-flowdock-git-hook/pkg-descr Thu Sep 3 16:25:37 2015 (r396016) @@ -1,4 +1,4 @@ Git Post-Receive hook for Flowdock. Gem requirements patched for use with Gitlab. -WWW: https://github.com/bladealslayer/flowdock-git-hook +WWW: https://github.com/flowdock/flowdock-git-hook