Ticket #48679: Portfile.diff

File Portfile.diff, 1.4 KB (added by nomis52@…, 9 years ago)
  • Portfile

    old new  
    44PortSystem          1.0
    55
    66name                dfu-util
    7 version             0.7
     7version             0.8
    88categories          cross devel
    99platforms           darwin
    1010maintainers         gmail.com:benoit.triquet openmaintainer
     
    1414
    1515long_description    dfu-util is the host side implementation of the DFU 1.0 and DFU 1.1 specifications of the USB forum. DFU is intended to download and upload firmware to devices connected over USB. It ranges from small devices like micro-controller boards up to mobile phones. Using dfu-util you can download firmware to your DFU-enabled device or upload firmware from it. dfu-util has been tested with the Openmoko Neo1973 and Freerunner and many other devices.
    1616
    17 homepage            http://dfu-util.gnumonks.org/
     17homepage            http://dfu-util.sourceforge.net/
    1818master_sites        ${homepage}releases/
    1919#fetch.type          git
    2020#git.url             git://gitorious.org/dfu-util/dfu-util.git
    2121
    22 checksums           rmd160  483974409743b3a69e4b5fb77cefd20b28b6f6d5 \
    23                     sha256  f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab
     22checksums           rmd160  f59c58f398bd51682f5bd41f00d4bded95cd6993 \
     23                    sha256 55cbde9be12a212bd84bce9d1e63941d9a16139ed0d4912401367eba1502f058
    2424
    2525depends_build       port:pkgconfig
    2626