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
This commit is contained in:
parent
c9693f7291
commit
96329810fb
3 changed files with 12 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue