svn commit: r539925 - head/devel/rubygem-ast

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jun 22 19:36:40 UTC 2020


Author: sunpoet
Date: Mon Jun 22 19:36:32 2020
New Revision: 539925
URL: https://svnweb.freebsd.org/changeset/ports/539925

Log:
  Update to 2.4.1
  
  - Take maintainership
  
  Changes:	https://github.com/whitequark/ast/commits/master

Modified:
  head/devel/rubygem-ast/Makefile
  head/devel/rubygem-ast/distinfo

Modified: head/devel/rubygem-ast/Makefile
==============================================================================
--- head/devel/rubygem-ast/Makefile	Mon Jun 22 19:36:27 2020	(r539924)
+++ head/devel/rubygem-ast/Makefile	Mon Jun 22 19:36:32 2020	(r539925)
@@ -1,18 +1,19 @@
 # $FreeBSD$
 
 PORTNAME=	ast
-PORTVERSION=	2.4.0
+PORTVERSION=	2.4.1
 CATEGORIES=	devel ruby
 MASTER_SITES=	RG
 
-MAINTAINER=	ruby at FreeBSD.org
+MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Library for working with Abstract Syntax Trees
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE.MIT
 
-NO_ARCH=	yes
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/rubygem-ast/distinfo
==============================================================================
--- head/devel/rubygem-ast/distinfo	Mon Jun 22 19:36:27 2020	(r539924)
+++ head/devel/rubygem-ast/distinfo	Mon Jun 22 19:36:32 2020	(r539925)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516969793
-SHA256 (rubygem/ast-2.4.0.gem) = a7270b78d8c970e90a5b932471c691e3ca74aa8be030f1a954d38ec487d79aa0
-SIZE (rubygem/ast-2.4.0.gem) = 15360
+TIMESTAMP = 1592846066
+SHA256 (rubygem/ast-2.4.1.gem) = 4a54905a05a3ae848ec67d81a79625b77b92feb91090ab46a2bdcaff193264d0
+SIZE (rubygem/ast-2.4.1.gem) = 11776


More information about the svn-ports-all mailing list