Page MenuHomeFreeBSD

net/dante: Update to 1.4.2
ClosedPublic

Authored by cpm on Jul 10 2017, 12:24 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, May 23, 4:43 AM
Unknown Object (File)
Fri, May 10, 12:26 AM
Unknown Object (File)
Fri, May 10, 12:26 AM
Unknown Object (File)
Fri, May 10, 12:25 AM
Unknown Object (File)
Fri, May 10, 12:25 AM
Unknown Object (File)
Thu, May 9, 4:11 PM
Unknown Object (File)
Apr 19 2024, 12:15 PM
Unknown Object (File)
Apr 18 2024, 5:01 AM
Subscribers
None

Details

Summary
- Update to 1.4.2
- Update MASTER_SITES
- Register LIB_DEPENDS on net/miniupnpc and security/cyrus-sasl2
- Update WWW in pkg-descr
- Take maintainership

Changes: https://www.inet.no/dante/announce-1.4.2
Test Plan
  • portlint -acoutput looks fine.
  • poudriere testport builds fine on 10.3/i386, 10.3/amd64, 11.0/i386, 11.0/amd64, 12.0/i386 and 12.0/amd64.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

cpm edited the test plan for this revision. (Show Details)
cpm edited the summary of this revision. (Show Details)

Apologies, I don't have time to review unfamilar ports. Ports Committers is a better choice if you're not confident enough about something.

net/dante/Makefile
25

It seems to build fine as is. Why do you need --without-bsdauth on FreeBSD (and DragonFly)?

checking bsd_auth.h usability... no
checking bsd_auth.h presence... no
checking for bsd_auth.h... no
checking for auth_userokay... no
checking for bsd authentication... no, usable bsd_auth.h not found
[...]
BSD Auth:          Disabled, usable bsd_auth.h not found

Apologies, I don't have time to review unfamilar ports. Ports Committers is a better choice if you're not confident enough about something.

I disabled BSD Auth because I thought that it won't work on all supported releases.

At least it is not usable in any of them.

I really appreciated your help when I'm not quite sure of some changes.

Thanks for taking some time to help here :)

cpm marked an inline comment as done.Jul 12 2017, 5:37 PM
cpm added inline comments.
net/dante/Makefile
25

I have removed the configuration option.

This revision was automatically updated to reflect the committed changes.