FreeBSD Bugzilla – Attachment 244213 Details for
Bug 273231
net/vnstat: Update to 2.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for vnstat
vnstat-211.patch (text/plain), 2.36 KB, created by
Daniel Engberg
on 2023-08-19 17:44:29 UTC
(
hide
)
Description:
Patch for vnstat
Filename:
MIME Type:
Creator:
Daniel Engberg
Created:
2023-08-19 17:44:29 UTC
Size:
2.36 KB
patch
obsolete
>diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile >index 0a4b214439ff..5b6a01a62ef5 100644 >--- a/net/vnstat/Makefile >+++ b/net/vnstat/Makefile >@@ -1,8 +1,8 @@ > PORTNAME= vnstat >-PORTVERSION= 2.10 >+DISTVERSION= 2.11 > CATEGORIES= net >-MASTER_SITES= https://github.com/vergoh/vnstat/releases/download/v${PORTVERSION}/ \ >- https://humdi.net/vnstat/ >+MASTER_SITES= https://github.com/vergoh/${PORTNAME}/releases/download/v${DISTVERSION}/ \ >+ https://humdi.net/${PORTNAME}/ > > MAINTAINER= sunpoet@FreeBSD.org > COMMENT= Console-based network traffic monitor >@@ -11,11 +11,13 @@ WWW= https://humdi.net/vnstat/ \ > > LICENSE= GPLv2 > >-USES= sqlite >+USES= localbase sqlite > > GNU_CONFIGURE= yes > USE_RC_SUBR= vnstat > >+INSTALL_TARGET= install-exec install-man >+ > USERS= vnstat > GROUPS= vnstat > >@@ -24,24 +26,21 @@ SUB_FILES= pkg-message > SUB_LIST= USERS=${USERS} \ > GROUPS=${GROUPS} > >+GNU_CONFIGURE_MANPREFIX= ${MANPREFIX}/share >+ >+CONFIGURE_ARGS= --disable-extra-paths >+ > OPTIONS_DEFINE= GUI DOCS > OPTIONS_DEFAULT=GUI > OPTIONS_SUB= yes >+ > GUI_DESC= Build with graphics/gd dependency > > GUI_LIB_DEPENDS= libgd.so:graphics/gd >+GUI_CONFIGURE_OFF= --disable-image-output > >-do-install: >- ${INSTALL_PROGRAM} ${WRKSRC}/vnstat ${STAGEDIR}${PREFIX}/bin/vnstat >+post-install: > ${INSTALL_DATA} ${WRKSRC}/cfg/vnstat.conf ${STAGEDIR}${PREFIX}/etc/vnstat.conf.sample >- ${INSTALL_PROGRAM} ${WRKSRC}/vnstatd ${STAGEDIR}${PREFIX}/sbin/vnstatd >- ${INSTALL_MAN} ${WRKSRC}/man/vnstat.1 ${STAGEDIR}${PREFIX}/share/man/man1/vnstat.1 >- ${INSTALL_MAN} ${WRKSRC}/man/vnstat.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5/vnstat.conf.5 >- ${INSTALL_MAN} ${WRKSRC}/man/vnstatd.8 ${STAGEDIR}${PREFIX}/share/man/man8/vnstatd.8 >- >-do-install-GUI-on: >- ${INSTALL_PROGRAM} ${WRKSRC}/vnstati ${STAGEDIR}${PREFIX}/bin/vnstati >- ${INSTALL_MAN} ${WRKSRC}/man/vnstati.1 ${STAGEDIR}${PREFIX}/share/man/man1/vnstati.1 > > do-install-DOCS-on: > @${MKDIR} ${STAGEDIR}${DOCSDIR} >diff --git a/net/vnstat/distinfo b/net/vnstat/distinfo >index 3e83bd59dd4f..6a0814051bac 100644 >--- a/net/vnstat/distinfo >+++ b/net/vnstat/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1669057559 >-SHA256 (vnstat-2.10.tar.gz) = a9c61744e5cd8c366e2db4d282badc74021ddb614bd65b41240937997e457d25 >-SIZE (vnstat-2.10.tar.gz) = 304464 >+TIMESTAMP = 1692462386 >+SHA256 (vnstat-2.11.tar.gz) = babc3f1583cc40e4e8ffb2f53296d93d308cb5a5043e85054f6eaf7b4ae57856 >+SIZE (vnstat-2.11.tar.gz) = 312821
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 273231
: 244213