#11205 closed update (fixed)
UPDATE: oniguruma-4.4.4 -> 4.5.1
Reported by: | peter@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.3.2 |
Keywords: | Cc: | yves@… | |
Port: | oniguruma |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
When building GNUstep, the build failed on Oniguruma because the version in Macports (4.4.4) doesn't appear to exist any longer at the distfiles locations.
Problem appears resolved with an upgrade to 4.5.1 of Oniguruma.
Index: Portfile =================================================================== --- Portfile (revision 21078) +++ Portfile (working copy) @@ -2,7 +2,7 @@ PortSystem 1.0 name oniguruma -version 4.4.4 +version 4.5.1 maintainers yves@macports.org categories devel platforms darwin @@ -15,4 +15,4 @@ distname onig-${version} master_sites http://www.geocities.jp/kosako3/oniguruma/archive/ -checksums md5 2a651f8d307b5921911bddb9a434d107 +checksums md5 ba3dd9caeca80afff318a1897c46327f
Change History (2)
comment:1 Changed 18 years ago by yves@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Keywords: | oniguruma distfile not found removed |
Port: | oniguruma added |
Priority: | High → Normal |
Type: | defect → update |
Note: See
TracTickets for help on using
tickets.
Thanks