Opened 5 months ago
Closed 4 months ago
#70297 closed update (fixed)
avr-libc: update to 2.2.0 from new project location on github
Reported by: | leonty | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.9.3 |
Keywords: | Cc: | ||
Port: | avr-libc |
Description
The project has moved to github and a new 2.2.0 release was published there https://github.com/avrdudes/avr-libc/releases. The Portfile patch would be like this, though I haven't managed to make the master_sites url work ((
--- Portfile.orig 2024-06-26 12:57:06 +++ Portfile 2024-06-26 13:00:25 @@ -3,7 +3,7 @@ PortSystem 1.0 name avr-libc -version 2.1.0 +version 2.2.0 categories cross maintainers nomaintainer supported_archs noarch @@ -14,15 +14,15 @@ to provide a high quality C library for use with \ GCC on Atmel AVR microcontrollers. homepage https://www.nongnu.org/avr-libc/ -master_sites https://download.savannah.gnu.org/releases/avr-libc/ +master_sites https://github.com/avrdudes/avr-libc/releases # installs deliberately files outside regular tree: destroot.violate_mtree yes use_bzip2 yes -checksums rmd160 7e836c6bac97265cca80083be81264048fc425ec \ - sha256 0b84cee5c08b5d5cba67c36125e5aaa85251bc9accfba5773bfa87bc34b654e8 \ - size 3638672 +checksums rmd160 0bbc8a2e1c2fc152814d1662b36f8d299806f9ad \ + sha256 0718efd4f54278877da65a0b203b402073b30e04dfea988e6f2a8835ad071d35 \ + size 8398941 depends_lib port:gettext \ port:avr-gcc
Change History (2)
comment:1 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Owner: | set to ryandesign |
---|---|
Status: | new → accepted |
comment:2 Changed 4 months ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
In a0c75d81af5b2161d886febf1c8c282ccfebd35b/macports-ports (master):