pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/ruby-mini_mime



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Nov  2 15:12:26 UTC 2019

Modified Files:
        pkgsrc/mail/ruby-mini_mime: Makefile

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/ruby-mini_mime/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/ruby-mini_mime/Makefile
diff -u pkgsrc/mail/ruby-mini_mime/Makefile:1.3 pkgsrc/mail/ruby-mini_mime/Makefile:1.4
--- pkgsrc/mail/ruby-mini_mime/Makefile:1.3     Sun Sep 23 15:42:43 2018
+++ pkgsrc/mail/ruby-mini_mime/Makefile Sat Nov  2 15:12:26 2019
@@ -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@localhost
@@ -8,5 +8,7 @@ HOMEPAGE=       https://github.com/discourse/m
 COMMENT=       Lightweight mime type lookup toy
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/ruby/gem.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index