Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 29 May 2015 11:15:09 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r387809 - head/devel/rubygem-request_store
Message-ID:  <201505291115.t4TBF9K1086768@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri May 29 11:15:08 2015
New Revision: 387809
URL: https://svnweb.freebsd.org/changeset/ports/387809

Log:
  - Add LICENSE
  - Remove RUN_DEPENDS
  - Update WWW
  - Bump PORTREVISION for dependency change

Modified:
  head/devel/rubygem-request_store/Makefile
  head/devel/rubygem-request_store/pkg-descr

Modified: head/devel/rubygem-request_store/Makefile
==============================================================================
--- head/devel/rubygem-request_store/Makefile	Fri May 29 11:15:03 2015	(r387808)
+++ head/devel/rubygem-request_store/Makefile	Fri May 29 11:15:08 2015	(r387809)
@@ -3,17 +3,17 @@
 
 PORTNAME=	request_store
 PORTVERSION=	1.1.0
+PORTREVISION=	1
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	RequestStore gives you per-request global storage
 
-RUN_DEPENDS=	rubygem-rake>=0:${PORTSDIR}/devel/rubygem-rake \
-		rubygem-minitest>=3.0:${PORTSDIR}/devel/rubygem-minitest
+LICENSE=	MIT
 
 USE_RUBY=	yes
 USE_RUBYGEMS=	yes
-RUBYGEM_AUTOPLIST=yes
+RUBYGEM_AUTOPLIST=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-request_store/pkg-descr
==============================================================================
--- head/devel/rubygem-request_store/pkg-descr	Fri May 29 11:15:03 2015	(r387808)
+++ head/devel/rubygem-request_store/pkg-descr	Fri May 29 11:15:08 2015	(r387809)
@@ -1,3 +1,3 @@
 RequestStore gives you per-request global storage.
 
-WWW: http://github.com/steveklabnik/request_store
+WWW: https://github.com/steveklabnik/request_store



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