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:   wiz
Date:           Fri Oct  1 08:51:53 UTC 2021

Modified Files:
        pkgsrc/mail/notmuch: Makefile

Log Message:
notmuch: restore TEST_TARGET


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/mail/notmuch/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/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.72 pkgsrc/mail/notmuch/Makefile:1.73
--- pkgsrc/mail/notmuch/Makefile:1.72   Fri Oct  1 08:21:07 2021
+++ pkgsrc/mail/notmuch/Makefile        Fri Oct  1 08:51:53 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2021/10/01 08:21:07 wiz Exp $
+# $NetBSD: Makefile,v 1.73 2021/10/01 08:51:53 wiz Exp $
 
 DISTNAME=      notmuch-0.33.2
 CATEGORIES=    mail
@@ -15,7 +15,7 @@ USE_LANGUAGES=        c c++
 USE_TOOLS+=    bash gmake makeinfo pkg-config # perl:test
 MAKE_FLAGS+=   PYTHON=${PYTHONBIN}
 INFO_FILES=    yes
-#TEST_TARGET=  check
+TEST_TARGET=   check
 
 PYTHON_FOR_BUILD_ONLY= tool
 



Home | Main Index | Thread Index | Old Index