Created
May 31, 2018 12:50
-
-
Save johalun/2b0b1a0faf9cffc325d5270c3bbcb7cb to your computer and use it in GitHub Desktop.
libudev-devd update
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/devel/libudev-devd/Makefile b/devel/libudev-devd/Makefile | |
index c65aa3a543ec..26d04eeb9afb 100644 | |
--- a/devel/libudev-devd/Makefile | |
+++ b/devel/libudev-devd/Makefile | |
@@ -1,7 +1,7 @@ | |
# $FreeBSD$ | |
PORTNAME= libudev-devd | |
-PORTVERSION= 0.3 | |
+PORTVERSION= 0.4 | |
CATEGORIES= devel | |
MAINTAINER= [email protected] | |
@@ -14,7 +14,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev | |
USE_GITHUB= yes | |
GH_ACCOUNT= FreeBSDDesktop | |
-GH_TAGNAME= b7aa09f | |
+GH_TAGNAME= fbe5a0b | |
USES= dos2unix autoreconf gmake libtool localbase pathfix pkgconfig | |
USE_LDCONFIG= yes | |
diff --git a/devel/libudev-devd/distinfo b/devel/libudev-devd/distinfo | |
index 3fc5a3672a1a..998b89f1b86d 100644 | |
--- a/devel/libudev-devd/distinfo | |
+++ b/devel/libudev-devd/distinfo | |
@@ -1,3 +1,3 @@ | |
-TIMESTAMP = 1500809406 | |
-SHA256 (FreeBSDDesktop-libudev-devd-0.3-b7aa09f_GH0.tar.gz) = 880a497ef5123fdebf447f4b9b1a7adae3fa2a71885a42dd7c35dbb877985260 | |
-SIZE (FreeBSDDesktop-libudev-devd-0.3-b7aa09f_GH0.tar.gz) = 16442 | |
+TIMESTAMP = 1527770786 | |
+SHA256 (FreeBSDDesktop-libudev-devd-0.4-fbe5a0b_GH0.tar.gz) = 4f6423caf9b673e8bae14c2ec94f0ac1c3fc90b2a1b96315ce11caba1ac342e2 | |
+SIZE (FreeBSDDesktop-libudev-devd-0.4-fbe5a0b_GH0.tar.gz) = 17111 | |
diff --git a/devel/libudev-devd/files/patch-utils.h b/devel/libudev-devd/files/patch-utils.h | |
deleted file mode 100644 | |
index 26f4db4a5623..000000000000 | |
--- a/devel/libudev-devd/files/patch-utils.h | |
+++ /dev/null | |
@@ -1,13 +0,0 @@ | |
---- utils.h.orig 2017-01-07 22:21:49 UTC | |
-+++ utils.h | |
-@@ -5,8 +5,8 @@ | |
- #include <unistd.h> | |
- | |
- | |
--#define ENABLE_TRACE | |
--#define LOG_LEVEL 1 | |
-+/* #define ENABLE_TRACE */ | |
-+#define LOG_LEVEL 0 | |
- | |
- /* | |
- #ifndef LOG_LEVEL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment