[120473] trunk/dports/cross/avrdude/Portfile

g5pw at macports.org g5pw at macports.org
Thu May 29 06:29:51 PDT 2014


Revision: 120473
          https://trac.macports.org/changeset/120473
Author:   g5pw at macports.org
Date:     2014-05-29 06:29:51 -0700 (Thu, 29 May 2014)
Log Message:
-----------
cross/avrdude:
  update to 6.1
  use libusb instead of libusb-compat
  add variants for doc
  declare dependency on libelf (#42424) and libftdi1 (similar reasons)

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

Modified: trunk/dports/cross/avrdude/Portfile
===================================================================
--- trunk/dports/cross/avrdude/Portfile	2014-05-29 13:25:55 UTC (rev 120472)
+++ trunk/dports/cross/avrdude/Portfile	2014-05-29 13:29:51 UTC (rev 120473)
@@ -4,7 +4,7 @@
 PortSystem 1.0
 
 name              avrdude
-version           6.0.1
+version           6.1
 categories        cross devel
 maintainers       bdmicro.com:bsd
 description       an Atmel AVR MCU programmer
@@ -17,10 +17,20 @@
 platforms         darwin
 master_sites      http://savannah.nongnu.org/download/avrdude/
 
-checksums         rmd160  412483e87c88d9111729db6e3f94acc81b04e145 \
-                  sha256  c6804668dfa96b23185dfe2e8239089af4e4ae0b11aa7435bebb28c3260ede41
+checksums         rmd160  f2c31951c0941e86ff6deab6bd0348b54d05658c \
+                  sha256  9e98baca8e57cad402aaa1c7b61c8de750ed4f6fed577f7e4935db0430783d3b
 
-depends_lib       port:libusb-compat \
+depends_lib       port:libusb \
                   port:ncurses \
+                  port:libftdi1 \
+                  port:libelf \
                   port:readline
-configure.args    --mandir=${prefix}/share/man
+
+configure.args    --mandir=${prefix}/share/man \
+                  --disable-parport
+
+variant docs description {Build documentation} {
+    configure.args-append --enable-doc
+}
+
+default_variants  +docs
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140529/14f3c706/attachment-0001.html>


More information about the macports-changes mailing list