Date: Tue, 6 Jul 2021 15:07:21 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: d06d781cc0f8 - main - devel/rubygem-simple-navigation: Update to 4.3.0 Message-ID: <202107061507.166F7LJ4023091@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=d06d781cc0f8cb9ddd37972138359508f049dda4 commit d06d781cc0f8cb9ddd37972138359508f049dda4 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: 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/Makefile | 11 +++++------ devel/rubygem-simple-navigation/distinfo | 6 +++--- devel/rubygem-simple-navigation/pkg-descr | 8 +++----- 3 files changed, 11 insertions(+), 14 deletions(-) diff --git a/devel/rubygem-simple-navigation/Makefile b/devel/rubygem-simple-navigation/Makefile index c15b7caf5ca9..3cbd99cc2001 100644 --- a/devel/rubygem-simple-navigation/Makefile +++ b/devel/rubygem-simple-navigation/Makefile @@ -1,6 +1,5 @@ PORTNAME= simple-navigation -PORTVERSION= 4.0.5 -PORTREVISION= 1 +PORTVERSION= 4.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -10,11 +9,11 @@ COMMENT= Create navigations for Rails, Sinatra or Padrino applications LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= rubygem-activesupport5>0:devel/rubygem-activesupport5 +RUN_DEPENDS= rubygem-activesupport5>=2.3.2:devel/rubygem-activesupport5 -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/distinfo b/devel/rubygem-simple-navigation/distinfo index 0874271362fe..f322feede93d 100644 --- a/devel/rubygem-simple-navigation/distinfo +++ b/devel/rubygem-simple-navigation/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 = 1625323777 +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/pkg-descr b/devel/rubygem-simple-navigation/pkg-descr index 7a26799f1064..ac64d1eace63 100644 --- a/devel/rubygem-simple-navigation/pkg-descr +++ b/devel/rubygem-simple-navigation/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.166F7LJ4023091>