pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/nyx



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 15 15:28:22 UTC 2021

Modified Files:
        pkgsrc/net/nyx: Makefile

Log Message:
nyx: add missing dependency on py-curses

Noted by anon

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/nyx/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/nyx/Makefile
diff -u pkgsrc/net/nyx/Makefile:1.2 pkgsrc/net/nyx/Makefile:1.3
--- pkgsrc/net/nyx/Makefile:1.2 Thu Apr 25 07:33:12 2019
+++ pkgsrc/net/nyx/Makefile     Tue Jun 15 15:28:22 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2019/04/25 07:33:12 maya Exp $
+# $NetBSD: Makefile,v 1.3 2021/06/15 15:28:22 wiz Exp $
 
-PKGREVISION= 1
+PKGREVISION= 2
 .include "../../net/py-nyx/Makefile.common"
 
 PKGNAME=       nyx-${VERSION}
@@ -13,6 +13,7 @@ HOMEPAGE=     https://nyx.torproject.org/
 COMMENT=       Command-line monitor for the tor daemon
 LICENSE=       gnu-gpl-v3
 
+DEPENDS+=      ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses
 DEPENDS+=      ${PYPKGPREFIX}-nyx>=${VERSION}:../../net/py-nyx
 
 META_PACKAGE=  yes



Home | Main Index | Thread Index | Old Index