diff -r -u -N /opt/local/var/macports/sources/rsync.macports.org/release/tarballs/ports/cross/avrdude/Portfile ./Portfile
old
|
new
|
|
5 | 5 | |
6 | 6 | name avrdude |
7 | 7 | version 6.0.1 |
| 8 | revision 1 |
8 | 9 | categories cross devel |
9 | 10 | maintainers bdmicro.com:bsd |
10 | 11 | description an Atmel AVR MCU programmer |
… |
… |
|
20 | 21 | checksums rmd160 412483e87c88d9111729db6e3f94acc81b04e145 \ |
21 | 22 | sha256 c6804668dfa96b23185dfe2e8239089af4e4ae0b11aa7435bebb28c3260ede41 |
22 | 23 | |
23 | | depends_lib port:libusb-compat \ |
| 24 | depends_lib port:libelf \ |
| 25 | port:libusb-compat \ |
24 | 26 | port:ncurses \ |
25 | 27 | port:readline |
26 | 28 | configure.args --mandir=${prefix}/share/man |