Opened 8 years ago

Closed 8 years ago

#49729 closed update (fixed)

reduce: update to 20141130

Reported by: mbrethen Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.3.4
Keywords: haspatch maintainer Cc:
Port: reduce

Description

This uses the 2014-11-30 source tarball snapshot available on sourceforge instead of fetching from svn.

Attachments (1)

Portfile (11.5 KB) - added by mbrethen 8 years ago.

Download all attachments as: .zip

Change History (4)

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

Keywords: haspatch maintainer added
Owner: changed from macports-tickets@… to ryandesign@…
Status: newassigned
Summary: reduce @ 20141130 updatereduce: update to 20141130

Great, thanks.

Changed 8 years ago by mbrethen

Attachment: Portfile added

comment:2 Changed 8 years ago by mbrethen

Updated these lines in portfile:

From:

copy {*}[glob ${pslbuilddir}/psl/*] ${libexecdir}/pslbuild/psl
copy {*}[glob ${pslbuilddir}/red/*] ${libexecdir}/pslbuild/red

To:

xinstall -p {*}[glob ${pslbuilddir}/psl/*] ${libexecdir}/pslbuild/psl
xinstall -p {*}[glob ${pslbuilddir}/red/*] ${libexecdir}/pslbuild/red

The tarball had very restrictive permissions which prevented user from executing psl.

Last edited 8 years ago by mbrethen (previous) (diff)

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

Resolution: fixed
Status: assignedclosed

I believe I've committed the intention of your changes in r142633. I changed master_sites to avoid redirects and I fixed the livecheck. I also added a variable version_dashes which computes the YYYY-MM-DD value from the YYYYMMDD value in version and uses it in the distname and master_sites so that you only need to update the version on one line instead of on three lines.

For further updates, please submit a unified diff of your proposed changes instead of a complete Portfile so that your intentions are clear.

Note: See TracTickets for help on using tickets.