Date: Tue, 9 May 2017 10:47:27 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440479 - head/graphics/librsvg2 Message-ID: <201705091047.v49AlRBI089647@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kwm Date: Tue May 9 10:47:27 2017 New Revision: 440479 URL: https://svnweb.freebsd.org/changeset/ports/440479 Log: Update librsvg2 to 2.40.17. Set PORTSCOUT to filter on 2.40, 2.41 series has a rust requirement which needs to be looked at. Modified: head/graphics/librsvg2/Makefile head/graphics/librsvg2/distinfo head/graphics/librsvg2/pkg-plist Modified: head/graphics/librsvg2/Makefile ============================================================================== --- head/graphics/librsvg2/Makefile Tue May 9 09:26:04 2017 (r440478) +++ head/graphics/librsvg2/Makefile Tue May 9 10:47:27 2017 (r440479) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= librsvg -PORTVERSION= 2.40.16 +PORTVERSION= 2.40.17 CATEGORIES= graphics gnome MASTER_SITES= GNOME PKGNAMESUFFIX= 2 @@ -11,6 +11,8 @@ DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Library for parsing and rendering SVG vector-graphic files +PORTSCOUT= limit:^2\.40\. + LIB_DEPENDS= libfreetype.so:print/freetype2 \ libpng.so:graphics/png \ libcroco-0.6.so:textproc/libcroco Modified: head/graphics/librsvg2/distinfo ============================================================================== --- head/graphics/librsvg2/distinfo Tue May 9 09:26:04 2017 (r440478) +++ head/graphics/librsvg2/distinfo Tue May 9 10:47:27 2017 (r440479) @@ -1,3 +1,3 @@ -TIMESTAMP = 1469027928 -SHA256 (gnome2/librsvg-2.40.16.tar.xz) = d48bcf6b03fa98f07df10332fb49d8c010786ddca6ab34cbba217684f533ff2e -SIZE (gnome2/librsvg-2.40.16.tar.xz) = 560800 +TIMESTAMP = 1494326467 +SHA256 (gnome2/librsvg-2.40.17.tar.xz) = e6f6c5cbecc405bb945c7cd15061276035ae3173bbb3bb25e8a916779c7f69cc +SIZE (gnome2/librsvg-2.40.17.tar.xz) = 573244 Modified: head/graphics/librsvg2/pkg-plist ============================================================================== --- head/graphics/librsvg2/pkg-plist Tue May 9 09:26:04 2017 (r440478) +++ head/graphics/librsvg2/pkg-plist Tue May 9 10:47:27 2017 (r440479) @@ -25,7 +25,6 @@ share/doc/rsvg-2.0/api-index-deprecated. share/doc/rsvg-2.0/api-index-full.html share/doc/rsvg-2.0/home.png share/doc/rsvg-2.0/index.html -share/doc/rsvg-2.0/index.sgml share/doc/rsvg-2.0/left-insensitive.png share/doc/rsvg-2.0/left.png share/doc/rsvg-2.0/licence.html @@ -42,5 +41,6 @@ share/doc/rsvg-2.0/style.css share/doc/rsvg-2.0/up-insensitive.png share/doc/rsvg-2.0/up.png share/gir-1.0/Rsvg-2.0.gir +share/thumbnailers/librsvg.thumbnailer @postexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true @postunexec %D/bin/gdk-pixbuf-query-loaders > /dev/null 2>&1 && %D/bin/gdk-pixbuf-query-loaders > %D/lib/gdk-pixbuf-2.0/%%GTK2_VERSION%%/loaders.cache 2>/dev/null || /usr/bin/true
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705091047.v49AlRBI089647>