svn commit: r544756 - branches/2020Q3/devel/libgudev
Niclas Zeising
zeising at FreeBSD.org
Wed Aug 12 16:47:32 UTC 2020
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 at 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 <bsd.port.mk>
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
More information about the svn-ports-all
mailing list