Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Jul 2021 15:07:59 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: 119283876676 - main - graphics/rubygem-image_science: Update to 1.3.1
Message-ID:  <202107061507.166F7xwi023925@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=11928387667687b29c9323f5081ea0500b3e0c5f

commit 11928387667687b29c9323f5081ea0500b3e0c5f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-07-06 15:00:28 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-07-06 15:00:28 +0000

    graphics/rubygem-image_science: Update to 1.3.1
    
    - Update version requirement of RUN_DEPENDS
    - Update pkg-descr
    - Update WWW
    
    Changes:        https://github.com/seattlerb/image_science/blob/master/History.txt
---
 graphics/rubygem-image_science/Makefile  | 11 +++++------
 graphics/rubygem-image_science/distinfo  |  6 +++---
 graphics/rubygem-image_science/pkg-descr |  8 ++++----
 3 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/graphics/rubygem-image_science/Makefile b/graphics/rubygem-image_science/Makefile
index 5c15e54f8ac1..c06d4cde79de 100644
--- a/graphics/rubygem-image_science/Makefile
+++ b/graphics/rubygem-image_science/Makefile
@@ -1,8 +1,7 @@
 # Created by: Eric Freeman <freebsdports@chillibear.com>
 
 PORTNAME=	image_science
-PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTVERSION=	1.3.1
 CATEGORIES=	graphics rubygems
 MASTER_SITES=	RG
 
@@ -11,12 +10,12 @@ COMMENT=	Ruby library that generates thumbnails
 
 LICENSE=	MIT
 
-RUN_DEPENDS=	rubygem-rubyinline>=3.9:devel/rubygem-rubyinline
+RUN_DEPENDS=	rubygem-rubyinline>=3.9<4:devel/rubygem-rubyinline
 
-NO_ARCH=	yes
-
-USE_RUBY=	yes
 USES=		gem
+USE_RUBY=	yes
+
+NO_ARCH=	yes
 
 PLIST_FILES=	bin/image_science_thumb
 
diff --git a/graphics/rubygem-image_science/distinfo b/graphics/rubygem-image_science/distinfo
index f140edce53cb..c7e9e07513f0 100644
--- a/graphics/rubygem-image_science/distinfo
+++ b/graphics/rubygem-image_science/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482945408
-SHA256 (rubygem/image_science-1.3.0.gem) = 05a47a3d8d230fac7793cbac493b557b1354774e716749bd4e5fb070d4fa879d
-SIZE (rubygem/image_science-1.3.0.gem) = 20480
+TIMESTAMP = 1625323843
+SHA256 (rubygem/image_science-1.3.1.gem) = 76d54839540272ad26d0e2ef27cd1de04ea48d537633b1d1c143c0b9b15a66fc
+SIZE (rubygem/image_science-1.3.1.gem) = 20480
diff --git a/graphics/rubygem-image_science/pkg-descr b/graphics/rubygem-image_science/pkg-descr
index 86f835f20e83..b9dcb98cb7c3 100644
--- a/graphics/rubygem-image_science/pkg-descr
+++ b/graphics/rubygem-image_science/pkg-descr
@@ -1,5 +1,5 @@
-ImageScience is a Ruby library that generates
-thumbnails.  Supports square and proportional
-thumbnails, as well as arbitrary resizes.
+ImageScience is a clean and happy Ruby library that generates thumbnails -- and
+kicks the living crap out of RMagick. Oh, and it doesn't leak memory like a
+sieve.
 
-WWW: http://docs.seattlerb.org/ImageScience.html
+WWW: https://github.com/seattlerb/image_science



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107061507.166F7xwi023925>