svn commit: r403888 - head/graphics/potrace

John Marino marino at FreeBSD.org
Thu Dec 17 00:51:26 UTC 2015


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 at smyrak.com
 COMMENT=	Transforms bitmaps into vector graphics
 
-BROKEN=		unfetchable
 GNU_CONFIGURE=	yes
 
 PLIST_FILES=	bin/potrace bin/mkbitmap \


More information about the svn-ports-head mailing list