Date: Wed, 15 May 2019 03:13:13 +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: r501681 - head/graphics/librsvg2-rust Message-ID: <201905150313.x4F3DDoi088253@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905150313.x4F3DDoi088253>