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)
Fri, Apr 19, 2:13 PM
Unknown Object (File)
Mar 4 2024, 2:15 AM
Unknown Object (File)
Mar 4 2024, 2:15 AM
Unknown Object (File)
Mar 4 2024, 2:15 AM
Unknown Object (File)
Mar 4 2024, 2:15 AM
Unknown Object (File)
Mar 2 2024, 11:07 PM
Unknown Object (File)
Dec 20 2023, 2:06 AM
Unknown Object (File)
Dec 8 2023, 7:51 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.