Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 2020 20:15:18 +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: r526425 - head/devel/libudev-devd
Message-ID:  <202002172015.01HKFIF9071349@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zeising
Date: Mon Feb 17 20:15:18 2020
New Revision: 526425
URL: https://svnweb.freebsd.org/changeset/ports/526425

Log:
  devel/libudev-devd: Update to 0.4.1
  
  Update the version of devel/libudev-devd.
  
  Release highlights:
  - Switch to meson instead of autotools
  - Add support for DRM hotplug events
  - Fix detection of joysticks and accelerometers
  - Add support for sysctl-based evdev property enumeration
  - Add support for switch devices
  
  Differential Revision:	https://reviews.freebsd.org/D23715 (based on)

Modified:
  head/devel/libudev-devd/Makefile
  head/devel/libudev-devd/distinfo

Modified: head/devel/libudev-devd/Makefile
==============================================================================
--- head/devel/libudev-devd/Makefile	Mon Feb 17 20:05:54 2020	(r526424)
+++ head/devel/libudev-devd/Makefile	Mon Feb 17 20:15:18 2020	(r526425)
@@ -1,7 +1,8 @@
 # $FreeBSD$
 
 PORTNAME=	libudev-devd
-PORTVERSION=	0.4
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.4.1
 CATEGORIES=	devel
 
 MAINTAINER=	x11@FreeBSD.org
@@ -13,12 +14,9 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linux/input.h:deve
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	FreeBSDDesktop
-GH_TAGNAME=	fbe5a0b
 
-USES=		autoreconf gmake libtool localbase pathfix pkgconfig
+USES=		localbase meson pkgconfig
 USE_LDCONFIG=	yes
-GNU_CONFIGURE=	yes
-INSTALL_TARGET=	install-strip
 
 PLIST_FILES=	include/libudev.h \
 		lib/libudev.so \

Modified: head/devel/libudev-devd/distinfo
==============================================================================
--- head/devel/libudev-devd/distinfo	Mon Feb 17 20:05:54 2020	(r526424)
+++ head/devel/libudev-devd/distinfo	Mon Feb 17 20:15:18 2020	(r526425)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1527795819
-SHA256 (FreeBSDDesktop-libudev-devd-0.4-fbe5a0b_GH0.tar.gz) = 4f6423caf9b673e8bae14c2ec94f0ac1c3fc90b2a1b96315ce11caba1ac342e2
-SIZE (FreeBSDDesktop-libudev-devd-0.4-fbe5a0b_GH0.tar.gz) = 17111
+TIMESTAMP = 1581970099
+SHA256 (FreeBSDDesktop-libudev-devd-v0.4.1_GH0.tar.gz) = e7da7af84057f72697f645a6aa0c9bc5647abd9e4528e00280ab10de34e33faa
+SIZE (FreeBSDDesktop-libudev-devd-v0.4.1_GH0.tar.gz) = 17897



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