Date: Sun, 20 Oct 2013 16:00:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: ruby@FreeBSD.org Subject: Re: ports/182677: commit references a PR Message-ID: <201310201600.r9KG01KA043392@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/182677; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182677: commit references a PR Date: Sun, 20 Oct 2013 15:56:10 +0000 (UTC) Author: swills Date: Sun Oct 20 15:56:02 2013 New Revision: 331032 URL: http://svnweb.freebsd.org/changeset/ports/331032 Log: Emoji assets WWW: https://github.com/github/gemoji PR: ports/182677 Submitted by: Loic Blot <loic.blot@unix-experience.fr> Added: head/textproc/rubygem-gemoji/ head/textproc/rubygem-gemoji/Makefile (contents, props changed) head/textproc/rubygem-gemoji/distinfo (contents, props changed) head/textproc/rubygem-gemoji/pkg-descr (contents, props changed) Modified: head/textproc/Makefile Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Sun Oct 20 15:50:24 2013 (r331031) +++ head/textproc/Makefile Sun Oct 20 15:56:02 2013 (r331032) @@ -1298,6 +1298,7 @@ SUBDIR += rubygem-fast_xs SUBDIR += rubygem-fast_xs073 SUBDIR += rubygem-ferret + SUBDIR += rubygem-gemoji SUBDIR += rubygem-heredoc_unindent SUBDIR += rubygem-hikidoc SUBDIR += rubygem-htmlentities Added: head/textproc/rubygem-gemoji/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gemoji/Makefile Sun Oct 20 15:56:02 2013 (r331032) @@ -0,0 +1,17 @@ +# $FreeBSD$ + +PORTNAME= gemoji +PORTVERSION= 1.4.0 +CATEGORIES= textproc rubygems +MASTER_SITES= RG + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Emoji assets + +USE_RUBY= yes +USE_RUBYGEMS= yes +RUBYGEM_AUTOPLIST= yes + +NO_STAGE= yes + +.include <bsd.port.mk> Added: head/textproc/rubygem-gemoji/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gemoji/distinfo Sun Oct 20 15:56:02 2013 (r331032) @@ -0,0 +1,2 @@ +SHA256 (rubygem/gemoji-1.4.0.gem) = ae8897d824e11c2d43747d02d1e183bc2fc252a37e50e817ed96541ff1998921 +SIZE (rubygem/gemoji-1.4.0.gem) = 7889408 Added: head/textproc/rubygem-gemoji/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/rubygem-gemoji/pkg-descr Sun Oct 20 15:56:02 2013 (r331032) @@ -0,0 +1,3 @@ +Emoji assets + +WWW: https://github.com/github/gemoji _______________________________________________ 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?201310201600.r9KG01KA043392>