diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-10-03 04:36:26 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-10-03 04:36:26 +0800 |
commit | 0f1e922512ac5a169c1cddf546b1f65c5d804628 (patch) | |
tree | 166063882cc0efe3d408800e90bc13420cea8fe4 /graphics | |
parent | b7c4e8f19720ebe7f2249a6b5f2a0afc9ad57d11 (diff) | |
download | freebsd-ports-gnome-0f1e922512ac5a169c1cddf546b1f65c5d804628.tar.gz freebsd-ports-gnome-0f1e922512ac5a169c1cddf546b1f65c5d804628.tar.zst freebsd-ports-gnome-0f1e922512ac5a169c1cddf546b1f65c5d804628.zip |
Relocate former Google Code Project site to new, actively maintained site.
However, the project site uses 'Content-Disposition: attachment; filename=' to
provide the filename. Unfortunately this is not yet supported by fetch.
Therefore self host distfile. Note, this does not mean that the proeject site
mentioned under WWW doesn't provide the distfile. It just means that the
distfile would have an undesired name due to the mentioned shortcoming of fetch.
The checksum of that file matches the one that was previously hosted at google
code.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grafx2/Makefile | 8 | ||||
-rw-r--r-- | graphics/grafx2/distinfo | 1 | ||||
-rw-r--r-- | graphics/grafx2/files/patch-realpath.c | 4 | ||||
-rw-r--r-- | graphics/grafx2/pkg-descr | 2 |
4 files changed, 9 insertions, 6 deletions
diff --git a/graphics/grafx2/Makefile b/graphics/grafx2/Makefile index 7d9f2d253f17..94e61788654e 100644 --- a/graphics/grafx2/Makefile +++ b/graphics/grafx2/Makefile @@ -5,14 +5,16 @@ PORTNAME= grafx2 PORTVERSION= 2.4.2035 PORTREVISION= 4 CATEGORIES= graphics -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= LOCAL/ehaupt DISTNAME= ${PORTNAME}-${PORTVERSION}-src +# Project site uses 'Content-Disposition: attachment; filename=' to provide the +# filename. Unfortunately this is not supported by fetch. Therefore self host +# distfile. + MAINTAINER= ehaupt@FreeBSD.org COMMENT= Pixelart-oriented bitmap painting program -BROKEN= Unfetchable (google code has gone away) - LIB_DEPENDS= libX11.so:x11/libX11 \ libpng.so:graphics/png diff --git a/graphics/grafx2/distinfo b/graphics/grafx2/distinfo index df3110933267..7701b38dacf0 100644 --- a/graphics/grafx2/distinfo +++ b/graphics/grafx2/distinfo @@ -1,2 +1,3 @@ +TIMESTAMP = 1475439629 SHA256 (grafx2-2.4.2035-src.tgz) = 5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b SIZE (grafx2-2.4.2035-src.tgz) = 721482 diff --git a/graphics/grafx2/files/patch-realpath.c b/graphics/grafx2/files/patch-realpath.c index 83665bc876ab..80ca5a214b15 100644 --- a/graphics/grafx2/files/patch-realpath.c +++ b/graphics/grafx2/files/patch-realpath.c @@ -1,5 +1,5 @@ ---- ./realpath.c.orig 2012-11-28 11:58:06.000000000 +0100 -+++ ./realpath.c 2012-11-28 11:58:22.000000000 +0100 +--- realpath.c.orig 2012-08-05 13:18:08 UTC ++++ realpath.c @@ -6,7 +6,7 @@ #include <fcntl.h> #include <string.h> diff --git a/graphics/grafx2/pkg-descr b/graphics/grafx2/pkg-descr index 08be107dbfd4..88dafc70181e 100644 --- a/graphics/grafx2/pkg-descr +++ b/graphics/grafx2/pkg-descr @@ -3,4 +3,4 @@ Brilliance. Specialized in 256-color drawing, it includes a very large number of tools and effects that make it particularly suitable for pixel art, game graphics, and generally any detailed graphics painted with a mouse. -WWW: http://code.google.com/p/grafx2/ +WWW: http://pulkomandy.tk/projects/GrafX2 |