Date: Tue, 6 Jul 2021 15:07:22 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a2274e34849f - main - devel/rubygem-simple-navigation-rails50: Update to 4.3.0 Message-ID: <202107061507.166F7MFF023115@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2274e34849feda6d56f6da007c24aea2bab55d4 commit a2274e34849feda6d56f6da007c24aea2bab55d4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 14:59:56 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 14:59:56 +0000 devel/rubygem-simple-navigation-rails50: Update to 4.3.0 - Update version requirement of RUN_DEPENDS - Update pkg-descr Changes: https://github.com/codeplant/simple-navigation/blob/master/CHANGELOG.md --- devel/rubygem-simple-navigation-rails50/Makefile | 11 +++++------ devel/rubygem-simple-navigation-rails50/distinfo | 6 +++--- devel/rubygem-simple-navigation-rails50/pkg-descr | 8 +++----- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/devel/rubygem-simple-navigation-rails50/Makefile b/devel/rubygem-simple-navigation-rails50/Makefile index b2a49d13b59d..a6dfb4b9a022 100644 --- a/devel/rubygem-simple-navigation-rails50/Makefile +++ b/devel/rubygem-simple-navigation-rails50/Makefile @@ -1,6 +1,5 @@ PORTNAME= simple-navigation -PORTVERSION= 4.0.5 -PORTREVISION= 1 +PORTVERSION= 4.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= -rails50 @@ -11,11 +10,11 @@ COMMENT= Create navigations for Rails, Sinatra or Padrino applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport50>0:devel/rubygem-activesupport50 +RUN_DEPENDS= rubygem-activesupport50>=2.3.2:devel/rubygem-activesupport50 -NO_ARCH= yes - -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk> diff --git a/devel/rubygem-simple-navigation-rails50/distinfo b/devel/rubygem-simple-navigation-rails50/distinfo index 0874271362fe..7a0810df1674 100644 --- a/devel/rubygem-simple-navigation-rails50/distinfo +++ b/devel/rubygem-simple-navigation-rails50/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1492201871 -SHA256 (rubygem/simple-navigation-4.0.5.gem) = 937a8fc09abac119e031af9f123c886a6608f018d92059641f790dab50d04221 -SIZE (rubygem/simple-navigation-4.0.5.gem) = 43520 +TIMESTAMP = 1625323779 +SHA256 (rubygem/simple-navigation-4.3.0.gem) = 4bc1d3073974a3064ccf4c3e1dcb6a773aa4c60f5b9a9ece3ee759c2a48eeb47 +SIZE (rubygem/simple-navigation-4.3.0.gem) = 44544 diff --git a/devel/rubygem-simple-navigation-rails50/pkg-descr b/devel/rubygem-simple-navigation-rails50/pkg-descr index 7a26799f1064..ac64d1eace63 100644 --- a/devel/rubygem-simple-navigation-rails50/pkg-descr +++ b/devel/rubygem-simple-navigation-rails50/pkg-descr @@ -1,7 +1,5 @@ -With the simple-navigation gem installed you can easily create multilevel -navigations for your Rails, Sinatra or Padrino applications. The navigation is -defined in a single configuration file. It supports automatic as well as -explicit highlighting of the currently active navigation through regular -expressions. +Simple Navigation is a ruby library for creating navigations (with multiple +levels) for your Rails, Sinatra or Padrino applications. It runs with all ruby +versions. WWW: https://github.com/codeplant/simple-navigation
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061507.166F7MFF023115>