From owner-svn-ports-all@FreeBSD.ORG Sat Sep 27 15:08:18 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E4DD73; Sat, 27 Sep 2014 15:08:18 +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 7E24C95D; Sat, 27 Sep 2014 15:08:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8RF8IWY006140; Sat, 27 Sep 2014 15:08:18 GMT (envelope-from xmj@FreeBSD.org) Received: (from xmj@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8RF8HNU006136; Sat, 27 Sep 2014 15:08:17 GMT (envelope-from xmj@FreeBSD.org) Message-Id: <201409271508.s8RF8HNU006136@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: xmj set sender to xmj@FreeBSD.org using -f From: Johannes Jost Meixner Date: Sat, 27 Sep 2014 15:08:17 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369396 - in head/devel: . rubygem-gemnasium-gitlab-service 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, 27 Sep 2014 15:08:18 -0000 Author: xmj Date: Sat Sep 27 15:08:16 2014 New Revision: 369396 URL: http://svnweb.freebsd.org/changeset/ports/369396 QAT: https://qat.redports.org/buildarchive/r369396/ Log: devel/rubygem-gemnasium-gitlab-service: create port Add Gemnasium support for Gitlab as a Project Service. It uploads dependency files automatically on https://gemnasium.com API to track your project dependencies. WWW: http://gemnasium.org Differential Revision: https://reviews.freebsd.org/D855 Approved by: swills (mentor) Added: head/devel/rubygem-gemnasium-gitlab-service/ head/devel/rubygem-gemnasium-gitlab-service/Makefile (contents, props changed) head/devel/rubygem-gemnasium-gitlab-service/distinfo (contents, props changed) head/devel/rubygem-gemnasium-gitlab-service/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Sep 27 15:02:19 2014 (r369395) +++ head/devel/Makefile Sat Sep 27 15:08:16 2014 (r369396) @@ -4332,6 +4332,7 @@ SUBDIR += rubygem-gdata SUBDIR += rubygem-gem_plugin SUBDIR += rubygem-gemcutter + SUBDIR += rubygem-gemnasium-gitlab-service SUBDIR += rubygem-gems SUBDIR += rubygem-generator_spec SUBDIR += rubygem-georuby Added: head/devel/rubygem-gemnasium-gitlab-service/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gemnasium-gitlab-service/Makefile Sat Sep 27 15:08:16 2014 (r369396) @@ -0,0 +1,21 @@ +# Created by: Johannes Meixner +# $FreeBSD$ + +PORTNAME= gemnasium-gitlab-service +PORTVERSION= 0.2.2 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Gemnasium support for GitLab projects + +LICENSE= MIT + +RUN_DEPENDS= rubygem-rugged>=0.21.0:${PORTSDIR}/devel/rubygem-rugged + +USE_RUBY= yes +USE_RAKE= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +.include Added: head/devel/rubygem-gemnasium-gitlab-service/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gemnasium-gitlab-service/distinfo Sat Sep 27 15:08:16 2014 (r369396) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gemnasium-gitlab-service-0.2.2.gem) = 82b9b6ef02f625a30198cefe5fd46b8c4551ec749a320d3b56fdcd1ebef07228 +SIZE (rubygem/gemnasium-gitlab-service-0.2.2.gem) = 9216 Added: head/devel/rubygem-gemnasium-gitlab-service/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/rubygem-gemnasium-gitlab-service/pkg-descr Sat Sep 27 15:08:16 2014 (r369396) @@ -0,0 +1,5 @@ +Add Gemnasium support for Gitlab as a Project Service. It uploads dependency +files automatically on https://gemnasium.com API to track your project +dependencies. + +WWW: http://gemnasium.org