From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 15 01:10:11 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E605E1065675 for ; Wed, 15 Feb 2012 01:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id B5E6E8FC13 for ; Wed, 15 Feb 2012 01:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q1F1ABid061140 for ; Wed, 15 Feb 2012 01:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q1F1ABMD061139; Wed, 15 Feb 2012 01:10:11 GMT (envelope-from gnats) Date: Wed, 15 Feb 2012 01:10:11 GMT Message-Id: <201202150110.q1F1ABMD061139@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Kirn Gill Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Kirn Gill List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2012 01:10:12 -0000 The following reply was made to PR ports/165157; it has been noted by GNATS. From: Kirn Gill To: bug-followup@FreeBSD.org, segin2005@gmail.com Cc: Subject: Re: ports/165157: [UPDATE] x11/deskpaint to 3.1 Date: Tue, 14 Feb 2012 19:40:08 -0500 This is a multi-part message in MIME format. --------------050905020203030006080601 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit I forgot to attach the patch to the initial PR filing. Here's the patch. --------------050905020203030006080601 Content-Type: text/plain; name="deskpaint-updated.diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="deskpaint-updated.diff.txt" diff -ur deskpaint.old/Makefile deskpaint/Makefile --- deskpaint.old/Makefile 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/Makefile 2012-02-14 19:07:39.000000000 -0500 @@ -1,14 +1,14 @@ -# New ports collection makefile for: deskpaint -# Date created: 18 October 2009 +# Updated ports collection makefile for: deskpaint +# Date modified: 14 Febuary 2012 # Whom: Kirn Gill # # $FreeBSD: ports/x11/deskpaint/Makefile,v 1.1 2009/10/20 09:48:32 miwi Exp $ # PORTNAME= deskpaint -PORTVERSION= 3 +PORTVERSION= 3.1 CATEGORIES= x11 -MASTER_SITES= http://www.gatorgitter.com/~maties/ +MASTER_SITES= http://www.squidjam.com/matwm/pub/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= sic_zer0@hotmail.com Only in deskpaint: Makefile.orig diff -ur deskpaint.old/distinfo deskpaint/distinfo --- deskpaint.old/distinfo 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/distinfo 2012-02-14 19:07:39.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (deskpaint3.tar.gz) = 9b05b90fb484bd81cd28602f611a1a51cd3cc4c1c8ae6efed9cc417b2373cff4 -SIZE (deskpaint3.tar.gz) = 5965 +SHA256 (deskpaint3.1.tar.gz) = 74a34f03cdd7bbdc858cafbbb53140a2f255e24a6475ab27855c7f62a06211a1 +SIZE (deskpaint3.1.tar.gz) = 2570 Only in deskpaint: distinfo.orig diff -ur deskpaint.old/files/patch-Makefile deskpaint/files/patch-Makefile --- deskpaint.old/files/patch-Makefile 2012-02-14 18:48:14.000000000 -0500 +++ deskpaint/files/patch-Makefile 2012-02-14 19:21:46.000000000 -0500 @@ -1,13 +1,13 @@ ---- Makefile.orig 2009-07-21 01:58:52.000000000 -0400 -+++ Makefile 2009-10-18 01:58:42.000000000 -0400 +--- Makefile.orig 2009-10-22 02:19:16.000000000 -0400 ++++ Makefile 2012-02-14 19:03:52.000000000 -0500 @@ -1,9 +1,10 @@ -prefix = /usr/local -XROOT = /usr/X11R6 -CC = cc -+prefix = ${PREFIX} -+XROOT = ${LOCALBASE} ++prefix = ${PREFIX} ++XROOT = ${LOCALBASE} - CFLAGS += -lXext -lX11 -I$(XROOT)/include -L$(XROOT)/lib + CFLAGS += -lX11 -I$(XROOT)/include -L$(XROOT)/lib all: $(CC) $(CFLAGS) *.c -o deskpaint --------------050905020203030006080601--