pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Apr  5 09:59:01 UTC 2019

Modified Files:
        pkgsrc/mail/notmuch: Makefile PLIST options.mk

Log Message:
Fix mimeinfo.cache handlinkg of notmuch-emacs option

* Handle mimeinfo.cache automatically
* Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/mail/notmuch/PLIST
cvs rdiff -u -r1.2 -r1.3 pkgsrc/mail/notmuch/options.mk

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

Modified files:

Index: pkgsrc/mail/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.47 pkgsrc/mail/notmuch/Makefile:1.48
--- pkgsrc/mail/notmuch/Makefile:1.47   Fri Apr  5 08:22:25 2019
+++ pkgsrc/mail/notmuch/Makefile        Fri Apr  5 09:59:01 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.47 2019/04/05 08:22:25 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2019/04/05 09:59:01 ryoon Exp $
 
 DISTNAME=      notmuch-0.28.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 

Index: pkgsrc/mail/notmuch/PLIST
diff -u pkgsrc/mail/notmuch/PLIST:1.16 pkgsrc/mail/notmuch/PLIST:1.17
--- pkgsrc/mail/notmuch/PLIST:1.16      Fri Apr  5 08:23:12 2019
+++ pkgsrc/mail/notmuch/PLIST   Fri Apr  5 09:59:01 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2019/04/05 08:23:12 wiz Exp $
+@comment $NetBSD: PLIST,v 1.17 2019/04/05 09:59:01 ryoon Exp $
 bin/notmuch
 ${PLIST.emacs}bin/notmuch-emacs-mua
 include/notmuch.h
@@ -43,7 +43,6 @@ ${PLIST.doc}man/man1/notmuch.1
 ${PLIST.doc}man/man5/notmuch-hooks.5
 ${PLIST.doc}man/man7/notmuch-properties.7
 ${PLIST.doc}man/man7/notmuch-search-terms.7
-${PLIST.emacs}share/applications/mimeinfo.cache
 ${PLIST.emacs}share/applications/notmuch-emacs-mua.desktop
 ${PLIST.emacs}share/emacs/site-lisp/coolj.el
 ${PLIST.emacs}share/emacs/site-lisp/coolj.elc

Index: pkgsrc/mail/notmuch/options.mk
diff -u pkgsrc/mail/notmuch/options.mk:1.2 pkgsrc/mail/notmuch/options.mk:1.3
--- pkgsrc/mail/notmuch/options.mk:1.2  Wed Apr  3 14:50:35 2019
+++ pkgsrc/mail/notmuch/options.mk      Fri Apr  5 09:59:01 2019
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2019/04/03 14:50:35 ryoon Exp $
+# $NetBSD: options.mk,v 1.3 2019/04/05 09:59:01 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.notmuch
 PKG_SUPPORTED_OPTIONS= notmuch-emacs doc
@@ -9,6 +9,7 @@ PKG_SUGGESTED_OPTIONS+= doc
 ###
 ### emacs support
 ###
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
 PLIST_VARS+=           emacs
 .if !empty(PKG_OPTIONS:Mnotmuch-emacs)
 BUILD_DEPENDS+=                emacs>=24.0:../../editors/emacs



Home | Main Index | Thread Index | Old Index