The following reply was made to PR ports/182764; it has been noted by GNATS.
From: [email protected] (dfilter service) To: [email protected] Cc: Subject: Re: ports/182764: commit references a PR Date: Fri, 25 Oct 2013 02:09:59 +0000 (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 <[email protected]> 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= [email protected] +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 _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "[email protected]" _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ruby To unsubscribe, send any mail to "[email protected]"
