From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Sep 12 22:00:03 2008 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 E7ED91065671 for ; Fri, 12 Sep 2008 22:00:03 +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 C44218FC14 for ; Fri, 12 Sep 2008 22:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m8CM035F013937 for ; Fri, 12 Sep 2008 22:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m8CM03FJ013936; Fri, 12 Sep 2008 22:00:03 GMT (envelope-from gnats) Resent-Date: Fri, 12 Sep 2008 22:00:03 GMT Resent-Message-Id: <200809122200.m8CM03FJ013936@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cezary Morga Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 030591065671 for ; Fri, 12 Sep 2008 21:50:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id E5A898FC08 for ; Fri, 12 Sep 2008 21:50:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m8CLouZZ090400 for ; Fri, 12 Sep 2008 21:50:56 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m8CLouXZ090399; Fri, 12 Sep 2008 21:50:56 GMT (envelope-from nobody) Message-Id: <200809122150.m8CLouXZ090399@www.freebsd.org> Date: Fri, 12 Sep 2008 21:50:56 GMT From: Cezary Morga To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/127334: Update port: x11/tilda Update to version 0.9.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 22:00:04 -0000 >Number: 127334 >Category: ports >Synopsis: Update port: x11/tilda Update to version 0.9.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Sep 12 22:00:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Cezary Morga >Release: FreeBSD 7.1-PRERELEASE i386 >Organization: therek.net >Environment: >Description: Following is the unified diff for the port, plus (as an attachement) the files/patch-Makefile.in patch. >How-To-Repeat: >Fix: diff -u ./tilda.orig/Makefile ./tilda/Makefile --- ./tilda.orig/Makefile 2008-07-25 16:34:50.000000000 +0200 +++ ./tilda/Makefile 2008-09-12 23:02:23.000000000 +0200 @@ -6,8 +6,7 @@ # PORTNAME= tilda -PORTVERSION= 0.9.4 -PORTREVISION= 3 +PORTVERSION= 0.9.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff -u ./tilda.orig/distinfo ./tilda/distinfo --- ./tilda.orig/distinfo 2007-01-01 01:30:15.000000000 +0100 +++ ./tilda/distinfo 2008-09-12 23:03:24.000000000 +0200 @@ -1,3 +1,3 @@ -MD5 (tilda-0.9.4.tar.gz) = 773d47e3985f7e778b662a38b053c1df -SHA256 (tilda-0.9.4.tar.gz) = 84163a07e93f49935770815d989e1d67bd10786bf6e1d85a042e6ddff846aeb7 -SIZE (tilda-0.9.4.tar.gz) = 125710 +MD5 (tilda-0.9.6.tar.gz) = b44ebe04fdfd312e9ddc5e0ed77f4289 +SHA256 (tilda-0.9.6.tar.gz) = b3bd0f63eb83a5001ef26056ca116e5f8005d454f8f82a94f334868862068411 +SIZE (tilda-0.9.6.tar.gz) = 307517 Only in ./tilda: files diff -u ./tilda.orig/pkg-plist ./tilda/pkg-plist --- ./tilda.orig/pkg-plist 2007-05-19 22:27:23.000000000 +0200 +++ ./tilda/pkg-plist 2008-09-12 23:15:48.000000000 +0200 @@ -1,6 +1,7 @@ bin/tilda share/applications/tilda.desktop share/pixmaps/tilda.png +share/tilda.glade @dirrmtry share/applications %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog Patch attached with submission follows: --- ./Makefile.in.orig 2008-09-12 22:37:29.000000000 +0200 +++ ./Makefile.in 2008-09-12 22:37:49.000000000 +0200 @@ -727,7 +727,7 @@ tilda.desktop: tilda.desktop.in sed -e 's|\@BINDIR\@|$(bindir)|' \ - -e 's|\@PIXMAPSDIR\@|$(datadir)/applications|' $< > $@ + -e 's|\@PIXMAPSDIR\@|$(datadir)/applications|' $*.in > $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. .NOEXPORT: >Release-Note: >Audit-Trail: >Unformatted: