Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Dec 2015 00:51:24 +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: r403888 - head/graphics/potrace
Message-ID:  <201512170051.tBH0pOr3043026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Thu Dec 17 00:51:24 2015
New Revision: 403888
URL: https://svnweb.freebsd.org/changeset/ports/403888

Log:
  graphics/potrace: Change SF MASTER_SITE to restore fetch
  
  A new version of potrace is out (1.13) but the older version is still
  available.  Sometimes no matter what I do, the SF "magic" fails, so
  I'm just going to hardcode this MASTER_SITE as well.  It works.

Modified:
  head/graphics/potrace/Makefile

Modified: head/graphics/potrace/Makefile
==============================================================================
--- head/graphics/potrace/Makefile	Thu Dec 17 00:35:38 2015	(r403887)
+++ head/graphics/potrace/Makefile	Thu Dec 17 00:51:24 2015	(r403888)
@@ -5,12 +5,11 @@ PORTNAME=	potrace
 PORTVERSION=	1.11
 PORTREVISION=	1
 CATEGORIES=	graphics
-MASTER_SITES=	SF
+MASTER_SITES=	http://sourceforge.net/projects/potrace/files/${PORTVERSION}/
 
 MAINTAINER=	ps.ports@smyrak.com
 COMMENT=	Transforms bitmaps into vector graphics
 
-BROKEN=		unfetchable
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/potrace bin/mkbitmap \



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