Index: head/devel/rubygem-mixlib-versioning/Makefile =================================================================== --- head/devel/rubygem-mixlib-versioning/Makefile (revision 507417) +++ head/devel/rubygem-mixlib-versioning/Makefile (revision 507418) @@ -1,21 +1,20 @@ # Created by: Ryan Steinmetz # $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 .include Index: head/devel/rubygem-mixlib-versioning/distinfo =================================================================== --- head/devel/rubygem-mixlib-versioning/distinfo (revision 507417) +++ head/devel/rubygem-mixlib-versioning/distinfo (revision 507418) @@ -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 Index: head/devel/rubygem-mixlib-versioning/pkg-descr =================================================================== --- head/devel/rubygem-mixlib-versioning/pkg-descr (revision 507417) +++ head/devel/rubygem-mixlib-versioning/pkg-descr (revision 507418) @@ -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