View | Details | Raw Unified | Return to bug 272118
Collapse All | Expand All

(-)b/devel/libevdev/Makefile (-9 / +6 lines)
Lines 1-23 Link Here
1
PORTNAME=	libevdev
1
PORTNAME=	libevdev
2
PORTVERSION=	1.9.1.20200928
2
PORTVERSION=	1.13.1
3
CATEGORIES=	devel
3
CATEGORIES=	devel
4
#MASTER_SITES=	http://freedesktop.org/software/${PORTNAME}/
4
MASTER_SITES=	https://freedesktop.org/software/${PORTNAME}/
5
5
6
MAINTAINER=	x11@FreeBSD.org
6
MAINTAINER=	x11@FreeBSD.org
7
COMMENT=	Linux Event Device library
7
COMMENT=	Wrapper library for evdev devices
8
WWW=		https://www.freedesktop.org/wiki/Software/libevdev/
8
WWW=		https://www.freedesktop.org/wiki/Software/libevdev/
9
9
10
LICENSE=	MIT # without linux/*.h
10
LICENSE=	MIT # without linux/*.h
11
LICENSE_FILE=	${WRKSRC}/COPYING
11
LICENSE_FILE=	${WRKSRC}/COPYING
12
12
13
USES=		meson pkgconfig python:3.5+,build shebangfix
13
USES=		meson pkgconfig python:3.5+,build shebangfix tar:xz
14
USE_LDCONFIG=	yes
14
USE_LDCONFIG=	yes
15
15
16
USE_GITLAB=	yes
16
MESON_ARGS=	-Ddocumentation=disabled \
17
GL_SITE=	https://gitlab.freedesktop.org
17
		-Dtests=disabled
18
GL_COMMIT=	6ea230bc72353c54fac628987b87cc1d3b6fd842
19
20
MESON_ARGS=	-Ddocumentation=disabled -Dtests=disabled
21
18
22
BINARY_ALIAS=	python3=${PYTHON_CMD}
19
BINARY_ALIAS=	python3=${PYTHON_CMD}
23
20
(-)b/devel/libevdev/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1617890454
1
TIMESTAMP = 1687310422
2
SHA256 (libevdev-libevdev-6ea230bc72353c54fac628987b87cc1d3b6fd842_GL0.tar.gz) = ee1886dd689e715ea625066a380b1d6c4e7d433dbfff72d5801e72194269e5ed
2
SHA256 (libevdev-1.13.1.tar.xz) = 06a77bf2ac5c993305882bc1641017f5bec1592d6d1b64787bad492ab34f2f36
3
SIZE (libevdev-libevdev-6ea230bc72353c54fac628987b87cc1d3b6fd842_GL0.tar.gz) = 166261
3
SIZE (libevdev-1.13.1.tar.xz) = 455484
(-)b/devel/libevdev/pkg-plist (-1 / +3 lines)
Lines 7-10 lib/libevdev.so Link Here
7
lib/libevdev.so.2
7
lib/libevdev.so.2
8
lib/libevdev.so.2.3.0
8
lib/libevdev.so.2.3.0
9
libdata/pkgconfig/libevdev.pc
9
libdata/pkgconfig/libevdev.pc
10
man/man1/libevdev-tweak-device.1.gz
11
man/man1/mouse-dpi-tool.1.gz
12
man/man1/touchpad-edge-detector.1.gz
10
man/man3/libevdev.3.gz
13
man/man3/libevdev.3.gz
11
- 

Return to bug 272118