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

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

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

 Author: swills
 Date: Fri Oct 25 02:01:19 2013
 New Revision: 331544
 URL: http://svnweb.freebsd.org/changeset/ports/331544
 
 Log:
   The font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
   Rails engine for use with the asset pipeline.
   
   WWW: https://github.com/bokmann/font-awesome-rails
   
   PR:		ports/182763
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/devel/rubygem-font-awesome-rails/
   head/devel/rubygem-font-awesome-rails/Makefile   (contents, props changed)
   head/devel/rubygem-font-awesome-rails/distinfo   (contents, props changed)
   head/devel/rubygem-font-awesome-rails/pkg-descr   (contents, props changed)
 Modified:
   head/devel/Makefile
 
 Modified: head/devel/Makefile
 ==============================================================================
 --- head/devel/Makefile	Fri Oct 25 01:47:42 2013	(r331543)
 +++ head/devel/Makefile	Fri Oct 25 02:01:19 2013	(r331544)
 @@ -4089,6 +4089,7 @@
      SUBDIR += rubygem-file-tail
      SUBDIR += rubygem-filemagic
      SUBDIR += rubygem-fog
 +    SUBDIR += rubygem-font-awesome-rails
      SUBDIR += rubygem-foreman
      SUBDIR += rubygem-formatador
      SUBDIR += rubygem-gdata
 
 Added: head/devel/rubygem-font-awesome-rails/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/rubygem-font-awesome-rails/Makefile	Fri Oct 25 02:01:19 2013	(r331544)
 @@ -0,0 +1,19 @@
 +# $FreeBSD$
 +
 +PORTNAME=	font-awesome-rails
 +PORTVERSION=	3.2.1.3
 +CATEGORIES=	devel rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	Provides the Font-Awesome web fonts and stylesheets as a Rails engine
 +
 +RUN_DEPENDS=	rubygem-railties>=3.2:${PORTSDIR}/www/rubygem-railties
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/devel/rubygem-font-awesome-rails/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/rubygem-font-awesome-rails/distinfo	Fri Oct 25 02:01:19 2013	(r331544)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/font-awesome-rails-3.2.1.3.gem) = d6993a8630fb19292a71109e1071c9777fdb0ba27c93d6dc78340c6e022b87c9
 +SIZE (rubygem/font-awesome-rails-3.2.1.3.gem) = 274944
 
 Added: head/devel/rubygem-font-awesome-rails/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/devel/rubygem-font-awesome-rails/pkg-descr	Fri Oct 25 02:01:19 2013	(r331544)
 @@ -0,0 +1,4 @@
 +The font-awesome-rails provides the Font-Awesome web fonts and stylesheets as a
 +Rails engine for use with the asset pipeline.
 +
 +WWW: https://github.com/bokmann/font-awesome-rails
 _______________________________________________
 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?201310250210.r9P2A0P6053158>