diff --git a/security/hyperhotp/Makefile b/security/hyperhotp/Makefile index 05a68e54fb8b..2370f2a059fe 100644 --- a/security/hyperhotp/Makefile +++ b/security/hyperhotp/Makefile @@ -1,19 +1,19 @@ PORTNAME= hyperhotp -DISTVERSION= g20211005 +DISTVERSIONPREFIX= v +DISTVERSION= 0.1 CATEGORIES= security comms MAINTAINER= fuz@fuz.su COMMENT= Programmer for the HOTP feature of hyperFIDO USB security keys WWW= https://github.com/casept/hyperhotp LICENSE= GPLv3 USES= cmake pkgconfig USE_GITHUB= yes GH_ACCOUNT= casept -#GH_PROJECT= hyperhotp -GH_TAGNAME= ad1f71d0e4669e7b693ae0fd794186204b1941e8 -PLIST_FILES= bin/hyperhotp +PLIST_FILES= bin/hyperhotp \ + share/man/man1/hyperhotp.1.gz .include diff --git a/security/hyperhotp/distinfo b/security/hyperhotp/distinfo index 910c8ea4a91f..93d55e831ec0 100644 --- a/security/hyperhotp/distinfo +++ b/security/hyperhotp/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1666202596 -SHA256 (casept-hyperhotp-g20211005-ad1f71d0e4669e7b693ae0fd794186204b1941e8_GH0.tar.gz) = 42f522de25252a78a92460651845aece35dfe6da827ce3bbd9a27c6f42d8fabd -SIZE (casept-hyperhotp-g20211005-ad1f71d0e4669e7b693ae0fd794186204b1941e8_GH0.tar.gz) = 29308 +TIMESTAMP = 1666467446 +SHA256 (casept-hyperhotp-v0.1_GH0.tar.gz) = 3787ec269d9cf85e882702872df9927d29e7c40699ebc0e96243b2c282ccbeda +SIZE (casept-hyperhotp-v0.1_GH0.tar.gz) = 30594 diff --git a/security/hyperhotp/files/patch-cmake_FindLibusb.cmake b/security/hyperhotp/files/patch-cmake_FindLibusb.cmake deleted file mode 100644 index 6a1c4fadafbf..000000000000 --- a/security/hyperhotp/files/patch-cmake_FindLibusb.cmake +++ /dev/null @@ -1,19 +0,0 @@ ---- cmake/FindLibusb.cmake.orig 2022-10-19 18:04:24 UTC -+++ cmake/FindLibusb.cmake -@@ -12,14 +12,14 @@ mark_as_advanced(Libusb_VERSION) - # Find header path - find_path( - Libusb_INCLUDE_DIR -- NAMES libusb-1.0/libusb.h -+ NAMES libusb.h - HINTS ${PC_Libusb_INCLUDE_DIRS}) - mark_as_advanced(Libusb_INCLUDE_DIR) - - # Find lib path - find_library( - Libusb_LIBRARIES -- NAMES usb-1.0 -+ NAMES usb - HINTS ${PC_Libusb_LIBRARY_DIRS}) - mark_as_advanced(Libusb_LIBRARIES) - diff --git a/security/hyperhotp/files/patch-src_core_hyperhotp.c b/security/hyperhotp/files/patch-src_core_hyperhotp.c deleted file mode 100644 index ecdaa53d8380..000000000000 --- a/security/hyperhotp/files/patch-src_core_hyperhotp.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/hyperhotp.c.orig 2021-10-05 10:43:22 UTC -+++ src/core/hyperhotp.c -@@ -1,6 +1,6 @@ - #include "hyperhotp.h" - --#include -+#include - #include - #include - #include diff --git a/security/hyperhotp/files/patch-src_core_hyperhotp.h b/security/hyperhotp/files/patch-src_core_hyperhotp.h deleted file mode 100644 index 9b39ee3600da..000000000000 --- a/security/hyperhotp/files/patch-src_core_hyperhotp.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/hyperhotp.h.orig 2021-10-05 10:43:22 UTC -+++ src/core/hyperhotp.h -@@ -1,6 +1,6 @@ - #pragma once - --#include -+#include - #include - - #include "u2fhid.h" diff --git a/security/hyperhotp/files/patch-src_core_log.c b/security/hyperhotp/files/patch-src_core_log.c deleted file mode 100644 index 6be4ce656086..000000000000 --- a/security/hyperhotp/files/patch-src_core_log.c +++ /dev/null @@ -1,8 +0,0 @@ ---- src/core/log.c.orig 2021-10-05 10:43:22 UTC -+++ src/core/log.c -@@ -1,4 +1,4 @@ --#include -+#include - #include - #include - #include diff --git a/security/hyperhotp/files/patch-src_core_log.h b/security/hyperhotp/files/patch-src_core_log.h deleted file mode 100644 index 2e80eae4f101..000000000000 --- a/security/hyperhotp/files/patch-src_core_log.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/log.h.orig 2021-10-05 10:43:22 UTC -+++ src/core/log.h -@@ -1,6 +1,6 @@ - #pragma once - --#include -+#include - #include - - void log_fatal(const char* msg); diff --git a/security/hyperhotp/files/patch-src_core_u2fhid.c b/security/hyperhotp/files/patch-src_core_u2fhid.c deleted file mode 100644 index 288996dea31c..000000000000 --- a/security/hyperhotp/files/patch-src_core_u2fhid.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/u2fhid.c.orig 2021-10-05 10:43:22 UTC -+++ src/core/u2fhid.c -@@ -1,6 +1,6 @@ - #include "u2fhid.h" - --#include -+#include - #include - #include - #include diff --git a/security/hyperhotp/files/patch-src_core_u2fhid.h b/security/hyperhotp/files/patch-src_core_u2fhid.h deleted file mode 100644 index 76a6ea5ebf14..000000000000 --- a/security/hyperhotp/files/patch-src_core_u2fhid.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/u2fhid.h.orig 2021-10-05 10:43:22 UTC -+++ src/core/u2fhid.h -@@ -1,6 +1,6 @@ - #pragma once - --#include -+#include - #include - #include - diff --git a/security/hyperhotp/files/patch-src_core_usb.c b/security/hyperhotp/files/patch-src_core_usb.c deleted file mode 100644 index 41f0df850149..000000000000 --- a/security/hyperhotp/files/patch-src_core_usb.c +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/usb.c.orig 2021-10-05 10:43:22 UTC -+++ src/core/usb.c -@@ -1,6 +1,6 @@ - #include "usb.h" - --#include -+#include - #include - #include - #include diff --git a/security/hyperhotp/files/patch-src_core_usb.h b/security/hyperhotp/files/patch-src_core_usb.h deleted file mode 100644 index dacee1d53911..000000000000 --- a/security/hyperhotp/files/patch-src_core_usb.h +++ /dev/null @@ -1,10 +0,0 @@ ---- src/core/usb.h.orig 2021-10-05 10:43:22 UTC -+++ src/core/usb.h -@@ -1,6 +1,6 @@ - #pragma once - --#include -+#include - - /* - * Initialize the hyperFIDO usb device's libusb handle. diff --git a/security/hyperhotp/files/patch-src_gui_main.c b/security/hyperhotp/files/patch-src_gui_main.c deleted file mode 100644 index ecf6c37be410..000000000000 --- a/security/hyperhotp/files/patch-src_gui_main.c +++ /dev/null @@ -1,9 +0,0 @@ ---- src/gui/main.c.orig 2021-10-05 10:43:22 UTC -+++ src/gui/main.c -@@ -1,5 +1,5 @@ - #include --#include -+#include - #include - #include - #include