pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/chrony



Module Name:    pkgsrc
Committed By:   roy
Date:           Tue Jan  3 18:00:20 UTC 2017

Modified Files:
        pkgsrc/net/chrony: Makefile

Log Message:
chrony does not use curses.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/chrony/Makefile

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

Modified files:

Index: pkgsrc/net/chrony/Makefile
diff -u pkgsrc/net/chrony/Makefile:1.33 pkgsrc/net/chrony/Makefile:1.34
--- pkgsrc/net/chrony/Makefile:1.33     Thu Oct  8 09:47:33 2015
+++ pkgsrc/net/chrony/Makefile  Tue Jan  3 18:00:19 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2015/10/08 09:47:33 sborrill Exp $
+# $NetBSD: Makefile,v 1.34 2017/01/03 18:00:19 roy Exp $
 
 DISTNAME=      chrony-1.31.1
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    net
 MASTER_SITES=  http://download.tuxfamily.org/chrony/
 
@@ -38,5 +38,4 @@ post-install:
        done
 
 .include "../../mk/readline.buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index