aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Kondratyev <wulf@FreeBSD.org>2021-09-05 00:35:01 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-09-06 19:19:48 +0000
commit96329810fb9473f860b02211eb269e95dac33a0d (patch)
treeedcf6cb2dd66a70b78b9e24f160fe84d8cf10c07
parentc9693f729190b7328d60b398788688d40ccc6ab6 (diff)
downloadports-96329810fb9473f860b02211eb269e95dac33a0d.tar.gz
ports-96329810fb9473f860b02211eb269e95dac33a0d.zip
devel/libudev-devd: update to 0.5.0
- Switch home to the author's repo as FreeBSDDesktop is no longer active Changes: https://github.com/wulf7/libudev-devd/releases/tag/v0.5.0 PR: 258266 Reviewed by: jbeich Approved by: zeising
-rw-r--r--devel/libudev-devd/Makefile11
-rw-r--r--devel/libudev-devd/distinfo6
-rw-r--r--devel/libudev-devd/pkg-descr2
3 files changed, 12 insertions, 7 deletions
diff --git a/devel/libudev-devd/Makefile b/devel/libudev-devd/Makefile
index 411de654d6fe..3f41a5d0acd1 100644
--- a/devel/libudev-devd/Makefile
+++ b/devel/libudev-devd/Makefile
@@ -1,7 +1,6 @@
PORTNAME= libudev-devd
DISTVERSIONPREFIX= v
-DISTVERSION= 0.4.2
-PORTREVISION= 1
+DISTVERSION= 0.5.0
CATEGORIES= devel
MAINTAINER= x11@FreeBSD.org
@@ -12,7 +11,7 @@ LICENSE= BSD2CLAUSE
BUILD_DEPENDS= ${LOCALBASE}/include/linux/input.h:devel/evdev-proto
USE_GITHUB= yes
-GH_ACCOUNT= FreeBSDDesktop
+GH_ACCOUNT= wulf7
USES= compiler:c11 localbase meson
USE_LDCONFIG= yes
@@ -25,4 +24,10 @@ PLIST_FILES= include/libudev.h \
lib/libudev.so.0.0.0 \
libdata/pkgconfig/libudev.pc
+OPTIONS_DEFINE= GPL
+
+GPL_DESC= Enable GPL-licensed code
+GPL_MESON_TRUE= enable-gpl
+GPL_VARS= LICENSE+=LGPL21+ LICENSE_COMB=multi
+
.include <bsd.port.mk>
diff --git a/devel/libudev-devd/distinfo b/devel/libudev-devd/distinfo
index fc4fcb651097..1ba1a8b5ee26 100644
--- a/devel/libudev-devd/distinfo
+++ b/devel/libudev-devd/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1587248778
-SHA256 (FreeBSDDesktop-libudev-devd-v0.4.2_GH0.tar.gz) = b6d9b694b49e0b1010fdd7ef03edd4832682dcd972751ada214f4042f9a7d1db
-SIZE (FreeBSDDesktop-libudev-devd-v0.4.2_GH0.tar.gz) = 17945
+TIMESTAMP = 1630762683
+SHA256 (wulf7-libudev-devd-v0.5.0_GH0.tar.gz) = ad66a4e8f082d793691286a57263ff57ee7f96ae920d9b26205ed0bd7c5bf1a6
+SIZE (wulf7-libudev-devd-v0.5.0_GH0.tar.gz) = 32648
diff --git a/devel/libudev-devd/pkg-descr b/devel/libudev-devd/pkg-descr
index 31a088f4abe0..2cd76943624c 100644
--- a/devel/libudev-devd/pkg-descr
+++ b/devel/libudev-devd/pkg-descr
@@ -2,4 +2,4 @@ libudev-compatible interface for devd
Intended to work with xorg-server and libinput
-WWW: https://github.com/FreeBSDDesktop/libudev-devd
+WWW: https://github.com/wulf7/libudev-devd