Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Oct 2013 15:10:01 GMT
From:      dfilter@FreeBSD.ORG (dfilter service)
To:        ruby@FreeBSD.org
Subject:   Re: ports/182729: commit references a PR
Message-ID:  <201310241510.r9OFA1D9097450@freefall.freebsd.org>

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/182729: commit references a PR
Date: Thu, 24 Oct 2013 15:00:42 +0000 (UTC)

 Author: swills
 Date: Thu Oct 24 15:00:21 2013
 New Revision: 331492
 URL: http://svnweb.freebsd.org/changeset/ports/331492
 
 Log:
   Redis Store for Rack
   
   WWW: https://rubygems.org/gems/redis-rack
   
   PR:		ports/182729
   Submitted by:	Loic Blot <loic.blot@unix-experience.fr>
 
 Added:
   head/www/rubygem-redis-rack/
   head/www/rubygem-redis-rack/Makefile   (contents, props changed)
   head/www/rubygem-redis-rack/distinfo   (contents, props changed)
   head/www/rubygem-redis-rack/pkg-descr   (contents, props changed)
 Modified:
   head/www/Makefile
 
 Modified: head/www/Makefile
 ==============================================================================
 --- head/www/Makefile	Thu Oct 24 14:46:52 2013	(r331491)
 +++ head/www/Makefile	Thu Oct 24 15:00:21 2013	(r331492)
 @@ -1809,6 +1809,7 @@
      SUBDIR += rubygem-ramaze
      SUBDIR += rubygem-raphael-rails
      SUBDIR += rubygem-redcloth
 +    SUBDIR += rubygem-redis-rack
      SUBDIR += rubygem-redmine_acts_as_taggable_on
      SUBDIR += rubygem-rest-client
      SUBDIR += rubygem-rfacebook
 
 Added: head/www/rubygem-redis-rack/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-redis-rack/Makefile	Thu Oct 24 15:00:21 2013	(r331492)
 @@ -0,0 +1,21 @@
 +# $FreeBSD$
 +
 +PORTNAME=	redis-rack
 +PORTVERSION=	1.5.0
 +CATEGORIES=	www rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby@FreeBSD.org
 +COMMENT=	Redis Store for Rack
 +
 +GEM_ENV=	LC_CTYPE=UTF-8
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +RUN_DEPENDS=	rubygem-rack15>=1.5:${PORTSDIR}/www/rubygem-rack15 \
 +		rubygem-redis-store>=1.1.0:${PORTSDIR}/devel/rubygem-redis-store
 +
 +NO_STAGE=	yes
 +.include <bsd.port.mk>
 
 Added: head/www/rubygem-redis-rack/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-redis-rack/distinfo	Thu Oct 24 15:00:21 2013	(r331492)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/redis-rack-1.5.0.gem) = 68be24901183f1973059e837b1acc421cebd34766753ca6f6e7902fb50ef35f8
 +SIZE (rubygem/redis-rack-1.5.0.gem) = 8704
 
 Added: head/www/rubygem-redis-rack/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/www/rubygem-redis-rack/pkg-descr	Thu Oct 24 15:00:21 2013	(r331492)
 @@ -0,0 +1,3 @@
 +Redis Store for Rack
 +
 +WWW: https://rubygems.org/gems/redis-rack
 _______________________________________________
 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?201310241510.r9OFA1D9097450>