Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2022 08:57:27 GMT
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 183a606170f0 - main - graphics/inkscape: fix fetch
Message-ID:  <202205230857.24N8vR0r015473@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by cmt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=183a606170f0c5f156e4af09e174ab7850a653e1

commit 183a606170f0c5f156e4af09e174ab7850a653e1
Author:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
AuthorDate: 2022-05-23 08:54:46 +0000
Commit:     Christoph Moench-Tegeder <cmt@FreeBSD.org>
CommitDate: 2022-05-23 08:54:46 +0000

    graphics/inkscape: fix fetch
    
    this is the link I get from https://inkscape.org/release/1.2/platforms/
    so it should be canonical; the previous MASTER_SITES did not have the
    file at this time.
    The actual distfile is the same, as per it's checksum.
    
    Approved by:    just-fixin'
---
 graphics/inkscape/Makefile | 3 +--
 graphics/inkscape/distinfo | 6 +++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile
index 6a5073f98897..bc1a6f6bf94f 100644
--- a/graphics/inkscape/Makefile
+++ b/graphics/inkscape/Makefile
@@ -3,8 +3,7 @@
 PORTNAME=	inkscape
 DISTVERSION=	1.2
 CATEGORIES=	graphics gnome
-MASTER_SITES=	https://inkscape.org/gallery/item/33449/
-DISTNAME=	${PORTNAME}-${DISTVERSION}_${DATETAG}
+MASTER_SITES=	https://media.inkscape.org/dl/resources/file/
 
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Full featured open source SVG editor
diff --git a/graphics/inkscape/distinfo b/graphics/inkscape/distinfo
index c88c792f2344..661d1d0e54a1 100644
--- a/graphics/inkscape/distinfo
+++ b/graphics/inkscape/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652829396
-SHA256 (inkscape-1.2_2022-05-15_dc2aedaf03.tar.xz) = 8d9b31142554945664edfefe2d6b55910a5099765f7176a71107c34f1dcde6ad
-SIZE (inkscape-1.2_2022-05-15_dc2aedaf03.tar.xz) = 39157952
+TIMESTAMP = 1653292395
+SHA256 (inkscape-1.2.tar.xz) = 8d9b31142554945664edfefe2d6b55910a5099765f7176a71107c34f1dcde6ad
+SIZE (inkscape-1.2.tar.xz) = 39157952



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202205230857.24N8vR0r015473>