Page MenuHomeFreeBSD

misc/xiphos: Properly refers to commit 9e573336
ClosedPublic

Authored by salvadore on Mar 25 2020, 10:32 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 2, 11:50 PM
Unknown Object (File)
Mar 3 2024, 10:31 PM
Unknown Object (File)
Mar 3 2024, 10:31 PM
Unknown Object (File)
Mar 3 2024, 10:31 PM
Unknown Object (File)
Mar 2 2024, 7:08 PM
Unknown Object (File)
Dec 30 2023, 5:43 AM
Unknown Object (File)
Dec 30 2023, 5:43 AM
Unknown Object (File)
Dec 30 2023, 5:43 AM
Subscribers

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

So this previously missed the last digit of the git commit id in question? How comes this did not show up in testing?

Okay, assuming this passes your regular full testing.

This revision is now accepted and ready to land.Mar 25 2020, 11:20 PM

The port is working but not respecting the standard way of using git commits.
I did a similar mistake with math/wxmaxima some days ago: https://docs.freebsd.org/cgi/getmsg.cgi?fetch=2811607+0+archive/2020/svn-ports-head/20200315.svn-ports-head . The issue is present in misc/xiphos and this patch should fix it. (Tests are running.)

(The wxmaxima port was fixed differently: I updated it to a new version.)

My point was in reference to git id 9e57333 (before) versus git id (9e573336) after, though in hindsight I realized that may be in reference to the same id, just one additional significant digit.

Ah, I don't remeber why I added that digit. Maybe it would have worked without it but I added it to have the same number of digits than in the example in the porter's handbook.