Page MenuHomeFreeBSD

Update sysutils/py-glances to 2.8.1
ClosedPublic

Authored by krion on Feb 7 2017, 11:25 AM.
Tags
None
Referenced Files
F132238381: D9471.id.diff
Wed, Oct 15, 2:15 AM
F132198019: D9471.id24834.diff
Tue, Oct 14, 5:07 PM
Unknown Object (File)
Mon, Oct 13, 1:25 AM
Unknown Object (File)
Mon, Oct 6, 3:01 AM
Unknown Object (File)
Fri, Sep 26, 11:50 AM
Unknown Object (File)
Tue, Sep 16, 1:56 AM
Unknown Object (File)
Sep 4 2025, 1:35 AM
Unknown Object (File)
Aug 31 2025, 7:10 PM
Subscribers
None

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

krion retitled this revision from to Update sysutils/py-glances to 2.8.1.
krion updated this object.
krion edited the test plan for this revision. (Show Details)
krion added reviewers: mat, fjoe.
sysutils/py-glances/Makefile
28 ↗(On Diff #24825)

use ${ETCDIR} directly here.

sysutils/py-glances/Makefile
28 ↗(On Diff #24825)

OK, can you explain the rules of using ${ETCDIR} and %%ETCDIR%% in Makefiles nowadays?

sysutils/py-glances/Makefile
28 ↗(On Diff #24825)

%%foo%% expansions were created to allow carrying variables from the Makefile to pkg-plist.
Here, you are in the Makefile, you can use ${ETCDIR} directly, no need to use a placeholder that will get replaced back later.

mat edited edge metadata.
This revision is now accepted and ready to land.Feb 7 2017, 2:33 PM
This revision was automatically updated to reflect the committed changes.