From nobody@FreeBSD.org  Wed Jun  6 22:29:25 2012
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id AB63D106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Jun 2012 22:29:25 +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 7DBCA8FC0A
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  6 Jun 2012 22:29:25 +0000 (UTC)
Received: from red.freebsd.org (localhost [127.0.0.1])
	by red.freebsd.org (8.14.4/8.14.4) with ESMTP id q56MTPXo064466
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 6 Jun 2012 22:29:25 GMT
	(envelope-from nobody@red.freebsd.org)
Received: (from nobody@localhost)
	by red.freebsd.org (8.14.4/8.14.4/Submit) id q56MTPtP064465;
	Wed, 6 Jun 2012 22:29:25 GMT
	(envelope-from nobody)
Message-Id: <201206062229.q56MTPtP064465@red.freebsd.org>
Date: Wed, 6 Jun 2012 22:29:25 GMT
From: Olivier Cochard-Labbe <olivier@cochard.me>
To: freebsd-gnats-submit@FreeBSD.org
Subject: x11/wbarconf update to 0.7.2.2
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         168779
>Category:       ports
>Synopsis:       x11/wbarconf update to 0.7.2.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    rm
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 06 22:30:10 UTC 2012
>Closed-Date:    Fri Jun 08 13:49:42 UTC 2012
>Last-Modified:  Fri Jun  8 13:50:05 UTC 2012
>Originator:     Olivier Cochard-Labbe
>Release:        9.0
>Organization:
BSD Router Project
>Environment:
FreeBSD laptop.bsdrp.net 9.0-RELEASE FreeBSD 9.0-RELEASE #2: Sun Apr 22 11:59:27 CEST 2012     root@laptop.bsdrp.net:/usr/obj/usr/src/sys/GENERIC  amd64

>Description:
Here in a little update to x11/wbarconf 0.7.2.2.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN wbarconf.orig/Makefile wbarconf/Makefile
--- wbarconf.orig/Makefile	2012-06-06 23:04:47.000000000 +0200
+++ wbarconf/Makefile	2012-06-06 23:07:32.000000000 +0200
@@ -6,10 +6,9 @@
 #
 
 PORTNAME=	wbarconf
-PORTVERSION=	0.7.2.1
-PORTREVISION=	2
+PORTVERSION=	0.7.2.2
 CATEGORIES=	x11
-MASTER_SITES=	http://www.ihku.biz/wbarconf/
+MASTER_SITES=	http://koti.kapsi.fi/ighea/wbarconf/
 DISTNAME=	wbarconf-${PORTVERSION}
 
 MAINTAINER=	olivier@cochard.me
diff -ruN wbarconf.orig/distinfo wbarconf/distinfo
--- wbarconf.orig/distinfo	2012-06-06 23:04:47.000000000 +0200
+++ wbarconf/distinfo	2012-06-06 23:07:54.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (wbarconf-0.7.2.1.tar.gz) = ecce2797103f64f14e9ccabd8641b4c6ba74a297068129994f79027cca62b32a
-SIZE (wbarconf-0.7.2.1.tar.gz) = 761169
+SHA256 (wbarconf-0.7.2.2.tar.gz) = d0d0722b8db107983d22a0d4d00679d55ad0800ea81f3ce29869ee4f864c6089
+SIZE (wbarconf-0.7.2.2.tar.gz) = 764073
diff -ruN wbarconf.orig/pkg-descr wbarconf/pkg-descr
--- wbarconf.orig/pkg-descr	2012-06-06 23:04:47.000000000 +0200
+++ wbarconf/pkg-descr	2012-06-06 23:07:47.000000000 +0200
@@ -1,3 +1,3 @@
 wbarconf is graphical configuration utility for wbar written in Python/GTK
 
-WWW:	http://kapsi.fi/ighea/wbarconf/
+WWW:	http://koti.kapsi.fi/ighea/wbarconf/
diff -ruN wbarconf.orig/pkg-plist wbarconf/pkg-plist
--- wbarconf.orig/pkg-plist	2012-06-06 23:04:47.000000000 +0200
+++ wbarconf/pkg-plist	2012-06-06 23:12:23.000000000 +0200
@@ -4,6 +4,8 @@
 share/locale/de/LC_MESSAGES/wbarconf.po
 share/locale/fi/LC_MESSAGES/wbarconf.mo
 share/locale/fi/LC_MESSAGES/wbarconf.po
+share/locale/zh_TW/LC_MESSAGES/wbarconf.mo
+share/locale/zh_TW/LC_MESSAGES/wbarconf.po
 share/pixmaps/wbarconf.png
 %%DATADIR%%/messages.pot
 %%DATADIR%%/wbarbacks/README


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->rm 
Responsible-Changed-By: rm 
Responsible-Changed-When: Fri Jun 8 13:47:29 UTC 2012 
Responsible-Changed-Why:  
I will take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=168779 
State-Changed-From-To: open->closed 
State-Changed-By: arved 
State-Changed-When: Fri Jun 8 13:49:36 UTC 2012 
State-Changed-Why:  
committed. thanks 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/168779: commit references a PR
Date: Fri,  8 Jun 2012 13:49:39 +0000 (UTC)

 arved       2012-06-08 13:49:26 UTC
 
   FreeBSD ports repository
 
   Modified files:
     x11/wbarconf         Makefile distinfo pkg-descr pkg-plist 
   Log:
   Update to 0.7.2.2
   
   PR:             168779
   Submitted by:   maintainer
   
   Revision  Changes    Path
   1.10      +2 -3      ports/x11/wbarconf/Makefile
   1.4       +2 -2      ports/x11/wbarconf/distinfo
   1.2       +1 -1      ports/x11/wbarconf/pkg-descr
   1.2       +2 -0      ports/x11/wbarconf/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:
