[21401] trunk/dports/cross/avrdude

source_changes at macosforge.org source_changes at macosforge.org
Mon Jan 22 19:48:17 PST 2007


Revision: 21401
          http://trac.macosforge.org/projects/macports/changeset/21401
Author:   pguyot at kallisys.net
Date:     2007-01-22 19:48:16 -0800 (Mon, 22 Jan 2007)

Log Message:
-----------
Update: avrdude 5.3.1.
Ticket: #11278

Modified Paths:
--------------
    trunk/dports/cross/avrdude/Portfile

Added Paths:
-----------
    trunk/dports/cross/avrdude/files/
    trunk/dports/cross/avrdude/files/osxhack.patch

Modified: trunk/dports/cross/avrdude/Portfile
===================================================================
--- trunk/dports/cross/avrdude/Portfile	2007-01-23 03:40:37 UTC (rev 21400)
+++ trunk/dports/cross/avrdude/Portfile	2007-01-23 03:48:16 UTC (rev 21401)
@@ -2,7 +2,7 @@
 
 PortSystem 1.0
 name              avrdude
-version           5.1
+version           5.3.1
 categories        cross devel
 maintainers       bsd at bdmicro.com
 description       an Atmel AVR MCU programmer
@@ -13,10 +13,11 @@
                   JTAGICE MkII, AVRISP, and others.
 homepage          http://www.nongnu.org/avrdude/
 master_sites      http://savannah.nongnu.org/download/avrdude/
-checksums         md5 6c3005709983f65043529c6eda5de314 \
-                  sha1 bf9c088e461254810e8c064a9799cb78908cef74 \
-                  rmd160 2a95ca18773208e4ac041b2b804c596583055c14
+checksums         md5 58c2be9f7a864b930ed9e6f1858f5cc7 \
+                  sha1 53d7580d6e936e7541eeb28b2bfd0daebaf3803b \
+                  rmd160 76a759372827d801a3a26b4c8b4063352c1d9e35
 depends_lib		  lib:libusb:libusb
 configure.args    --mandir=${prefix}/share/man \
                   CFLAGS=-I${prefix}/include \
                   LDFLAGS=-L${prefix}/lib
+patchfiles		  osxhack.patch

Added: trunk/dports/cross/avrdude/files/osxhack.patch
===================================================================
--- trunk/dports/cross/avrdude/files/osxhack.patch	                        (rev 0)
+++ trunk/dports/cross/avrdude/files/osxhack.patch	2007-01-23 03:48:16 UTC (rev 21401)
@@ -0,0 +1,13 @@
+*** stk500v2.c.orig     Wed Jan 17 15:15:40 2007
+--- stk500v2.c  Wed Jan 17 15:16:21 2007
+***************
+*** 485,490 ****
+--- 485,492 ----
+  
+    if (pgmtype == PGMTYPE_JTAGICE_MKII)
+      return 0;
++   if (pgmtype == PGMTYPE_AVRISP_MKII)
++     return 0;
+  
+  retry:
+    tries++;

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070122/ae490a1b/attachment.html


More information about the macports-changes mailing list