From adox@mcx2.org  Sun Jan 25 01:56:13 2009
Return-Path: <adox@mcx2.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 12F971065673
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jan 2009 01:56:13 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.174])
	by mx1.freebsd.org (Postfix) with ESMTP id A83E38FC12
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 25 Jan 2009 01:56:12 +0000 (UTC)
	(envelope-from adox@mcx2.org)
Received: by ug-out-1314.google.com with SMTP id 30so64568ugs.39
        for <FreeBSD-gnats-submit@freebsd.org>; Sat, 24 Jan 2009 17:56:11 -0800 (PST)
Received: by 10.67.16.11 with SMTP id t11mr627159ugi.29.1232848570046;
        Sat, 24 Jan 2009 17:56:10 -0800 (PST)
Received: from localhost (p579DC5EC.dip.t-dialin.net [87.157.197.236])
        by mx.google.com with ESMTPS id k2sm2090392ugf.21.2009.01.24.17.56.09
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Sat, 24 Jan 2009 17:56:09 -0800 (PST)
Message-Id: <497bc6b9.02bb420a.4119.ffff827c@mx.google.com>
Date: Sat, 24 Jan 2009 17:56:09 -0800 (PST)
From: Dennis Herrmann <adox@mcx2.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [PATCH] games/zoom: update to 1.1.3, take maintainership
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         130962
>Category:       ports
>Synopsis:       [PATCH] games/zoom: update to 1.1.3, take maintainership
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 25 02:00:01 UTC 2009
>Closed-Date:    Mon Feb 09 17:30:08 UTC 2009
>Last-Modified:  Mon Feb  9 17:40:01 UTC 2009
>Originator:     Dennis Herrmann
>Release:        FreeBSD 7.1-STABLE i386
>Organization:
>Environment:
System: FreeBSD dhn.homeunix.com 7.1-STABLE FreeBSD 7.1-STABLE #4: Sat Jan 10 13:45:30 CET 2009
>Description:
- Update to 1.1.3
- Take maintainership
- Tested with a Tinderbox ( http://tb.4bit.ws/index.php?action=describe_port&id=293 )

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- zoom-1.1.3.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/games/zoom/Makefile,v
retrieving revision 1.13
diff -u -u -r1.13 Makefile
--- Makefile	14 Dec 2007 18:45:54 -0000	1.13
+++ Makefile	25 Jan 2009 01:41:06 -0000
@@ -6,11 +6,11 @@
 #
 
 PORTNAME=	zoom
-PORTVERSION=	1.1.2
+PORTVERSION=	1.1.3
 CATEGORIES=	games
 MASTER_SITES=	http://www.logicalshift.co.uk/unix/zoom/
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	adox@mcx2.org
 COMMENT=	Z-Interpreter for X with full V6 support
 
 LIB_DEPENDS=	t1.5:${PORTSDIR}/devel/t1lib \
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/games/zoom/distinfo,v
retrieving revision 1.8
diff -u -u -r1.8 distinfo
--- distinfo	14 Dec 2007 18:45:54 -0000	1.8
+++ distinfo	25 Jan 2009 00:51:35 -0000
@@ -1,3 +1,3 @@
-MD5 (zoom-1.1.2.tar.gz) = 77915885c795e38927cd5183e710658d
-SHA256 (zoom-1.1.2.tar.gz) = 33776ed970c445e4137c9c80f696e634a5516d977f1f5d5ad7c5aaf2cbcb1df4
-SIZE (zoom-1.1.2.tar.gz) = 2152557
+MD5 (zoom-1.1.3.tar.gz) = fff7ed18a82bd810f07f1a24d895e61b
+SHA256 (zoom-1.1.3.tar.gz) = 553b24cfd1a696cd74670cb9b8886ba8c047bd4a67ad8df762ba1803001ba475
+SIZE (zoom-1.1.3.tar.gz) = 2172749
--- zoom-1.1.3.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Jan 25 02:00:17 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

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

From: Dennis Herrmann <adox@mcx2.org>
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130962: [PATCH] games/zoom: update to 1.1.3, take
	maintainership
Date: Sun, 25 Jan 2009 03:18:37 +0100

 Please ignore http://www.freebsd.org/cgi/query-pr.cgi?pr=130963 ,my
 internet connection fucked up, and send it again -.-
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Feb 9 17:30:06 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/130962: commit references a PR
Date: Mon,  9 Feb 2009 17:29:59 +0000 (UTC)

 miwi        2009-02-09 17:29:44 UTC
 
   FreeBSD ports repository
 
   Modified files:
     games/zoom           Makefile distinfo 
   Log:
   - Update to 1.1.3
   - Pass maintainership to submitter
   
   PR:             130962
   Submitted by:   Dennis Herrmann <adox@mcx2.org>
   
   Revision  Changes    Path
   1.14      +2 -2      ports/games/zoom/Makefile
   1.9       +3 -3      ports/games/zoom/distinfo
 _______________________________________________
 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:
