diff options
author | jbeich <jbeich@FreeBSD.org> | 2015-05-04 02:50:54 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2015-05-04 02:50:54 +0800 |
commit | 6a72b3ddb45959da3d18ac9926cb4ca04d586934 (patch) | |
tree | 4964586428be66414426015b46cd5fb5e3df01ee /graphics | |
parent | e0800ed41183df908f1c18167a5f098571cb38a2 (diff) | |
download | freebsd-ports-gnome-6a72b3ddb45959da3d18ac9926cb4ca04d586934.tar.gz freebsd-ports-gnome-6a72b3ddb45959da3d18ac9926cb4ca04d586934.tar.zst freebsd-ports-gnome-6a72b3ddb45959da3d18ac9926cb4ca04d586934.zip |
graphics/mupdf: drop obsolete mirror from MASTER_SITES
GOOGLE_CODE page says:
Downloads are not hosted on google code anymore.
Go to the official MuPDF page instead.
=> mupdf-1.7-source.tar.gz doesn't seem to exist in /usr/ports/distfiles.
=> Attempting to fetch http://mupdf.googlecode.com/files/mupdf-1.7-source.tar.gz
fetch: http://mupdf.googlecode.com/files/mupdf-1.7-source.tar.gz: Not Found
Submitted by: Herbert J. Skuhra <herbert@oslo.ath.cx>
Approved by: Zsolt Udvari <udvzsolt@gmail.com> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/mupdf/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/mupdf/Makefile b/graphics/mupdf/Makefile index 942e4ef4aab4..06db33341d34 100644 --- a/graphics/mupdf/Makefile +++ b/graphics/mupdf/Makefile @@ -5,8 +5,7 @@ PORTNAME= mupdf PORTVERSION= 1.7 PORTEPOCH= 1 CATEGORIES= graphics -MASTER_SITES= GOOGLE_CODE \ - http://www.mupdf.com/download/ +MASTER_SITES= http://www.mupdf.com/download/ EXTRACT_SUFX= -source.tar.gz MAINTAINER= udvzsolt@gmail.com |