Ticket #33516 (closed update: fixed)
saxon: update to 9.4.0.3
| Reported by: | william@… | Owned by: | ryandesign@… |
|---|---|---|---|
| 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
Change History
Changed 15 months ago by william@…
- Attachment saxon-portfile.diff added
comment:1 Changed 15 months ago by ryandesign@…
- Keywords haspatch added
- Summary changed from Patch updating Saxon to Saxon-HE 9.4 to saxon: update to 9.4.0.3
comment:2 Changed 14 months ago by ryandesign@…
- Status changed from new to assigned
- Owner changed from macports-tickets@… to ryandesign@…
comment:3 Changed 14 months ago by ryandesign@…
- Status changed from assigned to closed
- Resolution set to fixed
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.


Patch saxon portfile to install version 9.4.0.3.