Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Mar 2020 07:55:53 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r528700 - in head/graphics/librsvg2-rust: . files
Message-ID:  <202003190755.02J7tr0i005084@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Thu Mar 19 07:55:52 2020
New Revision: 528700
URL: https://svnweb.freebsd.org/changeset/ports/528700

Log:
  graphics/librsvg2-rust: Update to 2.48.0
  
  Changes:	https://download.gnome.org/sources/librsvg/2.48/librsvg-2.48.0.news

Added:
  head/graphics/librsvg2-rust/files/
  head/graphics/librsvg2-rust/files/patch-tests_test-utils.c   (contents, props changed)
Modified:
  head/graphics/librsvg2-rust/Makefile
  head/graphics/librsvg2-rust/distinfo
  head/graphics/librsvg2-rust/pkg-plist

Modified: head/graphics/librsvg2-rust/Makefile
==============================================================================
--- head/graphics/librsvg2-rust/Makefile	Thu Mar 19 07:54:02 2020	(r528699)
+++ head/graphics/librsvg2-rust/Makefile	Thu Mar 19 07:55:52 2020	(r528700)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	librsvg
-PORTVERSION=	2.46.4
-PORTREVISION=	3
+PORTVERSION=	2.48.0
 CATEGORIES=	graphics gnome
 MASTER_SITES=	GNOME
 PKGNAMESUFFIX=	2-rust
@@ -14,22 +13,21 @@ COMMENT=	Library for parsing and rendering SVG vector-
 
 LICENSE=	LGPL20
 
-BUILD_DEPENDS=	${RUST_DEFAULT}>=1.34.0:lang/${RUST_DEFAULT} \
+BUILD_DEPENDS=	${RUST_DEFAULT}>=1.39.0:lang/${RUST_DEFAULT} \
 		valac:lang/vala
-LIB_DEPENDS=	libfreetype.so:print/freetype2 \
-		libfontconfig.so:x11-fonts/fontconfig \
-		libpng.so:graphics/png \
-		libcroco-0.6.so:textproc/libcroco
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libpng.so:graphics/png
 
 USES=		gettext gmake gnome libtool pkgconfig tar:xz
-USE_GNOME=	cairo gdkpixbuf2 libxml2 pango gnomeprefix introspection:build
+USE_GNOME=	cairo gdkpixbuf2 gnomeprefix libxml2 pango introspection:build
 USE_LDCONFIG=	yes
 
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--enable-vala \
-		--disable-Bsymbolic \
+CONFIGURE_ARGS=	--disable-Bsymbolic \
 		--disable-dependency-tracking \
-		--disable-static
+		--disable-static \
+		--enable-vala
 # Make sure it uses the Rust toolchain from ports.
 CONFIGURE_ENV=	CARGO=${LOCALBASE}/bin/cargo \
 		RUSTC=${LOCALBASE}/bin/rustc

Modified: head/graphics/librsvg2-rust/distinfo
==============================================================================
--- head/graphics/librsvg2-rust/distinfo	Thu Mar 19 07:54:02 2020	(r528699)
+++ head/graphics/librsvg2-rust/distinfo	Thu Mar 19 07:55:52 2020	(r528700)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1579716584
-SHA256 (gnome2/librsvg-2.46.4.tar.xz) = b45b9ee3b64c58baaf800bcdff5fcd04d79930dba4c56e46e0d3b0aead40cc29
-SIZE (gnome2/librsvg-2.46.4.tar.xz) = 12680904
+TIMESTAMP = 1583543568
+SHA256 (gnome2/librsvg-2.48.0.tar.xz) = 4a348b76cf4c52838e9c337ca767a38fe7f742db40ccccf8ac99f1946872cda6
+SIZE (gnome2/librsvg-2.48.0.tar.xz) = 13069444

Added: head/graphics/librsvg2-rust/files/patch-tests_test-utils.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/librsvg2-rust/files/patch-tests_test-utils.c	Thu Mar 19 07:55:52 2020	(r528700)
@@ -0,0 +1,8 @@
+--- tests/test-utils.c.orig	2020-03-07 01:31:18 UTC
++++ tests/test-utils.c
+@@ -376,5 +376,4 @@ test_utils_print_dependency_versions (void)
+     g_test_message ("Cairo version:    %s", cairo_version_string ());
+     g_test_message ("Pango version:    %s", pango_version_string ());
+     g_test_message ("Freetype version: %d.%d.%d", ft_major, ft_minor, ft_patch);
+-    g_test_message ("Harfbuzz version: %s", hb_version_string ());
+ }

Modified: head/graphics/librsvg2-rust/pkg-plist
==============================================================================
--- head/graphics/librsvg2-rust/pkg-plist	Thu Mar 19 07:54:02 2020	(r528699)
+++ head/graphics/librsvg2-rust/pkg-plist	Thu Mar 19 07:55:52 2020	(r528700)
@@ -6,7 +6,7 @@ lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders/libpixbufl
 lib/girepository-1.0/Rsvg-2.0.typelib
 lib/librsvg-2.so
 lib/librsvg-2.so.2
-lib/librsvg-2.so.2.46.0
+lib/librsvg-2.so.2.47.0
 libdata/pkgconfig/librsvg-2.0.pc
 man/man1/rsvg-convert.1.gz
 share/doc/rsvg-2.0/RsvgHandle.html



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