Date: Fri, 24 Jul 2020 07:52:14 +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: r543206 - head/devel/rubygem-gems Message-ID: <202007240752.06O7qEuf096041@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Jul 24 07:52:14 2020 New Revision: 543206 URL: https://svnweb.freebsd.org/changeset/ports/543206 Log: Update to 1.2.0 Changes: https://github.com/rubygems/gems/commits/master Modified: head/devel/rubygem-gems/Makefile head/devel/rubygem-gems/distinfo Modified: head/devel/rubygem-gems/Makefile ============================================================================== --- head/devel/rubygem-gems/Makefile Fri Jul 24 07:52:08 2020 (r543205) +++ head/devel/rubygem-gems/Makefile Fri Jul 24 07:52:14 2020 (r543206) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gems -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,10 +12,9 @@ COMMENT= Ruby wrapper for the RubyGems.org API LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-json>=0:devel/rubygem-json +USES= gem +USE_RUBY= yes NO_ARCH= yes -USE_RUBY= yes -USES= gem .include <bsd.port.mk> Modified: head/devel/rubygem-gems/distinfo ============================================================================== --- head/devel/rubygem-gems/distinfo Fri Jul 24 07:52:08 2020 (r543205) +++ head/devel/rubygem-gems/distinfo Fri Jul 24 07:52:14 2020 (r543206) @@ -1,3 +1,3 @@ -TIMESTAMP = 1524359192 -SHA256 (rubygem/gems-1.1.1.gem) = 698c573883a021bf3957ccb966890d927bc0858aaa70ab3e4c3fe219c100c7d4 -SIZE (rubygem/gems-1.1.1.gem) = 11264 +TIMESTAMP = 1595416839 +SHA256 (rubygem/gems-1.2.0.gem) = 343d74bd54d906f38193f3ccd983f9d08c4b54cd01ee7e5fe8467ab41a9946f0 +SIZE (rubygem/gems-1.2.0.gem) = 11264
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202007240752.06O7qEuf096041>