Date: Tue, 9 Jul 2019 18:20:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506299 - head/mail/rubygem-mini_mime Message-ID: <201907091820.x69IKDQ4083814@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Jul 9 18:20:13 2019 New Revision: 506299 URL: https://svnweb.freebsd.org/changeset/ports/506299 Log: Update to 1.0.2 Changes: https://github.com/discourse/mini_mime/blob/master/CHANGELOG Modified: head/mail/rubygem-mini_mime/Makefile head/mail/rubygem-mini_mime/distinfo head/mail/rubygem-mini_mime/pkg-descr Modified: head/mail/rubygem-mini_mime/Makefile ============================================================================== --- head/mail/rubygem-mini_mime/Makefile Tue Jul 9 18:20:07 2019 (r506298) +++ head/mail/rubygem-mini_mime/Makefile Tue Jul 9 18:20:13 2019 (r506299) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mini_mime -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= mail rubygems MASTER_SITES= RG Modified: head/mail/rubygem-mini_mime/distinfo ============================================================================== --- head/mail/rubygem-mini_mime/distinfo Tue Jul 9 18:20:07 2019 (r506298) +++ head/mail/rubygem-mini_mime/distinfo Tue Jul 9 18:20:13 2019 (r506299) @@ -1,3 +1,3 @@ -TIMESTAMP = 1534255325 -SHA256 (rubygem/mini_mime-1.0.1.gem) = a325b0c7a0242720a624f47149181f3873b4f81663cb346ada9f1e3430d497e0 -SIZE (rubygem/mini_mime-1.0.1.gem) = 33280 +TIMESTAMP = 1562689571 +SHA256 (rubygem/mini_mime-1.0.2.gem) = 0a0ecc37505f011ce78419188f894774806e143a75babaf8485a8fee7b06b5ab +SIZE (rubygem/mini_mime-1.0.2.gem) = 33280 Modified: head/mail/rubygem-mini_mime/pkg-descr ============================================================================== --- head/mail/rubygem-mini_mime/pkg-descr Tue Jul 9 18:20:07 2019 (r506298) +++ head/mail/rubygem-mini_mime/pkg-descr Tue Jul 9 18:20:13 2019 (r506299) @@ -1,5 +1,5 @@ MiniMime is a minimal mime type implementation for use with the mail and -rest-client gems. It is optimised to minimize memory usage and keeps a -cache of 100 mime type lookups (and 100 misses). +rest-client gem. It is optimised to minimize memory usage. It keeps a cache of +100 mime type lookups (and 100 misses). WWW: https://github.com/discourse/mini_mime
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907091820.x69IKDQ4083814>