git: 2c69c2816692 - main - graphics/exiv2: Fix fetch

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Fri, 04 Feb 2022 06:53:49 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=2c69c2816692478501a934d6977e62c4b6cfcaa7

commit 2c69c2816692478501a934d6977e62c4b6cfcaa7
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2022-02-04 06:51:57 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2022-02-04 06:51:57 +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)
---
 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