Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Feb 2022 07:05:10 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: 1533ff4afb47 - 2022Q1 - graphics/exiv2: Fix fetch
Message-ID:  <202202040705.21475AOT063915@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2022Q1 has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1533ff4afb47c8b666c380e705e0f476a0c74b82

commit 1533ff4afb47c8b666c380e705e0f476a0c74b82
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-04 06:51:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-04 07:04:58 +0000

    graphics/exiv2: Fix fetch
    
    Change MASTER_SITES to one that is in the listed URL on their
    downloads page https://exiv2.org/download.html
    
    Approved by:    portmgr (fix brokenness)
    
    (cherry picked from commit 2c69c2816692478501a934d6977e62c4b6cfcaa7)
---
 graphics/exiv2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/graphics/exiv2/Makefile b/graphics/exiv2/Makefile
index 29f05b84c89f..101c7a212127 100644
--- a/graphics/exiv2/Makefile
+++ b/graphics/exiv2/Makefile
@@ -5,7 +5,7 @@ DISTVERSION=	0.27.5
 DISTVERSIONSUFFIX=	-Source
 PORTEPOCH=	1
 CATEGORIES=	graphics
-MASTER_SITES=	https://www.exiv2.org/builds/
+MASTER_SITES=	https://github.com/Exiv2/exiv2/releases/download/v${DISTVERSION}/
 
 MAINTAINER=	multimedia@FreeBSD.org
 COMMENT=	Exif, IPTC, and XMP metadata manipulation library and tools



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