svn commit: r543206 - head/devel/rubygem-gems
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Jul 24 07:52:20 UTC 2020
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
More information about the svn-ports-head
mailing list