From d202478fc6090be2f3979e9eaac46a372056d721 Mon Sep 17 00:00:00 2001 From: wen Date: Wed, 13 Apr 2016 14:14:58 +0000 Subject: [PATCH] Update to 0.4 Upstream changes: CHANGES IN mime VERSION 0.4 NEW FEATURES o added a new content type: .geojson -> application/vnd.geo+json (thanks, @dmpe, #3) BUG FIXES o guess_type() may fail on Windows when the file paths are too long (#2) CHANGES IN mime VERSION 0.3 NEW FEATURES o added a few more content types CHANGES IN mime VERSION 0.2 NEW FEATURES o added a function parse_multipart() to parse multipart form data submitted via HTTP POST --- mail/R-mime/Makefile | 4 ++-- mail/R-mime/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/mail/R-mime/Makefile b/mail/R-mime/Makefile index 23af979bbd73c..964180610b0a2 100644 --- a/mail/R-mime/Makefile +++ b/mail/R-mime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/09/19 20:44:28 brook Exp $ +# $NetBSD: Makefile,v 1.2 2016/04/13 14:14:58 wen Exp $ CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_R_CRAN:=contrib/} @@ -9,7 +9,7 @@ COMMENT= Map filenames to MIME types # TODO: LICENSE= GPL R_PKGNAME= mime -R_PKGVER= 0.1.2 +R_PKGVER= 0.4 .include "../../math/R/Makefile.extension" .include "../../mk/bsd.pkg.mk" diff --git a/mail/R-mime/distinfo b/mail/R-mime/distinfo index a63a78316b47d..8f42247b085d2 100644 --- a/mail/R-mime/distinfo +++ b/mail/R-mime/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2015/11/03 23:27:00 agc Exp $ +$NetBSD: distinfo,v 1.3 2016/04/13 14:14:58 wen Exp $ -SHA1 (R/mime_0.1.2.tar.gz) = 517299eee60cb197e86c748a994a9b876892b74b -RMD160 (R/mime_0.1.2.tar.gz) = 4dc1f945cbfe87038c5a0394746bd111478072e8 -SHA512 (R/mime_0.1.2.tar.gz) = 286c218558382114d1dfcac8eae3a5b132ada66433a37a7a211aa5fc74871962f6b6333b9de5ada2d35e3db3cc3ef78c7b33340411c54b6b221b2cb6783b82ab -Size (R/mime_0.1.2.tar.gz) = 7939 bytes +SHA1 (R/mime_0.4.tar.gz) = 1937ad906b574333545124d18aa95c2e703cb621 +RMD160 (R/mime_0.4.tar.gz) = 31c641be9b26e39a34b413443251de6c15dc2c40 +SHA512 (R/mime_0.4.tar.gz) = 838f9f9ce295e3a069b0a3d3ca189ebaa5e4419f25e0321d63fc4324fcd3a135e9e45ef15808c6a56b3fbe39518d5da116ebd0944ea51d4ced0d3140a91f268d +Size (R/mime_0.4.tar.gz) = 12545 bytes