Page MenuHomeFreeBSD

security/lfacme: a simple ACME client based on uacme
ClosedPublic

Authored by ivy on Jun 5 2025, 2:43 PM.
Tags
None
Referenced Files
F153258492: D50701.diff
Mon, Apr 20, 2:48 AM
Unknown Object (File)
Sun, Apr 19, 4:46 PM
Unknown Object (File)
Sun, Apr 19, 12:50 PM
Unknown Object (File)
Sun, Apr 19, 11:28 AM
Unknown Object (File)
Sat, Apr 18, 9:38 PM
Unknown Object (File)
Fri, Apr 17, 5:13 AM
Unknown Object (File)
Sun, Apr 12, 8:43 PM
Unknown Object (File)
Tue, Apr 7, 10:15 PM
Subscribers

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 64660
Build 61544: arc lint + arc unit

Event Timeline

ivy requested review of this revision.Jun 5 2025, 2:43 PM
ivy created this revision.
security/lfacme/Makefile
3

s/PORTVERSION/DISTVERSION

12

RUN_DEPENDS= uacme:security/uacme

17

Remove this and add DISTVERSIONPREFIX=v into the first section.

19

This one looks strange.

  • PREFIX=${PREFIX} is added by bsd.port.mk
  • DESTDIR=${STAGEDIR} is added by bsd.port.mk into MAKE_ARGS.

It feels like this line can just be removed.

address review comments

ivy marked 4 inline comments as done.Jun 5 2025, 3:35 PM
This revision is now accepted and ready to land.Jun 5 2025, 3:38 PM