mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 13:20:32 -04:00
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.
This commit is contained in:
parent
417dd43ee2
commit
0204d03d08
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=440479
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -25,7 +25,6 @@ share/doc/rsvg-2.0/api-index-deprecated.html
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue