Skip to content

Commit

Permalink
graphics/exiv2: Fix fetch
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
yurivict committed Feb 4, 2022
1 parent 2c53ea8 commit 2c69c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/exiv2/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 2c69c28

Please sign in to comment.