svn commit: r383788 - head/graphics/pdf2svg

John Marino marino at FreeBSD.org
Sat Apr 11 11:30:09 UTC 2015


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 at gmx.de
 COMMENT=	Convert PDF to SVG
 
-BROKEN=		No public distfiles
-
 LIB_DEPENDS=	libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
 
 USES=		pkgconfig


More information about the svn-ports-head mailing list