Date: Sat, 6 Jul 2019 21:42:53 +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: r506058 - head/devel/rubygem-cookbook-omnifetch Message-ID: <201907062142.x66LgrWc013544@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jul 6 21:42:52 2019 New Revision: 506058 URL: https://svnweb.freebsd.org/changeset/ports/506058 Log: Update to 0.8.1 - Update version requirement of RUN_DEPENDS - Add NO_ARCH - Update WWW Changes: https://github.com/chef/cookbook-omnifetch/commits/master Modified: head/devel/rubygem-cookbook-omnifetch/Makefile head/devel/rubygem-cookbook-omnifetch/distinfo head/devel/rubygem-cookbook-omnifetch/pkg-descr Modified: head/devel/rubygem-cookbook-omnifetch/Makefile ============================================================================== --- head/devel/rubygem-cookbook-omnifetch/Makefile Sat Jul 6 21:42:47 2019 (r506057) +++ head/devel/rubygem-cookbook-omnifetch/Makefile Sat Jul 6 21:42:52 2019 (r506058) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= cookbook-omnifetch -PORTVERSION= 0.8.0 +PORTVERSION= 0.8.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -11,9 +11,11 @@ COMMENT= Library to fetch Chef cookbooks from a variet LICENSE= APACHE20 -RUN_DEPENDS= rubygem-mixlib-archive>0:devel/rubygem-mixlib-archive +RUN_DEPENDS= rubygem-mixlib-archive>=0.4:devel/rubygem-mixlib-archive USES= gem USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> Modified: head/devel/rubygem-cookbook-omnifetch/distinfo ============================================================================== --- head/devel/rubygem-cookbook-omnifetch/distinfo Sat Jul 6 21:42:47 2019 (r506057) +++ head/devel/rubygem-cookbook-omnifetch/distinfo Sat Jul 6 21:42:52 2019 (r506058) @@ -1,3 +1,3 @@ -TIMESTAMP = 1533757196 -SHA256 (rubygem/cookbook-omnifetch-0.8.0.gem) = 3710fbd8fa36231188a7bdf45cf94eb41d9b2924dc323bef55372991e51fa936 -SIZE (rubygem/cookbook-omnifetch-0.8.0.gem) = 25600 +TIMESTAMP = 1562427766 +SHA256 (rubygem/cookbook-omnifetch-0.8.1.gem) = a5f6cad490c066cbc4138922da1e3b69eb9682afefe1ba6ea2c28c2f1bf0e118 +SIZE (rubygem/cookbook-omnifetch-0.8.1.gem) = 16896 Modified: head/devel/rubygem-cookbook-omnifetch/pkg-descr ============================================================================== --- head/devel/rubygem-cookbook-omnifetch/pkg-descr Sat Jul 6 21:42:47 2019 (r506057) +++ head/devel/rubygem-cookbook-omnifetch/pkg-descr Sat Jul 6 21:42:52 2019 (r506058) @@ -1,4 +1,4 @@ Library code to fetch Chef cookbooks from a variety of sources to a local cache. -WWW: https://rubygems.org/gems/cookbook-omnifetch +WWW: https://github.com/chef/cookbook-omnifetch
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907062142.x66LgrWc013544>