diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2025-10-03 10:25:19 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-10-03 10:42:54 +0000 |
| commit | 1f86fde816b4e5a1db9f0668383f218e940c75eb (patch) | |
| tree | 22bd6f64ee8dfcace88f05821e48ee52ce376f13 | |
| parent | 523f14cbc3952b39185870880456ce1abfc3d4a1 (diff) | |
graphics/xd3d: update WWW and make fetchable again
Reported by: pkg-fallout
| -rw-r--r-- | graphics/xd3d/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile index 5e17d6129a0b..6f5600a2cca1 100644 --- a/graphics/xd3d/Makefile +++ b/graphics/xd3d/Makefile @@ -2,11 +2,11 @@ PORTNAME= xd3d PORTVERSION= 8.3.1 PORTREVISION= 21 CATEGORIES= graphics math -MASTER_SITES= http://www.cmap.polytechnique.fr/~jouve/xd3d/ +MASTER_SITES= https://www.ljll.fr/jouve/xd3d/ MAINTAINER= thierry@FreeBSD.org COMMENT= Simple scientific visualization tool -WWW= http://www.cmap.polytechnique.fr/~jouve/xd3d/ +WWW= https://www.ljll.fr/jouve/xd3d/ LICENSE= GPLv2 @@ -33,7 +33,7 @@ USES+= magick:run RUN_DEPENDS+= gifsicle:graphics/gifsicle .endif -MASTER_SITES_BACKUP= http://pompo.net/ports/ +MASTER_SITES_BACKUP= https://www.pompo.net/ports/ REINPLACE_ARGS= -i "" FETCH_ARGS= |
