Bug 175465 - x11/yad port update patch
Summary: x11/yad port update patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Felippe de Meirelles Motta
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-21 02:10 UTC by Danilo Egêa Gondolfo
Modified: 2013-02-07 19:31 UTC (History)
0 users

See Also:


Attachments
file.diff (1.04 KB, patch)
2013-01-21 02:10 UTC, Danilo Egêa Gondolfo
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Danilo Egêa Gondolfo 2013-01-21 02:10:01 UTC
Update for x11/yad 0.18.0 -> 0.19.1

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-01-21 02:10:34 UTC
Class Changed
From-To: update->maintainer-update

Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool)
Comment 2 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2013-01-23 18:24:29 UTC
Responsible Changed
From-To: freebsd-ports-bugs->lippe

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2013-02-07 19:23:53 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"
Comment 4 Felippe de Meirelles Motta freebsd_committer freebsd_triage 2013-02-07 19:31:48 UTC
State Changed
From-To: open->closed

Committed. Thanks!