Date: Sat, 27 Jul 2019 11:55:43 +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: r507418 - head/devel/rubygem-mixlib-versioning Message-ID: <201907271155.x6RBthJb078393@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 27 11:55:43 2019 New Revision: 507418 URL: https://svnweb.freebsd.org/changeset/ports/507418 Log: Update to 1.2.7 - Remove leading indefinite article from COMMENT - Add LICENSE_FILE - Update WWW Changes: https://github.com/chef/mixlib-versioning/blob/master/CHANGELOG.md Modified: head/devel/rubygem-mixlib-versioning/Makefile head/devel/rubygem-mixlib-versioning/distinfo head/devel/rubygem-mixlib-versioning/pkg-descr Modified: head/devel/rubygem-mixlib-versioning/Makefile ============================================================================== --- head/devel/rubygem-mixlib-versioning/Makefile Sat Jul 27 11:55:38 2019 (r507417) +++ head/devel/rubygem-mixlib-versioning/Makefile Sat Jul 27 11:55:43 2019 (r507418) @@ -2,19 +2,18 @@ # $FreeBSD$ PORTNAME= mixlib-versioning -PORTVERSION= 1.2.2 +PORTVERSION= 1.2.7 CATEGORIES= devel rubygems MASTER_SITES= RG -MAINTAINER= ruby@FreeBSD.org -COMMENT= A library to parse, compare and manipulate version strings +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Library to parse, compare and manipulate version strings LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE -USES= gem shebangfix +USES= gem USE_RUBY= yes - -SHEBANG_FILES= .expeditor/update_version.sh NO_ARCH= yes Modified: head/devel/rubygem-mixlib-versioning/distinfo ============================================================================== --- head/devel/rubygem-mixlib-versioning/distinfo Sat Jul 27 11:55:38 2019 (r507417) +++ head/devel/rubygem-mixlib-versioning/distinfo Sat Jul 27 11:55:43 2019 (r507418) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533755198 -SHA256 (rubygem/mixlib-versioning-1.2.2.gem) = 63a7b2e877078a258fd3b60a64b71c0576caaae5fc14c35057203e8cf5975e11 -SIZE (rubygem/mixlib-versioning-1.2.2.gem) = 26112 +TIMESTAMP = 1564157965 +SHA256 (rubygem/mixlib-versioning-1.2.7.gem) = 86255a388fbc4bffb15cb7641e64aaea709d69b89352028e980a9b776ae0170f +SIZE (rubygem/mixlib-versioning-1.2.7.gem) = 15360 Modified: head/devel/rubygem-mixlib-versioning/pkg-descr ============================================================================== --- head/devel/rubygem-mixlib-versioning/pkg-descr Sat Jul 27 11:55:38 2019 (r507417) +++ head/devel/rubygem-mixlib-versioning/pkg-descr Sat Jul 27 11:55:43 2019 (r507418) @@ -1,4 +1,4 @@ General purpose Ruby library that allows you to parse, compare and manipulate version strings in multiple formats. -WWW: https://rubygems.org/gems/mixlib-versioning +WWW: https://github.com/chef/mixlib-versioning
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907271155.x6RBthJb078393>