diff options
author | marino <marino@FreeBSD.org> | 2015-12-17 08:51:24 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-12-17 08:51:24 +0800 |
commit | 0422fb47cd477565f8ade614772d927041e419a9 (patch) | |
tree | f5697c85710b0a87a3bb4e110395a67752f0d2c1 /graphics | |
parent | 25dd05f71eba530aee9468e2c8a7e7c0043d5e0d (diff) | |
download | freebsd-ports-gnome-0422fb47cd477565f8ade614772d927041e419a9.tar.gz freebsd-ports-gnome-0422fb47cd477565f8ade614772d927041e419a9.tar.zst freebsd-ports-gnome-0422fb47cd477565f8ade614772d927041e419a9.zip |
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.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/potrace/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index f95e8b61a8fc..1d579a3b093c 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -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 \ |