mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
graphics/librsvg2-rust: Update to 2.45.5
- Remove upstreamed patches Changes: https://download.gnome.org/sources/librsvg/2.45/librsvg-2.45.5.news
This commit is contained in:
parent
3bbe1d37c7
commit
69c03e84a0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493166
5 changed files with 4 additions and 28 deletions
|
@ -2,8 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= librsvg
|
||||
PORTVERSION= 2.45.4
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 2.45.5
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= GNOME
|
||||
PKGNAMESUFFIX= 2-rust
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1547592661
|
||||
SHA256 (gnome2/librsvg-2.45.4.tar.xz) = eeb6105cb28deec7a8a2ef270ae86b13fc555ff7dc85014a6b3e7cf0e88a7b4f
|
||||
SIZE (gnome2/librsvg-2.45.4.tar.xz) = 13578068
|
||||
TIMESTAMP = 1550406514
|
||||
SHA256 (gnome2/librsvg-2.45.5.tar.xz) = 600872dc608fe5e01bfd8d5b3046d01b53b99121bc5ab9663531b53630843700
|
||||
SIZE (gnome2/librsvg-2.45.5.tar.xz) = 13485044
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Makefile.in.orig 2019-01-15 23:06:06 UTC
|
||||
+++ Makefile.in
|
||||
@@ -1954,7 +1954,7 @@ $(RUST_LIB): $(RUST_SRC)
|
||||
PKG_CONFIG_ALLOW_CROSS=1 \
|
||||
PKG_CONFIG='$(PKG_CONFIG)' \
|
||||
CARGO_TARGET_DIR=$(CARGO_TARGET_DIR) \
|
||||
- cargo build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS)
|
||||
+ $(CARGO) build $(CARGO_VERBOSE) $(CARGO_TARGET_ARGS) $(CARGO_RELEASE_ARGS)
|
||||
|
||||
librsvg/librsvg-enum-types.h: librsvg/s-enum-types-h
|
||||
@true
|
|
@ -1,11 +0,0 @@
|
|||
--- configure.orig 2019-01-15 22:59:02 UTC
|
||||
+++ configure
|
||||
@@ -16420,7 +16420,7 @@ fi
|
||||
MINIMUM_RUST_MAJOR=1
|
||||
MINIMUM_RUST_MINOR=27
|
||||
|
||||
-rust_version=`rustc --version`
|
||||
+rust_version=`$RUSTC --version`
|
||||
version=`echo "$rust_version" | sed -e 's/^rustc //g'`
|
||||
major=`echo "$version" | cut -d. -f1`
|
||||
minor=`echo "$version" | cut -d. -f2`
|
|
@ -1,5 +1,4 @@
|
|||
bin/rsvg-convert
|
||||
include/librsvg-2.0/librsvg/librsvg-enum-types.h
|
||||
include/librsvg-2.0/librsvg/librsvg-features.h
|
||||
include/librsvg-2.0/librsvg/rsvg-cairo.h
|
||||
include/librsvg-2.0/librsvg/rsvg.h
|
||||
|
|
Loading…
Add table
Reference in a new issue