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:   gdt
Date:           Tue Jul  2 00:13:07 UTC 2019

Modified Files:
        pkgsrc/time/ntpsec: Makefile PLIST

Log Message:
time/ntpsec: Re-enable gpsd

ntpsec used to depend on gpsd, but gpsd in pkgsrc was old so it didn't
for a while.  Depend on it again, which reenables ntploggps.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/time/ntpsec/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/time/ntpsec/PLIST

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.3 pkgsrc/time/ntpsec/Makefile:1.4
--- pkgsrc/time/ntpsec/Makefile:1.3     Thu Apr 25 07:33:26 2019
+++ pkgsrc/time/ntpsec/Makefile Tue Jul  2 00:13:07 2019
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2019/04/25 07:33:26 maya Exp $
+# $NetBSD: Makefile,v 1.4 2019/07/02 00:13:07 gdt Exp $
 
 DISTNAME=      ntpsec-1.1.3
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    time
 MASTER_SITES=  http://ftp.ntpsec.org/pub/releases/
 
@@ -34,8 +34,7 @@ PY_PATCHPLIST=                yes
 CFLAGS+=       -I../../build -I../../include
 
 .include "../../devel/waf/waf.mk"
-# ntploggps(1) needs py-gps. But gpsd package in pkgsrc is too old.
-#.include "../../geography/gpsd/buildlink3.mk"
+.include "../../geography/gpsd/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/extension.mk"
 .include "../../security/openssl/buildlink3.mk"

Index: pkgsrc/time/ntpsec/PLIST
diff -u pkgsrc/time/ntpsec/PLIST:1.1 pkgsrc/time/ntpsec/PLIST:1.2
--- pkgsrc/time/ntpsec/PLIST:1.1        Mon Mar 25 15:40:35 2019
+++ pkgsrc/time/ntpsec/PLIST    Tue Jul  2 00:13:07 2019
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.1 2019/03/25 15:40:35 tnn Exp $
+@comment $NetBSD: PLIST,v 1.2 2019/07/02 00:13:07 gdt Exp $
 bin/ntpdig
 bin/ntpfrob
 bin/ntpkeygen
 bin/ntpleapfetch
+bin/ntploggps
 bin/ntplogtemp
 bin/ntpmon
 bin/ntpq
@@ -23,6 +24,7 @@ ${PYSITELIB}/ntp/poly.py
 ${PYSITELIB}/ntp/statfiles.py
 ${PYSITELIB}/ntp/util.py
 man/man1/ntpdig.1
+man/man1/ntploggps.1
 man/man1/ntplogtemp.1
 man/man1/ntpmon.1
 man/man1/ntpq.1



Home | Main Index | Thread Index | Old Index