pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/imapsync



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 13 21:24:53 UTC 2024

Modified Files:
        pkgsrc/mail/imapsync: Makefile

Log Message:
imapsync: add test target and mention test status


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/mail/imapsync/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/imapsync/Makefile
diff -u pkgsrc/mail/imapsync/Makefile:1.28 pkgsrc/mail/imapsync/Makefile:1.29
--- pkgsrc/mail/imapsync/Makefile:1.28  Tue Aug 13 21:03:49 2024
+++ pkgsrc/mail/imapsync/Makefile       Tue Aug 13 21:24:52 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2024/08/13 21:03:49 markd Exp $
+# $NetBSD: Makefile,v 1.29 2024/08/13 21:24:52 wiz Exp $
 
 DISTNAME=      imapsync-2.264
 CATEGORIES=    mail
@@ -45,6 +45,10 @@ NO_BUILD=    yes
 USE_TOOLS+=    perl:run
 REPLACE_PERL+= imapsync
 
+# as of 2.264
+# FAILED 134/200
+TEST_TARGET=   test
+
 INSTALLATION_DIRS=     bin share/doc
 
 do-install:



Home | Main Index | Thread Index | Old Index