Bug 182764 - new port devel/rubygem-gitlab_meta
Summary: new port devel/rubygem-gitlab_meta
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ruby (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-06 18:40 UTC by loic.blot
Modified: 2013-10-25 03:20 UTC (History)
0 users

See Also:


Attachments
rubygem-gitlab_meta.shar (1.41 KB, text/plain)
2013-10-06 18:40 UTC, loic.blot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description loic.blot 2013-10-06 18:40:00 UTC
	Here is a meta rubygem for gitlab and future gitlab port
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-10-06 18:40:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ruby

ruby@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-10-25 03:09:59 UTC
Author: swills
Date: Fri Oct 25 02:09:45 2013
New Revision: 331545
URL: http://svnweb.freebsd.org/changeset/ports/331545

Log:
  GitLab meta gem
  
  WWW: http://rubygems.org/gems/gitlab_meta
  
  PR:		ports/182764
  Submitted by:	Loic Blot <loic.blot@unix-experience.fr>

Added:
  head/devel/rubygem-gitlab_meta/
  head/devel/rubygem-gitlab_meta/Makefile   (contents, props changed)
  head/devel/rubygem-gitlab_meta/distinfo   (contents, props changed)
  head/devel/rubygem-gitlab_meta/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Fri Oct 25 02:01:19 2013	(r331544)
+++ head/devel/Makefile	Fri Oct 25 02:09:45 2013	(r331545)
@@ -4103,6 +4103,7 @@
     SUBDIR += rubygem-gio2
     SUBDIR += rubygem-git
     SUBDIR += rubygem-github_api
+    SUBDIR += rubygem-gitlab_meta
     SUBDIR += rubygem-glib2
     SUBDIR += rubygem-gobject-introspection
     SUBDIR += rubygem-graf

Added: head/devel/rubygem-gitlab_meta/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gitlab_meta/Makefile	Fri Oct 25 02:09:45 2013	(r331545)
@@ -0,0 +1,17 @@
+# $FreeBSD$
+
+PORTNAME=	gitlab_meta
+PORTVERSION=	6.0
+CATEGORIES=	devel rubygems
+MASTER_SITES=	RG
+
+MAINTAINER=	ruby@FreeBSD.org
+COMMENT=	GitLab meta gem
+
+USE_RUBY=	yes
+USE_RUBYGEMS=	yes
+RUBYGEM_AUTOPLIST=	yes
+
+NO_STAGE=	yes
+
+.include <bsd.port.mk>

Added: head/devel/rubygem-gitlab_meta/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gitlab_meta/distinfo	Fri Oct 25 02:09:45 2013	(r331545)
@@ -0,0 +1,2 @@
+SHA256 (rubygem/gitlab_meta-6.0.gem) = f4fd2539e6ac63aa86e9bbeec7bc4abc6cbb2fbe6d2e5e8085e3adc982d67045
+SIZE (rubygem/gitlab_meta-6.0.gem) = 4096

Added: head/devel/rubygem-gitlab_meta/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/rubygem-gitlab_meta/pkg-descr	Fri Oct 25 02:09:45 2013	(r331545)
@@ -0,0 +1,3 @@
+GitLab meta gem
+
+WWW: http://rubygems.org/gems/gitlab_meta
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Steve Wills freebsd_committer freebsd_triage 2013-10-25 03:10:07 UTC
State Changed
From-To: open->closed

New port added, with minor changes. Thanks!