svn commit: r544690 - head/devel/libgudev
Niclas Zeising
zeising at FreeBSD.org
Tue Aug 11 16:03:35 UTC 2020
Author: zeising
Date: Tue Aug 11 16:03:34 2020
New Revision: 544690
URL: https://svnweb.freebsd.org/changeset/ports/544690
Log:
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]
MFH: 2020Q3
Modified:
head/devel/libgudev/Makefile
head/devel/libgudev/distinfo
Modified: head/devel/libgudev/Makefile
==============================================================================
--- head/devel/libgudev/Makefile Tue Aug 11 15:38:32 2020 (r544689)
+++ head/devel/libgudev/Makefile Tue Aug 11 16:03:34 2020 (r544690)
@@ -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: head/devel/libgudev/distinfo
==============================================================================
--- head/devel/libgudev/distinfo Tue Aug 11 15:38:32 2020 (r544689)
+++ head/devel/libgudev/distinfo Tue Aug 11 16:03:34 2020 (r544690)
@@ -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