Index: head/mail/rubygem-mini_mime/Makefile =================================================================== --- head/mail/rubygem-mini_mime/Makefile (revision 506298) +++ head/mail/rubygem-mini_mime/Makefile (revision 506299) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= mini_mime -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.2 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= sunpoet@FreeBSD.org COMMENT= Lightweight mime type lookup toy LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.txt USES= gem USE_RUBY= yes NO_ARCH= yes .include Index: head/mail/rubygem-mini_mime/distinfo =================================================================== --- head/mail/rubygem-mini_mime/distinfo (revision 506298) +++ head/mail/rubygem-mini_mime/distinfo (revision 506299) @@ -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 Index: head/mail/rubygem-mini_mime/pkg-descr =================================================================== --- head/mail/rubygem-mini_mime/pkg-descr (revision 506298) +++ head/mail/rubygem-mini_mime/pkg-descr (revision 506299) @@ -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