svn commit: r484350 - head/www/rubygem-typhoeus

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Nov 6 21:12:22 UTC 2018


Author: sunpoet
Date: Tue Nov  6 21:12:15 2018
New Revision: 484350
URL: https://svnweb.freebsd.org/changeset/ports/484350

Log:
  Update to 1.3.1
  
  Changes:	https://github.com/typhoeus/typhoeus/blob/master/CHANGELOG.md
  		https://github.com/typhoeus/typhoeus/commits/master

Modified:
  head/www/rubygem-typhoeus/Makefile
  head/www/rubygem-typhoeus/distinfo

Modified: head/www/rubygem-typhoeus/Makefile
==============================================================================
--- head/www/rubygem-typhoeus/Makefile	Tue Nov  6 21:12:06 2018	(r484349)
+++ head/www/rubygem-typhoeus/Makefile	Tue Nov  6 21:12:15 2018	(r484350)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	typhoeus
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 
@@ -14,8 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	rubygem-ethon>=0.9.0:www/rubygem-ethon
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/www/rubygem-typhoeus/distinfo
==============================================================================
--- head/www/rubygem-typhoeus/distinfo	Tue Nov  6 21:12:06 2018	(r484349)
+++ head/www/rubygem-typhoeus/distinfo	Tue Nov  6 21:12:15 2018	(r484350)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505930857
-SHA256 (rubygem/typhoeus-1.3.0.gem) = d8d315e067ec9764c61727d77786a7a82309b43c3964416ef476ee65ac09ed06
-SIZE (rubygem/typhoeus-1.3.0.gem) = 55296
+TIMESTAMP = 1541520880
+SHA256 (rubygem/typhoeus-1.3.1.gem) = 257e7163d50bed15e52c3c25bde890ea3ad854f3bd2e3fd16ce0b216c342d132
+SIZE (rubygem/typhoeus-1.3.1.gem) = 55808


More information about the svn-ports-all mailing list