Opened 9 years ago
Closed 9 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)
Change History (4)
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Keywords: | haspatch maintainer added |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Status: | new → assigned |
Summary: | reduce @ 20141130 update → reduce: update to 20141130 |
Changed 9 years ago by mbrethen
comment:2 Changed 9 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.
comment:3 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
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.
Great, thanks.