Date: Sun, 13 Oct 2024 10:14:41 GMT From: Daniel Engberg <diizzy@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b1ba6c2898fc - main - graphics/libfpx: Refresh MASTER_SITES and update WWW entry Message-ID: <202410131014.49DAEfia091041@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=b1ba6c2898fc62b1c2dd48fc674c7a6024fb0c65 commit b1ba6c2898fc62b1c2dd48fc674c7a6024fb0c65 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-10-13 10:02:57 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-10-13 10:13:53 +0000 graphics/libfpx: Refresh MASTER_SITES and update WWW entry Remove dead and update URLs for mirrors and point WWW to GitHub repo Approved by: portmgr (blanket) --- graphics/libfpx/Makefile | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/graphics/libfpx/Makefile b/graphics/libfpx/Makefile index 938d81000e9c..bcf891261947 100644 --- a/graphics/libfpx/Makefile +++ b/graphics/libfpx/Makefile @@ -2,18 +2,13 @@ PORTNAME= libfpx DISTVERSION= 1.3.1-10 PORTREVISION= 1 CATEGORIES= graphics -MASTER_SITES= http://imagemagick.mirrorcatalogs.com/delegates/ \ - http://www.imagemagick.org/download/delegates/ \ - ftp://mirror.aarnet.edu.au/pub/imagemagick/delegates/ \ - ftp://gd.tuwien.ac.at/pub/graphics/ImageMagick/delegates/ \ - http://servingzone.com/mirrors/ImageMagick/delegates/ \ - http://mirror.checkdomain.de/imagemagick/delegates/ \ - ftp://mirror.checkdomain.de/imagemagick/delegates/ \ - http://image_magick.veidrodis.com/image_magick/delegates/ +MASTER_SITES= https://www.imagemagick.org/download/delegates/ \ + https://mirror.aarnet.edu.au/pub/imagemagick/delegates/ \ + https://mirror.checkdomain.de/imagemagick/delegates/ MAINTAINER= ports@virtual-estates.net COMMENT= Library routines for working with Flashpix images -WWW= https://www.i3a.org/ +WWW= https://github.com/ImageMagick/libfpx USES= cpe tar:xz uidfix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410131014.49DAEfia091041>