Date: Fri, 26 Oct 2018 21:20:21 +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: r483057 - head/devel/rubygem-iso8601 Message-ID: <201810262120.w9QLKLmS098304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 26 21:20:21 2018 New Revision: 483057 URL: https://svnweb.freebsd.org/changeset/ports/483057 Log: Update to 0.12.1 Changes: https://github.com/arnau/ISO8601/blob/master/CHANGELOG.md Modified: head/devel/rubygem-iso8601/Makefile head/devel/rubygem-iso8601/distinfo Modified: head/devel/rubygem-iso8601/Makefile ============================================================================== --- head/devel/rubygem-iso8601/Makefile Fri Oct 26 21:20:12 2018 (r483056) +++ head/devel/rubygem-iso8601/Makefile Fri Oct 26 21:20:21 2018 (r483057) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= iso8601 -PORTVERSION= 0.12.0 +PORTVERSION= 0.12.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -12,8 +12,9 @@ COMMENT= Simple implementation of the ISO 8601 standar LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/rubygem-iso8601/distinfo ============================================================================== --- head/devel/rubygem-iso8601/distinfo Fri Oct 26 21:20:12 2018 (r483056) +++ head/devel/rubygem-iso8601/distinfo Fri Oct 26 21:20:21 2018 (r483057) @@ -1,3 +1,3 @@ -TIMESTAMP = 1532975193 -SHA256 (rubygem/iso8601-0.12.0.gem) = ffde7d3e5ac462be346398cde3397f173fbc18561abd8913c179182f0aedc8f2 -SIZE (rubygem/iso8601-0.12.0.gem) = 27648 +TIMESTAMP = 1540587020 +SHA256 (rubygem/iso8601-0.12.1.gem) = 399595700c82003fc4187b6417218e54c2387fa06b28571a3eeef2ccb4cc10d0 +SIZE (rubygem/iso8601-0.12.1.gem) = 16896
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810262120.w9QLKLmS098304>