Update to 5.0.0 required for gitlab 10.7.x.
Fixed some small problems reported by portlint. Reviewed by: tz (mentor) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D15313
This commit is contained in:
parent
bec656f22a
commit
e35361b119
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=469935
3 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= acts-as-taggable-on
|
||||
PORTVERSION= 4.0.0
|
||||
PORTVERSION= 5.0.0
|
||||
CATEGORIES= www rubygems
|
||||
MASTER_SITES= RG
|
||||
|
||||
|
@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.md
|
|||
RUN_DEPENDS= rubygem-activerecord4>=4.0:databases/rubygem-activerecord4
|
||||
|
||||
NO_ARCH= yes
|
||||
USE_RUBY= YES
|
||||
USES= gem
|
||||
USE_RUBY= YES
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1488378759
|
||||
SHA256 (rubygem/acts-as-taggable-on-4.0.0.gem) = 7a9443fe203c7877f0ce4511bc3bcaf711358a2ad8efd7fe324ee64de0175ec0
|
||||
SIZE (rubygem/acts-as-taggable-on-4.0.0.gem) = 50176
|
||||
TIMESTAMP = 1525513158
|
||||
SHA256 (rubygem/acts-as-taggable-on-5.0.0.gem) = 71d8a997286bc2dc0d0f65b33416e9d52df88ed80c895c6e0f3f626d15856b4f
|
||||
SIZE (rubygem/acts-as-taggable-on-5.0.0.gem) = 54272
|
||||
|
|
|
@ -2,4 +2,4 @@ With ActsAsTaggableOn, you can tag a single model on several contexts,
|
|||
such as skills, interests, and awards. It also provides other
|
||||
advanced functionality.
|
||||
|
||||
https://rubygems.org/gems/acts-as-taggable-on
|
||||
WWW: https://rubygems.org/gems/acts-as-taggable-on
|
||||
|
|
Loading…
Reference in a new issue