From nobody@FreeBSD.org  Mon Jan 21 02:00:37 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id D4C5C80C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Jan 2013 02:00:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22])
	by mx1.freebsd.org (Postfix) with ESMTP id C7D7310C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Jan 2013 02:00:37 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r0L20bFh069116
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 21 Jan 2013 02:00:37 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.5/8.14.5/Submit) id r0L20bml069115;
	Mon, 21 Jan 2013 02:00:37 GMT
	(envelope-from nobody)
Message-Id: <201301210200.r0L20bml069115@red.freebsd.org>
Date: Mon, 21 Jan 2013 02:00:37 GMT
From: Danilo Ega Gondolfo <danilogondolfo@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11/yad port update patch
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         175465
>Category:       ports
>Synopsis:       x11/yad port update patch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    lippe
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 21 02:10:01 UTC 2013
>Closed-Date:    Thu Feb 07 19:31:49 UTC 2013
>Last-Modified:  Thu Feb 07 19:31:49 UTC 2013
>Originator:     Danilo Ega Gondolfo
>Release:        FreeBSD 9.1-RELEASE
>Organization:
Universidade Estadual de Maring
>Environment:
FreeBSD projeto 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243752M: Sat Dec  1 13:35:03 BRST 2012     root@projeto:/usr/obj/usr/src/sys/PROJETO  amd64
>Description:
Update for x11/yad 0.18.0 -> 0.19.1
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 310729)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	yad
-PORTVERSION=	0.18.0
+PORTVERSION=	0.19.1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	GOOGLE_CODE
 
Index: distinfo
===================================================================
--- distinfo	(revision 310729)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (yad-0.18.0.tar.xz) = eaa853ee962f52b6ee769e14a73ddb0d37bfa453e45737fa6676984474f1b7e1
-SIZE (yad-0.18.0.tar.xz) = 212564
+SHA256 (yad-0.19.1.tar.xz) = a3761d1c104432253bb4fa5c505a202c6feac2b6e21565edf410be1d914b795e
+SIZE (yad-0.19.1.tar.xz) = 213668
Index: pkg-descr
===================================================================
--- pkg-descr	(revision 310729)
+++ pkg-descr	(working copy)
@@ -1,3 +1,5 @@
 Yad (yet another dialog) is a fork of Zenity with
 many improvements, such as custom buttons, additional
 dialogs, pop-up menu in notification icon and more.
+
+WWW: http://code.google.com/p/yad/


>Release-Note:
>Audit-Trail:
Class-Changed-From-To: update->maintainer-update 
Class-Changed-By: edwin 
Class-Changed-When: Mon Jan 21 02:10:34 UTC 2013 
Class-Changed-Why:  
Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175465 
Responsible-Changed-From-To: freebsd-ports-bugs->lippe 
Responsible-Changed-By: lippe 
Responsible-Changed-When: Wed Jan 23 18:24:29 UTC 2013 
Responsible-Changed-Why:  
I'll take it. 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/175465: commit references a PR
Date: Thu,  7 Feb 2013 19:23:53 +0000 (UTC)

 Author: lippe
 Date: Thu Feb  7 19:23:40 2013
 New Revision: 311881
 URL: http://svnweb.freebsd.org/changeset/ports/311881
 
 Log:
   - Update to 0.19.1
   - Add WWW entry to pkg-descr
   
   PR:		ports/175465
   Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
 
 Modified:
   head/x11/yad/Makefile
   head/x11/yad/distinfo   (contents, props changed)
   head/x11/yad/pkg-descr   (contents, props changed)
 
 Modified: head/x11/yad/Makefile
 ==============================================================================
 --- head/x11/yad/Makefile	Thu Feb  7 19:17:55 2013	(r311880)
 +++ head/x11/yad/Makefile	Thu Feb  7 19:23:40 2013	(r311881)
 @@ -1,7 +1,7 @@
  # $FreeBSD$
  
  PORTNAME=	yad
 -PORTVERSION=	0.18.0
 +PORTVERSION=	0.19.1
  CATEGORIES=	x11 gnome
  MASTER_SITES=	GOOGLE_CODE
  
 
 Modified: head/x11/yad/distinfo
 ==============================================================================
 --- head/x11/yad/distinfo	Thu Feb  7 19:17:55 2013	(r311880)
 +++ head/x11/yad/distinfo	Thu Feb  7 19:23:40 2013	(r311881)
 @@ -1,2 +1,2 @@
 -SHA256 (yad-0.18.0.tar.xz) = eaa853ee962f52b6ee769e14a73ddb0d37bfa453e45737fa6676984474f1b7e1
 -SIZE (yad-0.18.0.tar.xz) = 212564
 +SHA256 (yad-0.19.1.tar.xz) = a3761d1c104432253bb4fa5c505a202c6feac2b6e21565edf410be1d914b795e
 +SIZE (yad-0.19.1.tar.xz) = 213668
 
 Modified: head/x11/yad/pkg-descr
 ==============================================================================
 --- head/x11/yad/pkg-descr	Thu Feb  7 19:17:55 2013	(r311880)
 +++ head/x11/yad/pkg-descr	Thu Feb  7 19:23:40 2013	(r311881)
 @@ -1,3 +1,5 @@
  Yad (yet another dialog) is a fork of Zenity with
  many improvements, such as custom buttons, additional
  dialogs, pop-up menu in notification icon and more.
 +
 +WWW:	http://code.google.com/p/yad/
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: lippe 
State-Changed-When: Thu Feb 7 19:31:48 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=175465 
>Unformatted:
