Opened 12 years ago

Closed 12 years ago

#33516 closed update (fixed)

saxon: update to 9.4.0.3

Reported by: gallafent Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: haspatch Cc:
Port: saxon

Description

Hi, compared to the current version, http://saxon.sourceforge.net/#F9.4HE , the current version in Macports (8.9) is now quite out of date. Attached is a patch to the portfile which updates the port to the current version, 9.4.0.3.

Attachments (1)

saxon-portfile.diff (2.1 KB) - added by gallafent 12 years ago.
Patch saxon portfile to install version 9.4.0.3.

Download all attachments as: .zip

Change History (4)

Changed 12 years ago by gallafent

Attachment: saxon-portfile.diff added

Patch saxon portfile to install version 9.4.0.3.

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Keywords: haspatch added
Summary: Patch updating Saxon to Saxon-HE 9.4saxon: update to 9.4.0.3

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned

comment:3 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks. Committed in r90827, with these changes:

  • I changed some variable names. What you called "shortversion", we usually call "branch". So I also changed "dashedshortversion" to "dashed_branch" and "dashedfullversion" to "dashed_version". I also changed your use of regsub to the simpler strsed.
  • I removed the weird pre-extract block that has been there since the beginning of the portfile and replaced it with "extract.mkdir yes".
  • I added "supported_archs noarch" since this installs only a pre-built java jar which is not architecture-specific.
  • I changed the checksum types to rmd160 and sha256.
Note: See TracTickets for help on using tickets.