Page MenuHomeFreeBSD

security/p5-openxpki: Update to 3.16.0
ClosedPublic

Authored by driesm on Nov 28 2021, 6:04 PM.
Tags
None
Referenced Files
F169826977: D33149.diff
Wed, Sep 2, 4:50 PM
F169815834: D33149.id99110.diff
Wed, Sep 2, 3:48 PM
F169587570: D33149.id.diff
Wed, Sep 2, 12:09 AM
Unknown Object (File)
Tue, Sep 1, 2:00 PM
Unknown Object (File)
Tue, Sep 1, 1:59 PM
Unknown Object (File)
Tue, Sep 1, 10:30 AM
Unknown Object (File)
Mon, Aug 31, 11:38 PM
Unknown Object (File)
Mon, Aug 31, 7:32 AM
Subscribers

Details

Summary
security/p5-openxpki: Update to 3.16.0

While here remove stale CONFLICTS line.

 Changes:		https://github.com/openxpki/openxpki/releases/tag/v3.16.0
 PR:			260050
 Approved by:		tbd (mentor)
 Differential Revision:	https://reviews.freebsd.org/D33149
Test Plan

Testport looks good.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 43012
Build 39900: arc lint + arc unit

Event Timeline

Bump conf version + remove stale CONFLICTS line.

driesm edited the summary of this revision. (Show Details)
0mp added inline comments.
security/p5-openxpki/Makefile
15

Note: BUILD_DEPENDS= ${RUN_DEPENDS} should not be used (see PHB). This is not part of this change, but you may want to address this issue.

Usually, I introduce another variable, like _MY_DEPENDS, and then use it for both RUN and BUILD depends.

133

Hmm, I wonder why we have .include <bsd.port.pre.mk> here. We could probably remove it and change the last line to .include <bsd.port.mk>.

This revision is now accepted and ready to land.Nov 28 2021, 7:19 PM
This revision was automatically updated to reflect the committed changes.