aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-04-08 20:45:13 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-04-08 20:45:42 +0000
commit1e8ff47c396dba5c49aefe80ec60791a5c5a7431 (patch)
tree50718f4ef92a43eb06e514bb2c7fef7281a91c27
parent190ab967a475d0755fd0ef7fe6d5eb2891c3d458 (diff)
downloadports-1e8ff47c396dba5c49aefe80ec60791a5c5a7431.tar.gz
ports-1e8ff47c396dba5c49aefe80ec60791a5c5a7431.zip
devel/urjtag: Update 2019.12 -> 2021.03
-rw-r--r--devel/urjtag/Makefile3
-rw-r--r--devel/urjtag/distinfo6
-rw-r--r--devel/urjtag/files/patch-src_tap_usbconn_libusb.c11
3 files changed, 4 insertions, 16 deletions
diff --git a/devel/urjtag/Makefile b/devel/urjtag/Makefile
index c590d76ceead..0ae63c875df1 100644
--- a/devel/urjtag/Makefile
+++ b/devel/urjtag/Makefile
@@ -1,8 +1,7 @@
# Created by: Bruce M. Simpson <bms@FreeBSD.org>
PORTNAME= urjtag
-DISTVERSION= 2019.12
-PORTREVISION= 2
+DISTVERSION= 2021.03
CATEGORIES= devel
MASTER_SITES= SF
diff --git a/devel/urjtag/distinfo b/devel/urjtag/distinfo
index 6156b81e04f7..c60a494d266a 100644
--- a/devel/urjtag/distinfo
+++ b/devel/urjtag/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578774938
-SHA256 (urjtag-2019.12.tar.xz) = 19a46eba61e91f5b83a22f591af8d196d5329a4273b945e9c060c6acf6ae5bcc
-SIZE (urjtag-2019.12.tar.xz) = 1208432
+TIMESTAMP = 1617914331
+SHA256 (urjtag-2021.03.tar.xz) = b0a2eaa245513af096dc4d770109832335c694c6c12aa5e92fefae8685416f1c
+SIZE (urjtag-2021.03.tar.xz) = 1208440
diff --git a/devel/urjtag/files/patch-src_tap_usbconn_libusb.c b/devel/urjtag/files/patch-src_tap_usbconn_libusb.c
deleted file mode 100644
index 2ee98690e007..000000000000
--- a/devel/urjtag/files/patch-src_tap_usbconn_libusb.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/tap/usbconn/libusb.c.orig 2020-01-11 20:59:55 UTC
-+++ src/tap/usbconn/libusb.c
-@@ -40,6 +40,8 @@
- #include "libusb.h"
- #include "../usbconn.h"
-
-+extern const urj_usbconn_driver_t urj_tap_usbconn_libusb_driver;
-+
- /* ---------------------------------------------------------------------- */
-
- /* @return 1 when found, 0 when not */