From nobody@FreeBSD.org  Fri Sep 12 21:50:57 2008
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 030591065671
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <cm@therek.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: Update port: x11/tilda Update to version 0.9.6
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: vlad@vlad.uz.ua

>Number:         127334
>Category:       ports
>Synopsis:       Update port: x11/tilda Update to version 0.9.6
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    amdmi3
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 12 22:00:03 UTC 2008
>Closed-Date:    Sat Oct 11 14:36:37 UTC 2008
>Last-Modified:  Sat Oct 11 14:40:01 UTC 2008
>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:
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Fri Sep 12 22:00:13 UTC 2008 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127334 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: vlad@vlad.uz.ua
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/127334: Update port: x11/tilda Update to version 0.9.6
Date: Fri, 12 Sep 2008 22:00:11 UT

 Maintainer of x11/tilda,
 
 Please note that PR ports/127334 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/127334
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 
Responsible-Changed-By: amdmi3 
Responsible-Changed-When: Fri Sep 12 23:16:56 UTC 2008 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127334 

From: Dmitry Marakasov <amdmi3@amdmi3.ru>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127334: Update port: x11/tilda Update to version 0.9.6
Date: Sat, 13 Sep 2008 03:43:10 +0400

 > Synopsis: Update port: x11/tilda Update to version 0.9.6
 > 
 > http://www.freebsd.org/cgi/query-pr.cgi?pr=127334
 * Lacks libglade2 dependency
 * Plist is incomplete:
 http://people.freebsd.org/~amdmi3/tilda-0.9.6.log
 * tilda.desktop is better to be fixed with adding USE_GMAKE=yes
 
 -- 
 Dmitry Marakasov   .   55B5 0596 FF1E 8D84 5F56  9510 D35A 80DD F9D2 F77D
 amdmi3@amdmi3.ru  ..:  jabber: amdmi3@jabber.ru    http://www.amdmi3.ru
State-Changed-From-To: feedback->closed 
State-Changed-By: amdmi3 
State-Changed-When: Sat Oct 11 14:36:35 UTC 2008 
State-Changed-Why:  
Committed, with minor changes. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=127334 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/127334: commit references a PR
Date: Sat, 11 Oct 2008 14:36:33 +0000 (UTC)

 amdmi3      2008-10-11 14:36:25 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/tilda            Makefile distinfo pkg-plist 
   Log:
   - Update to 0.9.6
   - Use SF macro
   
   PR:             127334
   Submitted by:   Cezary Morga <cm at therek dot net>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.9       +4 -5      ports/x11/tilda/Makefile
   1.5       +3 -3      ports/x11/tilda/distinfo
   1.3       +19 -0     ports/x11/tilda/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
