pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hg-auditlog



Module Name:    pkgsrc
Committed By:   joerg
Date:           Sat Sep 27 11:35:40 UTC 2025

Modified Files:
        pkgsrc/devel/py-hg-auditlog: Makefile

Log Message:
Disable test target again as it needs py-mercurial build already


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-hg-auditlog/Makefile

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

Modified files:

Index: pkgsrc/devel/py-hg-auditlog/Makefile
diff -u pkgsrc/devel/py-hg-auditlog/Makefile:1.1 pkgsrc/devel/py-hg-auditlog/Makefile:1.2
--- pkgsrc/devel/py-hg-auditlog/Makefile:1.1    Sat Sep 27 11:33:10 2025
+++ pkgsrc/devel/py-hg-auditlog/Makefile        Sat Sep 27 11:35:40 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/09/27 11:33:10 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2025/09/27 11:35:40 joerg Exp $
 #
 
 DISTNAME=      auditlog-0.1
@@ -21,7 +21,7 @@ do-build:
 do-install:
        ${INSTALL_DATA} ${WRKSRC}/auditlog.py ${DESTDIR}${PREFIX}/${PYSITELIB}/hgext3rd/
 
-.if 1
+.if 0
 HG_WRKSRC=     cd ../py-mercurial && ${MAKE} show-var VARNAME=WRKSRC
 
 do-test:



Home | Main Index | Thread Index | Old Index