summaryrefslogtreecommitdiff
path: root/mail/ruby-mini_mime
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-11-02 15:12:26 +0000
committertaca <taca@pkgsrc.org>2019-11-02 15:12:26 +0000
commit90d02069e3c63b0e7f7b8e982dd20496c7ade4ea (patch)
tree09b257d0a9edd69b890d478a1aae5749ecfb880a /mail/ruby-mini_mime
parent94c318c075915e80e6c6a9daff9232a6a23e8be6 (diff)
downloadpkgsrc-90d02069e3c63b0e7f7b8e982dd20496c7ade4ea.tar.gz
mail/ruby-mini_mime: update to 1.0.2
Update ruby-mini_mime to 1.0.2. pkgsr change: Add "USE_LANGUAGES= # none". 08-07-2019 - Version 1.0.2 - Update mime types from upstream
Diffstat (limited to 'mail/ruby-mini_mime')
-rw-r--r--mail/ruby-mini_mime/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/mail/ruby-mini_mime/Makefile b/mail/ruby-mini_mime/Makefile
index 2902a6719f3..8117a0f8338 100644
--- a/mail/ruby-mini_mime/Makefile
+++ b/mail/ruby-mini_mime/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2018/09/23 15:42:43 taca Exp $
+# $NetBSD: Makefile,v 1.4 2019/11/02 15:12:26 taca Exp $
-DISTNAME= mini_mime-1.0.1
+DISTNAME= mini_mime-1.0.2
CATEGORIES= mail
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -8,5 +8,7 @@ HOMEPAGE= https://github.com/discourse/mini_mime
COMMENT= Lightweight mime type lookup toy
LICENSE= mit
+USE_LANGUAGES= # none
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"