From owner-svn-ports-head@freebsd.org Wed May 15 03:13:15 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23B5F15A6B23; Wed, 15 May 2019 03:13:15 +0000 (UTC) (envelope-from tobik@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 7B5086E989; Wed, 15 May 2019 03:13:14 +0000 (UTC) (envelope-from tobik@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 3C5462DE8; Wed, 15 May 2019 03:13:14 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4F3DEhg088255; Wed, 15 May 2019 03:13:14 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4F3DDoi088253; Wed, 15 May 2019 03:13:13 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201905150313.x4F3DDoi088253@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Wed, 15 May 2019 03:13:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r501681 - head/graphics/librsvg2-rust X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/graphics/librsvg2-rust X-SVN-Commit-Revision: 501681 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7B5086E989 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.962,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 May 2019 03:13:15 -0000 Author: tobik Date: Wed May 15 03:13:13 2019 New Revision: 501681 URL: https://svnweb.freebsd.org/changeset/ports/501681 Log: graphics/librsvg2-rust: Update to 2.45.6 Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.6.news Modified: head/graphics/librsvg2-rust/Makefile head/graphics/librsvg2-rust/distinfo Modified: head/graphics/librsvg2-rust/Makefile ============================================================================== --- head/graphics/librsvg2-rust/Makefile Wed May 15 03:12:55 2019 (r501680) +++ head/graphics/librsvg2-rust/Makefile Wed May 15 03:13:13 2019 (r501681) @@ -2,21 +2,18 @@ # $FreeBSD$ PORTNAME= librsvg -PORTVERSION= 2.45.5 -PORTREVISION= 4 +PORTVERSION= 2.45.6 CATEGORIES= graphics gnome -MASTER_SITES= GNOME \ - CRATESIO/libc/0.2.49:libc +MASTER_SITES= GNOME PKGNAMESUFFIX= 2-rust -DISTFILES= gnome2/${DISTNAME}${EXTRACT_SUFX} \ - rust/crates/libc-0.2.49.tar.gz:libc +DIST_SUBDIR= gnome2 MAINTAINER= tobik@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files LICENSE= LGPL20 -BUILD_DEPENDS= ${RUST_DEFAULT}>=1.27.0:lang/${RUST_DEFAULT} \ +BUILD_DEPENDS= ${RUST_DEFAULT}>=1.30.0:lang/${RUST_DEFAULT} \ valac:lang/vala LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ @@ -47,10 +44,6 @@ post-patch: # Disable vendor checksums @${REINPLACE_CMD} -e 's/"files":{[^}]*}/"files":{}/' \ ${WRKSRC}/vendor/*/.cargo-checksum.json -# Replace vendored libc crate with libc-0.2.49 for tier 2 arch support - ${RM} -r ${WRKSRC}/vendor/libc - ${MV} ${WRKDIR}/libc-0.2.49 ${WRKSRC}/vendor/libc - @${ECHO_CMD} '{"files":{}}' > ${WRKSRC}/vendor/libc/.cargo-checksum.json pre-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ${LOCALBASE}/bin/cargo update Modified: head/graphics/librsvg2-rust/distinfo ============================================================================== --- head/graphics/librsvg2-rust/distinfo Wed May 15 03:12:55 2019 (r501680) +++ head/graphics/librsvg2-rust/distinfo Wed May 15 03:13:13 2019 (r501681) @@ -1,5 +1,3 @@ -TIMESTAMP = 1550930141 -SHA256 (gnome2/librsvg-2.45.5.tar.xz) = 600872dc608fe5e01bfd8d5b3046d01b53b99121bc5ab9663531b53630843700 -SIZE (gnome2/librsvg-2.45.5.tar.xz) = 13485044 -SHA256 (rust/crates/libc-0.2.49.tar.gz) = 413f3dfc802c5dc91dc570b05125b6cda9855edfaa9825c9849807876376e70e -SIZE (rust/crates/libc-0.2.49.tar.gz) = 375486 +TIMESTAMP = 1557889277 +SHA256 (gnome2/librsvg-2.45.6.tar.xz) = 0e6e26cb5c79cfa73c0ddab06808ace4d10c4a626b81c31a75ead37c6cb4df41 +SIZE (gnome2/librsvg-2.45.6.tar.xz) = 12757708