Skip to content

Commit

Permalink
devel/rubygem-simple-navigation-rails50: Update to 4.3.0
Browse files Browse the repository at this point in the history
- Update version requirement of RUN_DEPENDS
- Update pkg-descr

Changes:	https://github.com/codeplant/simple-navigation/blob/master/CHANGELOG.md
  • Loading branch information
sunpoet committed Jul 6, 2021
1 parent d06d781 commit a2274e3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
11 changes: 5 additions & 6 deletions 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
Expand All @@ -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>
6 changes: 3 additions & 3 deletions 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
8 changes: 3 additions & 5 deletions 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

0 comments on commit a2274e3

Please sign in to comment.