Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Jul 2019 08:17:27 +0000 (UTC)
From:      Koichiro Iwao <meta@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r506729 - in head/www: . rubygem-addressable25
Message-ID:  <201907160817.x6G8HRYN041527@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: meta
Date: Tue Jul 16 08:17:27 2019
New Revision: 506729
URL: https://svnweb.freebsd.org/changeset/ports/506729

Log:
  New port: www/rubygem-addressable25
  
  Created to update www/rubygem-addressable to 2.6.0 as www/gitlab-ce requires ~> 2.5.2.

Added:
  head/www/rubygem-addressable25/
     - copied from r506721, head/www/rubygem-addressable/
Modified:
  head/www/Makefile
  head/www/rubygem-addressable25/Makefile

Modified: head/www/Makefile
==============================================================================
--- head/www/Makefile	Tue Jul 16 07:48:42 2019	(r506728)
+++ head/www/Makefile	Tue Jul 16 08:17:27 2019	(r506729)
@@ -1953,6 +1953,7 @@
     SUBDIR += rubygem-acts_as_taggable
     SUBDIR += rubygem-addressable
     SUBDIR += rubygem-addressable23
+    SUBDIR += rubygem-addressable25
     SUBDIR += rubygem-adsf
     SUBDIR += rubygem-akami
     SUBDIR += rubygem-amazon-ecs

Modified: head/www/rubygem-addressable25/Makefile
==============================================================================
--- head/www/rubygem-addressable/Makefile	Tue Jul 16 00:55:21 2019	(r506721)
+++ head/www/rubygem-addressable25/Makefile	Tue Jul 16 08:17:27 2019	(r506729)
@@ -5,6 +5,7 @@ PORTNAME=	addressable
 PORTVERSION=	2.5.2
 CATEGORIES=	www devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	25
 
 MAINTAINER=	ruby@FreeBSD.org
 COMMENT=	Replacement for the URI implementation
@@ -14,8 +15,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
 RUN_DEPENDS=	rubygem-public_suffix>=2.0.2:dns/rubygem-public_suffix
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
+PORTSCOUT=	limit:^2\.5
 
 .include <bsd.port.mk>



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