pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/vnstati



Module Name:    pkgsrc
Committed By:   sborrill
Date:           Wed Apr  8 16:10:20 UTC 2026

Modified Files:
        pkgsrc/net/vnstati: DESCR Makefile

Log Message:
vnstati: Bump PKGREVISION and improve build

Don't need gmake any longer.
Its own Makefile now installs correctly, so don't roll our own.
Remove incorrect path to check for a config file.
Add blank line at top of DESCR fragment to improve final output.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/vnstati/DESCR pkgsrc/net/vnstati/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/vnstati/DESCR
diff -u pkgsrc/net/vnstati/DESCR:1.1 pkgsrc/net/vnstati/DESCR:1.2
--- pkgsrc/net/vnstati/DESCR:1.1        Wed Apr  8 13:37:32 2026
+++ pkgsrc/net/vnstati/DESCR    Wed Apr  8 16:10:20 2026
@@ -1 +1,2 @@
+
 This package adds image output support for vnStat.
Index: pkgsrc/net/vnstati/Makefile
diff -u pkgsrc/net/vnstati/Makefile:1.1 pkgsrc/net/vnstati/Makefile:1.2
--- pkgsrc/net/vnstati/Makefile:1.1     Wed Apr  8 13:37:32 2026
+++ pkgsrc/net/vnstati/Makefile Wed Apr  8 16:10:20 2026
@@ -1,4 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2026/04/08 13:37:32 sborrill Exp $
+# $NetBSD: Makefile,v 1.2 2026/04/08 16:10:20 sborrill Exp $
+# Version is in Makefile.common shared with net/vnstati
+# PKGREVISION should be bumped here
+
+PKGREVISION=   1
 
 PKGNAME=       ${DISTNAME:S/-/i-/}
 
@@ -11,6 +15,7 @@ CONFLICTS+=           vnstat<2.13
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1
 
 DEPENDS+=      vnstat>=2.13:../../net/vnstat
+BUILD_TARGET=  vnstati
 
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/vnstati                    \



Home | Main Index | Thread Index | Old Index