Ticket #71262: hidapi-0.14.0-cmake.diff

File hidapi-0.14.0-cmake.diff, 1.3 KB (added by DanielO (Daniel O'Connor), 5 hours ago)
  • comms/hidapi/Portfile

    diff -ur /opt/local/var/macports/sources/rsync.macports.org/macports/release/tarballs/ports/comms/hidapi/Portfile comms/hidapi/Portfile
    old new  
    22
    33PortSystem          1.0
    44PortGroup           github 1.0
     5PortGroup           cmake 1.1
    56
    6 github.setup        libusb hidapi 0.12.0 hidapi-
     7github.setup        libusb hidapi 0.14.0 hidapi-
    78categories          comms
    89maintainers         {raimue @raimue} \
    910                    openmaintainer
     
    1415    HIDAPI is a multi-platform library which allows an application to \
    1516    interface with USB and Bluetooth HID-Class devices.
    1617
    17 checksums           rmd160  9c9eef4fd89fadf32a360c9ba416ae46f4940366 \
    18                     sha256  92ed306640298d44628308bdef4f2870cece77e69b08ad341bf27b642290c30c \
    19                     size    238778
    20 
    21 use_autoreconf yes
     18checksums           rmd160  3e0b023c718d5504217245d24269600144164bde \
     19                    sha256  9c290775f0586e7fa9bde0825536257ccfbc3f9100059919c2bf892bb13b4eff \
     20                    size    348251
    2221
    2322variant testgui description {Install GUI to test HIDAPI} {
    2423    depends_lib-append      port:fox