Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Sep 2021 19:26:59 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 96329810fb94 - main - devel/libudev-devd: update to 0.5.0
Message-ID:  <202109061926.186JQxSF047479@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=96329810fb9473f860b02211eb269e95dac33a0d

commit 96329810fb9473f860b02211eb269e95dac33a0d
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2021-09-05 00:35:01 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-09-06 19:19:48 +0000

    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
---
 devel/libudev-devd/Makefile  | 11 ++++++++---
 devel/libudev-devd/distinfo  |  6 +++---
 devel/libudev-devd/pkg-descr |  2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109061926.186JQxSF047479>