From owner-svn-ports-head@freebsd.org Thu Dec 17 00:51:26 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F27DDA4AB2F; Thu, 17 Dec 2015 00:51:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C291D135C; Thu, 17 Dec 2015 00:51:25 +0000 (UTC) (envelope-from marino@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBH0pOVT043027; Thu, 17 Dec 2015 00:51:24 GMT (envelope-from marino@FreeBSD.org) Received: (from marino@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBH0pOr3043026; Thu, 17 Dec 2015 00:51:24 GMT (envelope-from marino@FreeBSD.org) Message-Id: <201512170051.tBH0pOr3043026@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: marino set sender to marino@FreeBSD.org using -f From: John Marino Date: Thu, 17 Dec 2015 00:51:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403888 - head/graphics/potrace X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Dec 2015 00:51:26 -0000 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 \