Date: Tue, 6 Jul 2021 15:07:47 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: b7b8e08d01d7 - main - devel/rubygem-will_paginate: Update to 3.3.0 Message-ID: <202107061507.166F7lLL023649@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=b7b8e08d01d7548e5c91ac08aa834bc44456630d commit b7b8e08d01d7548e5c91ac08aa834bc44456630d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-07-06 15:00:12 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-07-06 15:00:12 +0000 devel/rubygem-will_paginate: Update to 3.3.0 - Update WWW Changes: https://github.com/mislav/will_paginate/releases --- devel/rubygem-will_paginate/Makefile | 4 ++-- devel/rubygem-will_paginate/distinfo | 6 +++--- devel/rubygem-will_paginate/pkg-descr | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devel/rubygem-will_paginate/Makefile b/devel/rubygem-will_paginate/Makefile index 12c0f562a0d5..056be753d1a7 100644 --- a/devel/rubygem-will_paginate/Makefile +++ b/devel/rubygem-will_paginate/Makefile @@ -1,5 +1,5 @@ PORTNAME= will_paginate -PORTVERSION= 3.1.6 +PORTVERSION= 3.3.0 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,8 +9,8 @@ COMMENT= Pagination plugin for web frameworks and other apps LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -USE_RUBY= yes USES= gem +USE_RUBY= yes NO_ARCH= yes diff --git a/devel/rubygem-will_paginate/distinfo b/devel/rubygem-will_paginate/distinfo index 5ef0f51f5cfe..c2e9ebb1aaa3 100644 --- a/devel/rubygem-will_paginate/distinfo +++ b/devel/rubygem-will_paginate/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496973384 -SHA256 (rubygem/will_paginate-3.1.6.gem) = c92e843f0a8fc1e5df28a83885b7767fbcfc81c107f7095b1b0821a97c090e46 -SIZE (rubygem/will_paginate-3.1.6.gem) = 36864 +TIMESTAMP = 1625323821 +SHA256 (rubygem/will_paginate-3.3.0.gem) = 5e2db43349f9cf0b92817704eb64cb0790f3d9366a016944de80b93c5c251383 +SIZE (rubygem/will_paginate-3.3.0.gem) = 37888 diff --git a/devel/rubygem-will_paginate/pkg-descr b/devel/rubygem-will_paginate/pkg-descr index 807ef98ffcc9..e6b0a5eb0c70 100644 --- a/devel/rubygem-will_paginate/pkg-descr +++ b/devel/rubygem-will_paginate/pkg-descr @@ -2,4 +2,4 @@ will_paginate provides a simple API for performing paginated queries with Active Record, DataMapper and Sequel, and includes helpers for rendering pagination links in Rails, Sinatra and Merb web apps. -WWW: https://github.com/mislav/will_paginate/wiki +WWW: https://github.com/mislav/will_paginate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061507.166F7lLL023649>