Page MenuHomeFreeBSD

net/vnstat: Update to 2.2 and minor changes to Makefile
ClosedPublic

Authored by diizzy on May 8 2019, 5:16 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Aug 14, 1:06 AM
Unknown Object (File)
Mon, Aug 11, 11:47 PM
Unknown Object (File)
Sun, Aug 3, 10:30 PM
Unknown Object (File)
Jul 4 2025, 10:51 AM
Unknown Object (File)
Jun 11 2025, 9:04 PM
Unknown Object (File)
Jun 11 2025, 1:15 PM
Unknown Object (File)
May 27 2025, 2:25 PM
Unknown Object (File)
May 23 2025, 9:22 PM
Subscribers

Details

Summary

Update vnstat to 2.2
Remove obsolete mirror
Remove unneeded C and LDFLAGS

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

diizzy retitled this revision from net/vnstat: Update to 2.2 and minor change to Makefile to net/vnstat: Update to 2.2 and minor changes to Makefile.May 8 2019, 5:25 AM

Could you use devel/arcanist, or at least generate a diff with full context like it does, with svn diff -x -U9999 or git diff -U9999.

Attached complete diff as requested

net/vnstat/Makefile
6

From 5.2.3.1. PORTREVISION:

PORTREVISION is a monotonically increasing value which is reset to 0 with every increase of DISTVERSION, typically every time there is a new official vendor release. If PORTREVISION is non-zero, the value is appended to the package name. Changes to PORTREVISION are used by automated tools like pkg-version(8) to determine that a new package is available.

Set PORTREVISION to 0 instead of 1, reported by mat@

net/vnstat/Makefile
15

Wrong place in the Makefile. See Chapter 15. Order of Variables in Port Makefiles.

35

No need for +=.

Move USE_RC_SUBR as suggested by ports documentation and mat@
Change GUI_LIB_DEPENDS+= to GUI_LIB_DEPENDS= as suggested by mat@

This revision was not accepted when it landed; it landed in state Needs Review.May 28 2019, 8:06 PM
Closed by commit rP502911: net/vnstat: Update to 2.2 (authored by feld). · Explain Why
This revision was automatically updated to reflect the committed changes.