ports/182667: commit references a PR

dfilter service dfilter at FreeBSD.ORG
Sun Oct 20 13:20:01 UTC 2013


The following reply was made to PR ports/182667; it has been noted by GNATS.

From: dfilter at FreeBSD.ORG (dfilter service)
To: bug-followup at FreeBSD.org
Cc:  
Subject: Re: ports/182667: commit references a PR
Date: Sun, 20 Oct 2013 13:11:30 +0000 (UTC)

 Author: swills
 Date: Sun Oct 20 13:11:22 2013
 New Revision: 331014
 URL: http://svnweb.freebsd.org/changeset/ports/331014
 
 Log:
   Loads environment variables from `.env`.
   
   WWW: https://github.com/bkeepers/dotenv
   
   PR:		ports/182667
   Submitted by:	Loic Blot <loic.blot at unix-experience.fr>
 
 Added:
   head/misc/rubygem-dotenv/
   head/misc/rubygem-dotenv/Makefile   (contents, props changed)
   head/misc/rubygem-dotenv/distinfo   (contents, props changed)
   head/misc/rubygem-dotenv/pkg-descr   (contents, props changed)
 Modified:
   head/misc/Makefile
 
 Modified: head/misc/Makefile
 ==============================================================================
 --- head/misc/Makefile	Sun Oct 20 12:54:30 2013	(r331013)
 +++ head/misc/Makefile	Sun Oct 20 13:11:22 2013	(r331014)
 @@ -400,6 +400,7 @@
      SUBDIR += rtfm
      SUBDIR += ruby-progressbar
      SUBDIR += ruby-vpim
 +    SUBDIR += rubygem-dotenv
      SUBDIR += rubygem-mime-types
      SUBDIR += rubygem-rabbit
      SUBDIR += rubygem-vpim
 
 Added: head/misc/rubygem-dotenv/Makefile
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/misc/rubygem-dotenv/Makefile	Sun Oct 20 13:11:22 2013	(r331014)
 @@ -0,0 +1,19 @@
 +# $FreeBSD$
 +
 +PORTNAME=	dotenv
 +PORTVERSION=	0.9.0
 +CATEGORIES=	misc rubygems
 +MASTER_SITES=	RG
 +
 +MAINTAINER=	ruby at FreeBSD.org
 +COMMENT=	Loads environment variables from `.env`
 +
 +USE_RUBY=	yes
 +USE_RUBYGEMS=	yes
 +RUBYGEM_AUTOPLIST=	yes
 +
 +PLIST_FILES+=	bin/dotenv
 +
 +NO_STAGE=	yes
 +
 +.include <bsd.port.mk>
 
 Added: head/misc/rubygem-dotenv/distinfo
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/misc/rubygem-dotenv/distinfo	Sun Oct 20 13:11:22 2013	(r331014)
 @@ -0,0 +1,2 @@
 +SHA256 (rubygem/dotenv-0.9.0.gem) = 838e235fa00d343c3138dbc05aa2cf1ec626ff9f065d521917a79a86b4a980be
 +SIZE (rubygem/dotenv-0.9.0.gem) = 10752
 
 Added: head/misc/rubygem-dotenv/pkg-descr
 ==============================================================================
 --- /dev/null	00:00:00 1970	(empty, because file is newly added)
 +++ head/misc/rubygem-dotenv/pkg-descr	Sun Oct 20 13:11:22 2013	(r331014)
 @@ -0,0 +1,3 @@
 +Loads environment variables from `.env`.
 +
 +WWW: https://github.com/bkeepers/dotenv
 _______________________________________________
 svn-ports-all at freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe at freebsd.org"
 


More information about the freebsd-ruby mailing list