Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Oct 2013 03:10:02 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/182770: commit references a PR
Message-ID:  <201310250310.r9P3A22c066268@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182770; it has been noted by GNATS.

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182770: commit references a PR
Date: Fri, 25 Oct 2013 03:02:00 +0000 (UTC)

 Author: swills
 Date: Fri Oct 25 03:01:52 2013
 New Revision: 331550
 URL: http://svnweb.freebsd.org/changeset/ports/331550
 
 Log:
   Grit is a Ruby library for extracting information from a git repository in an
   object oriented manner. GitLab fork
   
   WWW: http://github.com/gitlabhq/grit
   
   PR:		ports/182770
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/textproc/rubygem-gitlab-grit/
   head/textproc/rubygem-gitlab-grit/Makefile   (contents, props changed)
   head/textproc/rubygem-gitlab-grit/distinfo   (contents, props changed)
   head/textproc/rubygem-gitlab-grit/pkg-descr   (contents, props changed)
 Modified:
   head/textproc/Makefile
 
 Modified: head/textproc/Makefile
 ==============================================================================
 --- head/textproc/Makefile	Fri Oct 25 02:52:15 2013	(r331549)
 +++ head/textproc/Makefile	Fri Oct 25 03:01:52 2013	(r331550)
 @@ -1304,6 +1304,7 @@
      SUBDIR += rubygem-github-linguist
      SUBDIR += rubygem-github-markdown
      SUBDIR += rubygem-github-markup
 +    SUBDIR += rubygem-gitlab-grit
      SUBDIR += rubygem-heredoc_unindent
      SUBDIR += rubygem-hikidoc
      SUBDIR += rubygem-htmlentities
 
 Added: head/textproc/rubygem-gitlab-grit/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-gitlab-grit/Makefile	Fri Oct 25 03:01:52 2013	(r331550)
 @@ -0,0 +1,22 @@
 +# $FreeBSD$
 +
 +PORTNAME=	gitlab-grit
 +PORTVERSION=	2.6.0
 +CATEGORIES=	textproc rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	Library for extracting information from a git repository in an object oriented manner
 +
 +RUN_DEPENDS=	rubygem-charlock_holmes>=0.6.9:${PORTSDIR}/textproc/rubygem-charlock_holmes \
 +		rubygem-diff-lcs>=1.1:${PORTSDIR}/textproc/rubygem-diff-lcs \
 +		rubygem-mime-types>=1.15:${PORTSDIR}/misc/rubygem-mime-types \
 +		rubygem-posix-spawn>=0.3.6:${PORTSDIR}/devel/rubygem-posix-spawn
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/textproc/rubygem-gitlab-grit/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-gitlab-grit/distinfo	Fri Oct 25 03:01:52 2013	(r331550)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/gitlab-grit-2.6.0.gem) = b2900956c11e46c76f4b6dee9f04180be69e3090fde626e29e4f0f466ce09257
 +SIZE (rubygem/gitlab-grit-2.6.0.gem) = 46080
 
 Added: head/textproc/rubygem-gitlab-grit/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/textproc/rubygem-gitlab-grit/pkg-descr	Fri Oct 25 03:01:52 2013	(r331550)
 @@ -0,0 +1,4 @@
 +Grit is a Ruby library for extracting information from a git repository in an
 +object oriented manner. GitLab fork
 +
 +WWW: http://github.com/gitlabhq/grit
 _______________________________________________
 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"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310250310.r9P3A22c066268>