From owner-svn-ports-all@freebsd.org Mon Feb 17 20:15:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 8FAA02456BC; Mon, 17 Feb 2020 20:15:19 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48LwFz29qJz4Hc3; Mon, 17 Feb 2020 20:15:19 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 27FECC949; Mon, 17 Feb 2020 20:15:19 +0000 (UTC) (envelope-from zeising@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 01HKFJ4Y071350; Mon, 17 Feb 2020 20:15:19 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 01HKFIF9071349; Mon, 17 Feb 2020 20:15:18 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202002172015.01HKFIF9071349@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Mon, 17 Feb 2020 20:15:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r526425 - head/devel/libudev-devd X-SVN-Group: ports-head X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: head/devel/libudev-devd X-SVN-Commit-Revision: 526425 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Feb 2020 20:15:19 -0000 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