svn commit: r506729 - in head/www: . rubygem-addressable25

Koichiro Iwao meta at FreeBSD.org
Tue Jul 16 08:17:28 UTC 2019


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 at 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>


More information about the svn-ports-head mailing list