pkgsrc-Changes archive

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

CVS commit: pkgsrc/time/ntpsec



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Jan 28 12:10:18 UTC 2022

Modified Files:
        pkgsrc/time/ntpsec: Makefile

Log Message:
ntpsec: restrict to python 3

(to be on the safe side; after restricting gpsd to python 3)


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/time/ntpsec/Makefile

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

Modified files:

Index: pkgsrc/time/ntpsec/Makefile
diff -u pkgsrc/time/ntpsec/Makefile:1.13 pkgsrc/time/ntpsec/Makefile:1.14
--- pkgsrc/time/ntpsec/Makefile:1.13    Wed Dec  8 16:06:48 2021
+++ pkgsrc/time/ntpsec/Makefile Fri Jan 28 12:10:18 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/12/08 16:06:48 adam Exp $
+# $NetBSD: Makefile,v 1.14 2022/01/28 12:10:18 wiz Exp $
 
 DISTNAME=      ntpsec-1.1.9
 PKGREVISION=   5
@@ -30,6 +30,8 @@ RCD_SCRIPTS=          ntpd
 REPLACE_PYTHON+=       ntpclients/*.py
 PY_PATCHPLIST=         yes
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 .include "../../devel/waf/waf.mk"
 .include "../../geography/gpsd/buildlink3.mk"
 .include "../../lang/python/application.mk"



Home | Main Index | Thread Index | Old Index