most recent changes, diff for avr-gdb
Index: cross/avr-gdb/Portfile
--- cross/avr-gdb/Portfile (revision 37081)
+++ cross/avr-gdb/Portfile (revision 37082)
@@ -1,18 +1,20 @@
# $Id$
PortSystem 1.0
+
name avr-gdb
version 6.7.1
categories cross
-maintainers nomaintainer@macports.org
+maintainers nomaintainer
description GDB for the AVR processors
long_description avr-gdb is a version of the GNU Debugger that \
through the avarice program can be used to debug \
code for the AVR processors.
homepage http://www.gnu.org/software/gdb/gdb.html
+platforms darwin
master_sites http://ftp.gnu.org/gnu/gdb/ \
ftp://mirrors.usc.edu/pub/gnu/gdb \
- ftp://ftp.mcc.ac.uk/pub/gnu/gdb
+ ftp://ftp.mcc.ac.uk/pub/gnu/gdb
distfiles gdb-${version}.tar.bz2
worksrcdir gdb-${version}
use_bzip2 yes