Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 14:22:25 +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: r524945 - in head/devel: . rubygem-hashie3
Message-ID:  <202002021422.012EMPbn006094@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb  2 14:22:25 2020
New Revision: 524945
URL: https://svnweb.freebsd.org/changeset/ports/524945

Log:
  Add rubygem-hashie3 3.6.0 (copied from rubygem-hashie)
  
  - Add PORTSCOUT
  - Update WWW

Added:
  head/devel/rubygem-hashie3/
     - copied from r524835, head/devel/rubygem-hashie/
Modified:
  head/devel/Makefile
  head/devel/rubygem-hashie3/Makefile
  head/devel/rubygem-hashie3/pkg-descr

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sun Feb  2 14:21:35 2020	(r524944)
+++ head/devel/Makefile	Sun Feb  2 14:22:25 2020	(r524945)
@@ -6059,6 +6059,7 @@
     SUBDIR += rubygem-hashie
     SUBDIR += rubygem-hashie-forbidden_attributes
     SUBDIR += rubygem-hashie2
+    SUBDIR += rubygem-hashie3
     SUBDIR += rubygem-health_check
     SUBDIR += rubygem-health_check26-rails5
     SUBDIR += rubygem-health_check26-rails52

Modified: head/devel/rubygem-hashie3/Makefile
==============================================================================
--- head/devel/rubygem-hashie/Makefile	Sun Feb  2 09:07:45 2020	(r524835)
+++ head/devel/rubygem-hashie3/Makefile	Sun Feb  2 14:22:25 2020	(r524945)
@@ -5,6 +5,7 @@ PORTNAME=	hashie
 PORTVERSION=	3.6.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
+PKGNAMESUFFIX=	3
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Hashie is a simple collection of useful Hash extensions
@@ -16,5 +17,7 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
+
+PORTSCOUT=	limit:^3\.
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-hashie3/pkg-descr
==============================================================================
--- head/devel/rubygem-hashie/pkg-descr	Sun Feb  2 09:07:45 2020	(r524835)
+++ head/devel/rubygem-hashie3/pkg-descr	Sun Feb  2 14:22:25 2020	(r524945)
@@ -8,4 +8,4 @@ Hashie is available as a RubyGem which extend Hashes a
 - Hashie::Clash: allows you to easily construct complex hashes using method
   notation chaining.
 
-WWW: https://github.com/intridea/hashie
+WWW: https://github.com/hashie/hashie



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