View | Details | Raw Unified | Return to bug 241348 | Differences between
and this patch

Collapse All | Expand All

(-)devel/libevdev/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	libevdev
3
PORTNAME=	libevdev
4
PORTVERSION=	1.5.9
4
PORTVERSION=	1.5.9
5
PORTREVISION=	1
5
CATEGORIES=	devel
6
CATEGORIES=	devel
6
MASTER_SITES=	http://freedesktop.org/software/${PORTNAME}/
7
MASTER_SITES=	http://freedesktop.org/software/${PORTNAME}/
7
8
(-)devel/py-evdev/Makefile (+1 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	evdev
3
PORTNAME=	evdev
4
PORTVERSION=	0.8.1
4
PORTVERSION=	0.8.1
5
PORTREVISION=	1
5
CATEGORIES=	devel python
6
CATEGORIES=	devel python
6
MASTER_SITES=	CHEESESHOP
7
MASTER_SITES=	CHEESESHOP
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
(-)devel/evdev-proto/Makefile (-2 / +3 lines)
Lines 1-10 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	evdev-proto
3
PORTNAME=	evdev-proto
4
PORTVERSION=	4.19
4
PORTVERSION=	5.3
5
CATEGORIES=	devel
5
CATEGORIES=	devel
6
MASTER_SITES=	https://github.com/torvalds/linux/raw/v${PORTVERSION}/include/uapi/linux/
6
MASTER_SITES=	https://github.com/torvalds/linux/raw/v${PORTVERSION}/include/uapi/linux/
7
DISTFILES=	input.h input-event-codes.h uinput.h
7
DISTFILES=	input.h input-event-codes.h joystick.h uinput.h
8
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
8
DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
9
9
10
MAINTAINER=	x11@FreeBSD.org
10
MAINTAINER=	x11@FreeBSD.org
Lines 46-51 Link Here
46
		/#define/ s/_IOW(.*), *int/_IOWINT\1/ ; \
46
		/#define/ s/_IOW(.*), *int/_IOWINT\1/ ; \
47
		/#define/ s/_IOW(.*), *char\*/_IO\1/ ; \
47
		/#define/ s/_IOW(.*), *char\*/_IO\1/ ; \
48
		/#define/ s/_IOC_READ/IOC_OUT/' \
48
		/#define/ s/_IOC_READ/IOC_OUT/' \
49
		${WRKSRC}/joystick.h \
49
		${WRKSRC}/uinput.h
50
		${WRKSRC}/uinput.h
50
51
51
do-install:
52
do-install:
(-)devel/evdev-proto/distinfo (-7 / +9 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1545220953
1
TIMESTAMP = 1572423799
2
SHA256 (evdev-proto-4.19/input.h) = 6daff6404fe93484d1c53f8f8bd49d3ae2094f3c1b41871e05a9ba5c8eecc420
2
SHA256 (evdev-proto-5.3/input.h) = 604bffbf87f5f878492c1f27060e46c6df8bc6f287e5eba704c74fd35d2cfd22
3
SIZE (evdev-proto-4.19/input.h) = 15929
3
SIZE (evdev-proto-5.3/input.h) = 16012
4
SHA256 (evdev-proto-4.19/input-event-codes.h) = a736ca688b6d5fd5d0f52d77b620387dd1f0d360ebba53106ca7be96a8231249
4
SHA256 (evdev-proto-5.3/input-event-codes.h) = da98fb10ef60609ec72deb28d90dd0b6520071f340e9ffe7695d7118ffc2ee9b
5
SIZE (evdev-proto-4.19/input-event-codes.h) = 24313
5
SIZE (evdev-proto-5.3/input-event-codes.h) = 25228
6
SHA256 (evdev-proto-4.19/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974
6
SHA256 (evdev-proto-5.3/joystick.h) = 2e0173c796da0d7537115afae6901e80f5aad6726921afd5a3d2fcdd6ae70a39
7
SIZE (evdev-proto-4.19/uinput.h) = 9276
7
SIZE (evdev-proto-5.3/joystick.h) = 3449
8
SHA256 (evdev-proto-5.3/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974
9
SIZE (evdev-proto-5.3/uinput.h) = 9276

Return to bug 241348