mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 3.5.0
Changes: https://github.com/rails/web-console/blob/master/CHANGELOG.markdown
This commit is contained in:
parent
6aab6eea4d
commit
01b93d6a68
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=437316
2 changed files with 8 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
PORTNAME= web-console
|
PORTNAME= web-console
|
||||||
PORTVERSION= 3.4.0
|
PORTVERSION= 3.5.0
|
||||||
CATEGORIES= devel rubygems
|
CATEGORIES= devel rubygems
|
||||||
MASTER_SITES= RG
|
MASTER_SITES= RG
|
||||||
|
|
||||||
|
@ -11,9 +11,10 @@ COMMENT= Debugging tool for your Ruby on Rails applications
|
||||||
LICENSE= MIT
|
LICENSE= MIT
|
||||||
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
|
||||||
|
|
||||||
RUN_DEPENDS= rubygem-activemodel4>=4.2:databases/rubygem-activemodel4 \
|
RUN_DEPENDS= rubygem-activemodel5>=5.0:databases/rubygem-activemodel5 \
|
||||||
rubygem-debug_inspector>=0:devel/rubygem-debug_inspector \
|
rubygem-actionview5>=5.0:devel/rubygem-actionview5 \
|
||||||
rubygem-railties4>=4.2:www/rubygem-railties4
|
rubygem-bindex>=0:devel/rubygem-bindex \
|
||||||
|
rubygem-railties5>=5.0:www/rubygem-railties5
|
||||||
|
|
||||||
NO_ARCH= yes
|
NO_ARCH= yes
|
||||||
USE_RUBY= yes
|
USE_RUBY= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1483346789
|
TIMESTAMP = 1490877125
|
||||||
SHA256 (rubygem/web-console-3.4.0.gem) = 16527bd9116aecf2c3ac7fcf40e220b06c8ae6122ab45edb4397e2a60437dbf1
|
SHA256 (rubygem/web-console-3.5.0.gem) = 99b10137a9da73bdd1da1c66471021ebd67e7772c1b13f2ac7eacdea7ab18e0c
|
||||||
SIZE (rubygem/web-console-3.4.0.gem) = 28160
|
SIZE (rubygem/web-console-3.5.0.gem) = 27136
|
||||||
|
|
Loading…
Add table
Reference in a new issue