Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2015 11:30:08 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r383788 - head/graphics/pdf2svg
Message-ID:  <201504111130.t3BBU8bg059123@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sat Apr 11 11:30:08 2015
New Revision: 383788
URL: https://svnweb.freebsd.org/changeset/ports/383788

Log:
  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

Modified:
  head/graphics/pdf2svg/Makefile

Modified: head/graphics/pdf2svg/Makefile
==============================================================================
--- head/graphics/pdf2svg/Makefile	Sat Apr 11 11:00:25 2015	(r383787)
+++ head/graphics/pdf2svg/Makefile	Sat Apr 11 11:30:08 2015	(r383788)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504111130.t3BBU8bg059123>