Index: head/devel/libmtdev/Makefile =================================================================== --- head/devel/libmtdev/Makefile (revision 550740) +++ head/devel/libmtdev/Makefile (revision 550741) @@ -1,25 +1,23 @@ # $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 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 .include Index: head/devel/libmtdev/distinfo =================================================================== --- head/devel/libmtdev/distinfo (revision 550740) +++ head/devel/libmtdev/distinfo (revision 550741) @@ -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 Index: head/devel/libmtdev/files/patch-test_mtdev-test.c =================================================================== --- head/devel/libmtdev/files/patch-test_mtdev-test.c (revision 550740) +++ head/devel/libmtdev/files/patch-test_mtdev-test.c (nonexistent) @@ -1,16 +0,0 @@ ---- test/mtdev-test.c.orig 2014-02-28 18:48:23 UTC -+++ test/mtdev-test.c -@@ -28,11 +28,12 @@ - - #include - #include -+#include - #include - #include - - /* year-proof millisecond event time */ --typedef __u64 mstime_t; -+typedef uint64_t mstime_t; - - static int use_event(const struct input_event *ev) - { Property changes on: head/devel/libmtdev/files/patch-test_mtdev-test.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property