pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-mercurial



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Feb  7 07:37:45 UTC 2020

Modified Files:
        pkgsrc/devel/py-mercurial: Makefile

Log Message:
py-mercurial: remove link to bug that stopped appearing


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/py-mercurial/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-mercurial/Makefile
diff -u pkgsrc/devel/py-mercurial/Makefile:1.38 pkgsrc/devel/py-mercurial/Makefile:1.39
--- pkgsrc/devel/py-mercurial/Makefile:1.38     Thu Jan 16 14:32:50 2020
+++ pkgsrc/devel/py-mercurial/Makefile  Fri Feb  7 07:37:45 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/01/16 14:32:50 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2020/02/07 07:37:45 wiz Exp $
 
 DISTNAME=      mercurial-${VERSION}
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -29,9 +29,6 @@ INSTALLATION_DIRS+=   share/doc/mercurial
 # Known test failures:
 # none as of 5.2.2
 # Ran 820 tests, 76 skipped, 0 failed.
-#
-# test-narrow-shallow (sometimes):
-# https://bz.mercurial-scm.org/show_bug.cgi?id=6150
 do-test:
        cd ${WRKSRC} && make tests PYTHON=${PYTHONBIN} TESTFLAGS=${_MAKE_JOBS:Q}
 



Home | Main Index | Thread Index | Old Index