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