Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2017 01:14:55 +0000 (UTC)
From:      Joseph Mingrone <jrm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r441629 - head/databases/rubygem-globalid-rails50
Message-ID:  <201705250114.v4P1EttE024532@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jrm
Date: Thu May 25 01:14:55 2017
New Revision: 441629
URL: https://svnweb.freebsd.org/changeset/ports/441629

Log:
  databases/rubygem-globalid-rails50: Create rails version 5.0 port by
  copying databases/rubygem-globalid-rails5
  
  Approved by:	swills (mentor, implicit)

Added:
  head/databases/rubygem-globalid-rails50/
     - copied from r441626, head/databases/rubygem-globalid/
Modified:
  head/databases/rubygem-globalid-rails50/Makefile

Modified: head/databases/rubygem-globalid-rails50/Makefile
==============================================================================
--- head/databases/rubygem-globalid/Makefile	Wed May 24 22:42:14 2017	(r441626)
+++ head/databases/rubygem-globalid-rails50/Makefile	Thu May 25 01:14:55 2017	(r441629)
@@ -5,14 +5,15 @@ PORTNAME=	globalid
 PORTVERSION=	0.4.0
 CATEGORIES=	databases rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	-rails50
 
-MAINTAINER=	ruby@FreeBSD.org
+MAINTAINER=	jrm@FreeBSD.org
 COMMENT=	URIs for your models makes it easy to pass references around
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport4>=4.2.0:devel/rubygem-activesupport4
+RUN_DEPENDS=	rubygem-activesupport50>=4.2.0:devel/rubygem-activesupport50
 
 NO_ARCH=	yes
 USE_RUBY=	yes



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