Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Nov 2019 09:53:11 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r518490 - in head/devel: evdev-proto libevdev py-evdev
Message-ID:  <201911270953.xAR9rBG7034736@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Nov 27 09:53:10 2019
New Revision: 518490
URL: https://svnweb.freebsd.org/changeset/ports/518490

Log:
  devel/evdev-proto: Update to 5.3
  
  There are currently 3 copies of joystick.h in the ports tree with
  more on the way.  Provide it in evdev-proto instead to avoid adding
  more copies and to allow removing the existing ones.
  
  PR:		241348
  Submitted by:	rozhuk.im@gmail.com
  Reviewed by:	wulf
  Approved by:	portmgr (antoine)
  Exp-run by:	antoine

Modified:
  head/devel/evdev-proto/Makefile
  head/devel/evdev-proto/distinfo
  head/devel/libevdev/Makefile
  head/devel/py-evdev/Makefile

Modified: head/devel/evdev-proto/Makefile
==============================================================================
--- head/devel/evdev-proto/Makefile	Wed Nov 27 09:51:29 2019	(r518489)
+++ head/devel/evdev-proto/Makefile	Wed Nov 27 09:53:10 2019	(r518490)
@@ -1,10 +1,10 @@
 # $FreeBSD$
 
 PORTNAME=	evdev-proto
-PORTVERSION=	4.19
+PORTVERSION=	5.3
 CATEGORIES=	devel
 MASTER_SITES=	https://github.com/torvalds/linux/raw/v${PORTVERSION}/include/uapi/linux/
-DISTFILES=	input.h input-event-codes.h uinput.h
+DISTFILES=	input.h input-event-codes.h joystick.h uinput.h
 DIST_SUBDIR=	${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	x11@FreeBSD.org
@@ -46,6 +46,7 @@ post-patch:
 		/#define/ s/_IOW(.*), *int/_IOWINT\1/ ; \
 		/#define/ s/_IOW(.*), *char\*/_IO\1/ ; \
 		/#define/ s/_IOC_READ/IOC_OUT/' \
+		${WRKSRC}/joystick.h \
 		${WRKSRC}/uinput.h
 
 do-install:

Modified: head/devel/evdev-proto/distinfo
==============================================================================
--- head/devel/evdev-proto/distinfo	Wed Nov 27 09:51:29 2019	(r518489)
+++ head/devel/evdev-proto/distinfo	Wed Nov 27 09:53:10 2019	(r518490)
@@ -1,7 +1,9 @@
-TIMESTAMP = 1545220953
-SHA256 (evdev-proto-4.19/input.h) = 6daff6404fe93484d1c53f8f8bd49d3ae2094f3c1b41871e05a9ba5c8eecc420
-SIZE (evdev-proto-4.19/input.h) = 15929
-SHA256 (evdev-proto-4.19/input-event-codes.h) = a736ca688b6d5fd5d0f52d77b620387dd1f0d360ebba53106ca7be96a8231249
-SIZE (evdev-proto-4.19/input-event-codes.h) = 24313
-SHA256 (evdev-proto-4.19/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974
-SIZE (evdev-proto-4.19/uinput.h) = 9276
+TIMESTAMP = 1572423799
+SHA256 (evdev-proto-5.3/input.h) = 604bffbf87f5f878492c1f27060e46c6df8bc6f287e5eba704c74fd35d2cfd22
+SIZE (evdev-proto-5.3/input.h) = 16012
+SHA256 (evdev-proto-5.3/input-event-codes.h) = da98fb10ef60609ec72deb28d90dd0b6520071f340e9ffe7695d7118ffc2ee9b
+SIZE (evdev-proto-5.3/input-event-codes.h) = 25228
+SHA256 (evdev-proto-5.3/joystick.h) = 2e0173c796da0d7537115afae6901e80f5aad6726921afd5a3d2fcdd6ae70a39
+SIZE (evdev-proto-5.3/joystick.h) = 3449
+SHA256 (evdev-proto-5.3/uinput.h) = 9123b078f13047c34797332c4f835e5f1e418387e9a950024920faa5a1186974
+SIZE (evdev-proto-5.3/uinput.h) = 9276

Modified: head/devel/libevdev/Makefile
==============================================================================
--- head/devel/libevdev/Makefile	Wed Nov 27 09:51:29 2019	(r518489)
+++ head/devel/libevdev/Makefile	Wed Nov 27 09:53:10 2019	(r518490)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libevdev
 PORTVERSION=	1.5.9
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://freedesktop.org/software/${PORTNAME}/
 

Modified: head/devel/py-evdev/Makefile
==============================================================================
--- head/devel/py-evdev/Makefile	Wed Nov 27 09:51:29 2019	(r518489)
+++ head/devel/py-evdev/Makefile	Wed Nov 27 09:53:10 2019	(r518490)
@@ -2,6 +2,7 @@
 
 PORTNAME=	evdev
 PORTVERSION=	0.8.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}



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