Page MenuHomeFreeBSD

sysutils/storcli: update to 7.5
ClosedPublic

Authored by fernape on Jun 12 2018, 5:22 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Feb 14, 6:39 AM
Unknown Object (File)
Thu, Feb 13, 7:20 AM
Unknown Object (File)
Sun, Feb 9, 6:57 PM
Unknown Object (File)
Fri, Feb 7, 12:22 AM
Unknown Object (File)
Sun, Jan 26, 9:00 PM
Unknown Object (File)
Wed, Jan 22, 8:02 AM
Unknown Object (File)
Jan 13 2025, 7:39 AM
Unknown Object (File)
Dec 20 2024, 1:33 PM
Subscribers

Details

Summary

Sent by maintainer via PR 228777

This version needs to be downloaded manually after accepting the license agreement.

Test Plan
  • portlint -AC OK
  • poudriere builds for {10.4,11.1}{amd64,i386}, 12i386 OK
  • run test in 11.1 OK (light as I don't have a RAID config)

Diff Detail

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

Event Timeline

sysutils/storcli/Makefile
4 ↗(On Diff #43659)

oO

Using a sane number terminology.

Note that in the web site, the version is advertised as 7.5.
I would keep the .504 revision number in case there are future revisions.

Your last change looks broken :)

Trying to fix previuos arc diff update...

I thought I uploaded only the DISTVERSION changes, but I didn't. The new changes are all there (the check for the distfile and so...). I had to expand the whole file to see it in the review.

How is this broken? I'm sure I'm missing something here... :S

I thought I uploaded only the DISTVERSION changes, but I didn't. The new changes are all there (the check for the distfile and so...). I had to expand the whole file to see it in the review.

How is this broken? I'm sure I'm missing something here... :S

Arrrghhh... never mind. I saw the problem.

Unbreak the port by setting the proper DISTNAME

sysutils/storcli/Makefile
33 ↗(On Diff #43852)

^ it would probably make sense to reuse ${DISTNAME} or ${DISTFILES} here as to not retype the whole 16-digit crazyness .

Use DISTNAME instead of repeating the same horrible version number.

Does the-horrible-version-number port update look good? :-)

sysutils/storcli/Makefile
33 ↗(On Diff #43904)

^ ${EXTRACT_SUFX} instead of .zip?

33 ↗(On Diff #43904)

^ no <tab> after =

35 ↗(On Diff #43904)

^ missing <tab> after =

  • Add missing tabs
  • Use ${EXTRACT_SUFX} where appropriate
tcberner added inline comments.
sysutils/storcli/Makefile
24 ↗(On Diff #44152)

'^ you seem to have lost a \n

This revision now requires changes to proceed.Jun 21 2018, 5:44 PM

Looks good now. -- You can commit it, if the maintainer is fine with it too.

This revision is now accepted and ready to land.Jun 21 2018, 6:29 PM
This revision was automatically updated to reflect the committed changes.