diff options
author | marino <marino@FreeBSD.org> | 2015-04-11 19:30:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-04-11 19:30:08 +0800 |
commit | 7979ecdab77887db0cbf0cca947c9a5a83ac9ae9 (patch) | |
tree | b427f15a294c58e29a135b9faa00b476c69b8e87 /graphics/pdf2svg | |
parent | 1e75719ea392752405eb3dac215722d3357da08c (diff) | |
download | freebsd-ports-gnome-7979ecdab77887db0cbf0cca947c9a5a83ac9ae9.tar.gz freebsd-ports-gnome-7979ecdab77887db0cbf0cca947c9a5a83ac9ae9.tar.zst freebsd-ports-gnome-7979ecdab77887db0cbf0cca947c9a5a83ac9ae9.zip |
graphics/pdf2svg: Fix MASTER_SITES to unbreak (same site)
The site was only reorganized, the distfile is still hosted on the
same server. Referenced PR was not used.
PR: 199333
Diffstat (limited to 'graphics/pdf2svg')
-rw-r--r-- | graphics/pdf2svg/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile index fce3e8475fb2..7c4943e6c471 100644 --- a/graphics/pdf2svg/Makefile +++ b/graphics/pdf2svg/Makefile @@ -5,13 +5,11 @@ PORTNAME= pdf2svg PORTVERSION= 0.2.2 PORTREVISION= 3 CATEGORIES= graphics -MASTER_SITES= http://www.cityinthesky.co.uk/_media/opensource/ +MASTER_SITES= http://www.cityinthesky.co.uk/wp-content/uploads/2013/10/ MAINTAINER= martin.dieringer@gmx.de COMMENT= Convert PDF to SVG -BROKEN= No public distfiles - LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib USES= pkgconfig |