[MacPorts] #70297: avr-libc: update to 2.2.0 from new project location on github
MacPorts
noreply at macports.org
Wed Jun 26 10:35:29 UTC 2024
#70297: avr-libc: update to 2.2.0 from new project location on github
--------------------+----------------------
Reporter: leonty | Owner: (none)
Type: update | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.9.3
Keywords: | Port: avr-libc
--------------------+----------------------
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
}}}
--
Ticket URL: <https://trac.macports.org/ticket/70297>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list