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
Unknown Object (File)
Wed, Oct 15, 2:15 AM
Unknown Object (File)
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)
Sep 16 2025, 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 7247
Build 7417: arc lint + arc unit

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

use ${ETCDIR} directly here.

sysutils/py-glances/Makefile
28

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

sysutils/py-glances/Makefile
28

%%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.