[79050] trunk/dports/cross/avr-libc/Portfile

ryandesign at macports.org ryandesign at macports.org
Tue May 31 01:44:17 PDT 2011


Revision: 79050
          http://trac.macports.org/changeset/79050
Author:   ryandesign at macports.org
Date:     2011-05-31 01:44:16 -0700 (Tue, 31 May 2011)
Log Message:
-----------
avr-libc: update to 1.7.1, update maintainer email address, add "supported_archs noarch", update master_sites, fix livecheck; see #29632

Modified Paths:
--------------
    trunk/dports/cross/avr-libc/Portfile

Modified: trunk/dports/cross/avr-libc/Portfile
===================================================================
--- trunk/dports/cross/avr-libc/Portfile	2011-05-31 08:27:03 UTC (rev 79049)
+++ trunk/dports/cross/avr-libc/Portfile	2011-05-31 08:44:16 UTC (rev 79050)
@@ -4,27 +4,32 @@
 PortSystem              1.0
 
 name                    avr-libc
-version                 1.7.0
+version                 1.7.1
 categories              cross
-maintainers             v9g.de:titus
+maintainers             v9g.de:tvb377
+supported_archs         noarch
+
 description             C library for the AVR microcontroller.
 long_description        AVR Libc is a Free Software project whose goal is \
                         to provide a high quality C library for use with \
                         GCC on Atmel AVR microcontrollers.
 platforms               darwin
 homepage                http://www.nongnu.org/avr-libc/
-master_sites            http://savannah.nongnu.org/download/avr-libc/
+master_sites            http://download.savannah.gnu.org/releases/avr-libc/
 
 # installs deliberately files outside regular tree:
 destroot.violate_mtree  yes                                                                                                                           
 
 use_bzip2               yes
-checksums               md5     3eff7b779bd950400cb0a45f3c2fb377 \
-                        sha1    38d1d52174a6afaf6f5cddbc29af49b586cfde2f \
-                        rmd160  6be7e8cc7e05c84dc5bb706d466f603941ec0dce
+checksums               sha1   8ac3f03229101c427aa90f8293ddabde6c3a6f87 \
+                        rmd160 5eb77da24c267d5d11d3e6d8477029b7614307dc
 
 depends_lib             port:gettext \
                         port:avr-gcc
 
 configure.args          --host=avr --build=`./config.guess`
 configure.cc            avr-gcc
+
+livecheck.type          regex
+livecheck.url           ${master_sites}
+livecheck.regex         ${name}-(\[1-9\]\\.\[0-9\]+\\.\[0-9\]+)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110531/fce896de/attachment-0001.html>


More information about the macports-changes mailing list