From owner-svn-ports-all@freebsd.org Wed Aug 12 16:47:32 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 3E3E03A5B90; Wed, 12 Aug 2020 16:47:32 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BRbGX0vtbz48DT; Wed, 12 Aug 2020 16:47:32 +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 0342DF12F; Wed, 12 Aug 2020 16:47:32 +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 07CGlV4B003064; Wed, 12 Aug 2020 16:47:31 GMT (envelope-from zeising@FreeBSD.org) Received: (from zeising@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 07CGlVFr003062; Wed, 12 Aug 2020 16:47:31 GMT (envelope-from zeising@FreeBSD.org) Message-Id: <202008121647.07CGlVFr003062@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: zeising set sender to zeising@FreeBSD.org using -f From: Niclas Zeising Date: Wed, 12 Aug 2020 16:47:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r544756 - branches/2020Q3/devel/libgudev X-SVN-Group: ports-branches X-SVN-Commit-Author: zeising X-SVN-Commit-Paths: branches/2020Q3/devel/libgudev X-SVN-Commit-Revision: 544756 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.33 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: Wed, 12 Aug 2020 16:47:32 -0000 Author: zeising Date: Wed Aug 12 16:47:31 2020 New Revision: 544756 URL: https://svnweb.freebsd.org/changeset/ports/544756 Log: MFH: r544690 devel/libgudev: Update to 233 Update devel/libgudev to 233. [1] Change to use MASTER_SITE_GNOME. Disable umockdev since we don't have that in ports, and it's only used for tests. Fix COMMENT per portlint. PR: 248565 [1] Requested by: jbeich [1] Approved by: ports-secteam (joenum) Modified: branches/2020Q3/devel/libgudev/Makefile branches/2020Q3/devel/libgudev/distinfo Directory Properties: branches/2020Q3/ (props changed) Modified: branches/2020Q3/devel/libgudev/Makefile ============================================================================== --- branches/2020Q3/devel/libgudev/Makefile Wed Aug 12 16:46:05 2020 (r544755) +++ branches/2020Q3/devel/libgudev/Makefile Wed Aug 12 16:47:31 2020 (r544756) @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= libgudev -PORTVERSION= 230 -PORTREVISION= 1 +PORTVERSION= 233 CATEGORIES= devel -MASTER_SITES= https://download.gnome.org/sources/libgudev/${PORTVERSION}/ +MASTER_SITES= ${MASTER_SITE_GNOME} +MASTER_SITE_SUBDIR=sources/libgudev/${PORTVERSION} MAINTAINER= x11@FreeBSD.org -COMMENT= GObject bindings for libudev. +COMMENT= GObject bindings for libudev LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING @@ -20,5 +20,6 @@ USE_GNOME= glib20 introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALL_TARGET= install-strip +CONFIGURE_ARGS= --disable-umockdev .include Modified: branches/2020Q3/devel/libgudev/distinfo ============================================================================== --- branches/2020Q3/devel/libgudev/distinfo Wed Aug 12 16:46:05 2020 (r544755) +++ branches/2020Q3/devel/libgudev/distinfo Wed Aug 12 16:47:31 2020 (r544756) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485731896 -SHA256 (libgudev-230.tar.xz) = a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18 -SIZE (libgudev-230.tar.xz) = 257528 +TIMESTAMP = 1597079575 +SHA256 (libgudev-233.tar.xz) = 587c4970eb23f4e2deee2cb1fb7838c94a78c578f41ce12cac0a3f4a80dabb03 +SIZE (libgudev-233.tar.xz) = 271292