Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Aug 2020 19:42:44 +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: r545931 - in head/devel/rubygem-gh: . files
Message-ID:  <202008231942.07NJgi3x086149@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Aug 23 19:42:44 2020
New Revision: 545931
URL: https://svnweb.freebsd.org/changeset/ports/545931

Log:
  Update to 0.18.0
  
  Changes:	https://github.com/travis-ci/gh/commits/master

Deleted:
  head/devel/rubygem-gh/files/
Modified:
  head/devel/rubygem-gh/Makefile
  head/devel/rubygem-gh/distinfo

Modified: head/devel/rubygem-gh/Makefile
==============================================================================
--- head/devel/rubygem-gh/Makefile	Sun Aug 23 19:42:39 2020	(r545930)
+++ head/devel/rubygem-gh/Makefile	Sun Aug 23 19:42:44 2020	(r545931)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	gh
-PORTVERSION=	0.15.1
-PORTREVISION=	3
+PORTVERSION=	0.18.0
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 
@@ -13,8 +12,10 @@ COMMENT=	Multi-layer client for the GitHub API v3
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-addressable>=2.4.0<3:www/rubygem-addressable \
-		rubygem-faraday0>=0.8<1:www/rubygem-faraday0 \
+RUN_DEPENDS=	rubygem-activesupport52>=5.0<6:devel/rubygem-activesupport52 \
+		rubygem-addressable>=2.4<3:www/rubygem-addressable \
+		rubygem-faraday>=1.0<2:www/rubygem-faraday \
+		rubygem-faraday_middleware>=1.0<2:www/rubygem-faraday_middleware \
 		rubygem-multi_json>=1.0<2:devel/rubygem-multi_json \
 		rubygem-net-http-persistent2>=2.9<3:www/rubygem-net-http-persistent2 \
 		rubygem-net-http-pipeline>=0:www/rubygem-net-http-pipeline
@@ -23,8 +24,5 @@ USES=		gem
 USE_RUBY=	yes
 
 NO_ARCH=	yes
-
-post-patch:
-	@${RM} ${WRKSRC}/gh.gemspec.orig
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-gh/distinfo
==============================================================================
--- head/devel/rubygem-gh/distinfo	Sun Aug 23 19:42:39 2020	(r545930)
+++ head/devel/rubygem-gh/distinfo	Sun Aug 23 19:42:44 2020	(r545931)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1489517964
-SHA256 (rubygem/gh-0.15.1.gem) = ef733f81c17846f217f5ad9616105e9adc337775d41de1cc330133ad25708d3c
-SIZE (rubygem/gh-0.15.1.gem) = 15360
+TIMESTAMP = 1598175342
+SHA256 (rubygem/gh-0.18.0.gem) = eb93f18a88db3ba92eb888610fc53fae731d9dacfe55922b58cc3f3aca776a47
+SIZE (rubygem/gh-0.18.0.gem) = 14848



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