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:   vins
Date:           Fri Jan  6 08:50:42 UTC 2023

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

Log Message:
mail/notmuch: perl is required to build man page.

PLIST file sorted alphabetically.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/mail/notmuch/PLIST
cvs rdiff -u -r1.9 -r1.10 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/PLIST
diff -u pkgsrc/mail/notmuch/PLIST:1.25 pkgsrc/mail/notmuch/PLIST:1.26
--- pkgsrc/mail/notmuch/PLIST:1.25      Fri Aug 26 13:12:38 2022
+++ pkgsrc/mail/notmuch/PLIST   Fri Jan  6 08:50:42 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.25 2022/08/26 13:12:38 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.26 2023/01/06 08:50:42 vins Exp $
 bin/notmuch
 ${PLIST.emacs}bin/notmuch-emacs-mua
 include/notmuch.h
@@ -19,8 +19,8 @@ ${PLIST.doc}info/notmuch-reindex.info
 ${PLIST.doc}info/notmuch-reply.info
 ${PLIST.doc}info/notmuch-restore.info
 ${PLIST.doc}info/notmuch-search-terms.info
-${PLIST.doc}info/notmuch-setup.info
 ${PLIST.doc}info/notmuch-search.info
+${PLIST.doc}info/notmuch-setup.info
 ${PLIST.doc}info/notmuch-sexp-queries.info
 ${PLIST.doc}info/notmuch-show.info
 ${PLIST.doc}info/notmuch-tag.info

Index: pkgsrc/mail/notmuch/options.mk
diff -u pkgsrc/mail/notmuch/options.mk:1.9 pkgsrc/mail/notmuch/options.mk:1.10
--- pkgsrc/mail/notmuch/options.mk:1.9  Sat Aug 20 05:11:21 2022
+++ pkgsrc/mail/notmuch/options.mk      Fri Jan  6 08:50:42 2023
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.9 2022/08/20 05:11:21 ryoon Exp $
+# $NetBSD: options.mk,v 1.10 2023/01/06 08:50:42 vins Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.notmuch
 PKG_SUPPORTED_OPTIONS= notmuch-emacs doc
@@ -25,6 +25,7 @@ CONFIGURE_ARGS+=      --without-emacs
 PLIST_VARS+=           doc
 .if !empty(PKG_OPTIONS:Mdoc)
 PLIST.doc=             yes
+USE_TOOLS+=            perl
 BUILD_DEPENDS+=                ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx
 .else
 CONFIGURE_ARGS+=       --without-docs



Home | Main Index | Thread Index | Old Index