Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Sep 2020 19:47:07 +0000 (UTC)
From:      Niclas Zeising <zeising@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550741 - in head/devel/libmtdev: . files
Message-ID:  <202009301947.08UJl7vk050873@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Wed Sep 30 19:47:07 2020
New Revision: 550741
URL: https://svnweb.freebsd.org/changeset/ports/550741

Log:
  devel/libmtdev: Update to 1.1.6
  
  Update devel/libmtdev to 1.1.6 [0]
  Switch to USES=localbase instead of manipulating CPPFLAGS [1]
  Pass maintainership to x11@, since this is used in the xorg and wayland
  input stacks. [0]
  
  PR:		249962 [0], 249295 [1]
  Submitted by:	zeising [0]
  Suggested by:	daniel.engberg.lists@pyret.net [1]
  Approved by:	hselasky (maintainer)
  Obtained from:	FreeBSD Graphics Team git repo [0]

Deleted:
  head/devel/libmtdev/files/patch-test_mtdev-test.c
Modified:
  head/devel/libmtdev/Makefile
  head/devel/libmtdev/distinfo

Modified: head/devel/libmtdev/Makefile
==============================================================================
--- head/devel/libmtdev/Makefile	Wed Sep 30 19:44:33 2020	(r550740)
+++ head/devel/libmtdev/Makefile	Wed Sep 30 19:47:07 2020	(r550741)
@@ -1,13 +1,12 @@
 # $FreeBSD$
 
 PORTNAME=	mtdev
-PORTVERSION=	1.1.5
-PORTREVISION=	4
+PORTVERSION=	1.1.6
 CATEGORIES=	devel
 MASTER_SITES=	http://bitmath.org/code/${PORTNAME}/
 PKGNAMEPREFIX=	lib
 
-MAINTAINER=	hselasky@FreeBSD.org
+MAINTAINER=	x11@FreeBSD.org
 COMMENT=	Multitouch Protocol Translation Library
 
 LICENSE=	MIT
@@ -16,9 +15,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 RUN_DEPENDS=	${LOCALBASE}/include/linux/input.h:devel/evdev-proto
 
-USES=		libtool pathfix tar:bz2
+USES=		libtool localbase pathfix tar:bz2
 GNU_CONFIGURE=	yes
-CPPFLAGS+=	-I${LOCALBASE}/include # evdev-proto
 INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 

Modified: head/devel/libmtdev/distinfo
==============================================================================
--- head/devel/libmtdev/distinfo	Wed Sep 30 19:44:33 2020	(r550740)
+++ head/devel/libmtdev/distinfo	Wed Sep 30 19:47:07 2020	(r550741)
@@ -1,2 +1,3 @@
-SHA256 (mtdev-1.1.5.tar.bz2) = 6677d5708a7948840de734d8b4675d5980d4561171c5a8e89e54adf7a13eba7f
-SIZE (mtdev-1.1.5.tar.bz2) = 274162
+TIMESTAMP = 1600511766
+SHA256 (mtdev-1.1.6.tar.bz2) = 15d7b28da8ac71d8bc8c9287c2045fd174267bc740bec10cfda332dc1204e0e0
+SIZE (mtdev-1.1.6.tar.bz2) = 295965



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