From owner-svn-ports-all@freebsd.org Sun Oct 2 20:36:27 2016 Return-Path: Delivered-To: svn-ports-all@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 D1DE1AF151F; Sun, 2 Oct 2016 20:36:27 +0000 (UTC) (envelope-from ehaupt@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 9609EC09; Sun, 2 Oct 2016 20:36:27 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u92KaQwP045517; Sun, 2 Oct 2016 20:36:26 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u92KaQtj045513; Sun, 2 Oct 2016 20:36:26 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201610022036.u92KaQtj045513@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 2 Oct 2016 20:36:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423155 - in head/graphics/grafx2: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2016 20:36:27 -0000 Author: ehaupt Date: Sun Oct 2 20:36:26 2016 New Revision: 423155 URL: https://svnweb.freebsd.org/changeset/ports/423155 Log: 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. Modified: head/graphics/grafx2/Makefile head/graphics/grafx2/distinfo head/graphics/grafx2/files/patch-realpath.c head/graphics/grafx2/pkg-descr Modified: head/graphics/grafx2/Makefile ============================================================================== --- head/graphics/grafx2/Makefile Sun Oct 2 20:11:33 2016 (r423154) +++ head/graphics/grafx2/Makefile Sun Oct 2 20:36:26 2016 (r423155) @@ -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 Modified: head/graphics/grafx2/distinfo ============================================================================== --- head/graphics/grafx2/distinfo Sun Oct 2 20:11:33 2016 (r423154) +++ head/graphics/grafx2/distinfo Sun Oct 2 20:36:26 2016 (r423155) @@ -1,2 +1,3 @@ +TIMESTAMP = 1475439629 SHA256 (grafx2-2.4.2035-src.tgz) = 5818caea63cd3cf3318baf01dd20f81ec61e4514443000c80a41b68ab3f17a6b SIZE (grafx2-2.4.2035-src.tgz) = 721482 Modified: head/graphics/grafx2/files/patch-realpath.c ============================================================================== --- head/graphics/grafx2/files/patch-realpath.c Sun Oct 2 20:11:33 2016 (r423154) +++ head/graphics/grafx2/files/patch-realpath.c Sun Oct 2 20:36:26 2016 (r423155) @@ -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 #include Modified: head/graphics/grafx2/pkg-descr ============================================================================== --- head/graphics/grafx2/pkg-descr Sun Oct 2 20:11:33 2016 (r423154) +++ head/graphics/grafx2/pkg-descr Sun Oct 2 20:36:26 2016 (r423155) @@ -3,4 +3,4 @@ Brilliance. Specialized in 256-color dra 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