ports/168167: [PATCH] x11/wbar: update to 2.3.0

lbartoletti coder at tuxfamily.org
Sun May 20 15:40:11 UTC 2012


>Number:         168167
>Category:       ports
>Synopsis:       [PATCH] x11/wbar: update to 2.3.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 20 15:40:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     lbartoletti
>Release:        
>Organization:
>Environment:
>Description:
Update x11/wbar 2.2.2_1 -> 2.3.0
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/x11/wbar/Makefile wbar/Makefile
--- /usr/ports/x11/wbar/Makefile	2011-07-06 18:19:26.000000000 +0200
+++ wbar/Makefile	2012-05-20 17:23:26.000000000 +0200
@@ -6,20 +6,23 @@
 #
 
 PORTNAME=	wbar
-PORTVERSION=	2.2.2
-PORTREVISION=	1
+PORTVERSION=	2.3.0
 CATEGORIES=	x11
 MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE} \
 		http://nivi.interfree.it/distfiles/${PORTNAME}/
+DISTNAME=	${PORTNAME}_${PORTVERSION}.orig
 
 MAINTAINER=	nivit at FreeBSD.org
 COMMENT=	A quick launch bar for fluxbox, WindowMaker, Xfce, etc
 
 CONFIGURE_ARGS=	--exec-prefix=${PREFIX}
 
+WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 GNU_CONFIGURE=	yes
 
-MAN1=	${PORTNAME}.1 ${PORTNAME}-config.1
+MAN1+=	${PORTNAME}.1 ${PORTNAME}-config.1
+MANLANG=	"" es
+MANCOMPRESSED=	no
 
 USE_EFL=	imlib2
 # Disabled: the configure script has a couple of bugs...
diff -ruN /usr/ports/x11/wbar/distinfo wbar/distinfo
--- /usr/ports/x11/wbar/distinfo	2011-06-30 15:34:34.000000000 +0200
+++ wbar/distinfo	2012-05-20 17:07:17.000000000 +0200
@@ -1,2 +1,2 @@
-SHA256 (wbar-2.2.2.tar.gz) = 0d7ae78d02d52cdb046a47286341ad6ff42dd9aff667f7d389b4f352046d4db0
-SIZE (wbar-2.2.2.tar.gz) = 369592
+SHA256 (wbar_2.3.0.orig.tar.gz) = 1a192f150eae92d1c92b86050e4f8046de960a2452c48190187dd6b7a89df63b
+SIZE (wbar_2.3.0.orig.tar.gz) = 375206
diff -ruN /usr/ports/x11/wbar/files/patch-src__config__Run.cc wbar/files/patch-src__config__Run.cc
--- /usr/ports/x11/wbar/files/patch-src__config__Run.cc	2011-07-06 18:19:26.000000000 +0200
+++ wbar/files/patch-src__config__Run.cc	1970-01-01 01:00:00.000000000 +0100
@@ -1,11 +0,0 @@
---- ./src/config/Run.cc.orig	2011-05-20 18:25:35.000000000 +0200
-+++ ./src/config/Run.cc	2011-07-06 17:21:57.000000000 +0200
-@@ -28,7 +28,7 @@
-     int pid = -1;
-     FILE * process;
- 
--    process = popen("pidof "PACKAGE_NAME, "r");
-+    process = popen("pgrep "PACKAGE_NAME, "r");
- 
-     if (process)
-     {
diff -ruN /usr/ports/x11/wbar/pkg-plist wbar/pkg-plist
--- /usr/ports/x11/wbar/pkg-plist	2011-06-30 15:34:34.000000000 +0200
+++ wbar/pkg-plist	2012-05-20 17:24:09.000000000 +0200
@@ -1,11 +1,14 @@
- at comment $FreeBSD: ports/x11/wbar/pkg-plist,v 1.4 2011/06/30 13:34:34 nivit Exp $
 bin/wbar
 bin/wbar-config
-etc/default/wbar/wbar.cfg
-etc/xdg/autostart/wbar.desktop
-%%NLS%%share/locale/de/LC_MESSAGES/wbar.mo
-%%NLS%%share/locale/es/LC_MESSAGES/wbar.mo
-%%NLS%%share/locale/fi/LC_MESSAGES/wbar.mo
+etc/wbar.d/wbar.cfg
+etc/wbar.d/wbar.desktop
+man/es/man1/wbar-config.1.gz
+man/es/man1/wbar.1.gz
+man/man1/wbar-config.1.gz
+man/man1/wbar.1.gz
+share/locale/de/LC_MESSAGES/wbar.mo
+share/locale/es/LC_MESSAGES/wbar.mo
+share/locale/fi/LC_MESSAGES/wbar.mo
 share/pixmaps/wbar.png
 share/pixmaps/wbar/anjuta.png
 share/pixmaps/wbar/bluefish.png
@@ -13,14 +16,14 @@
 share/pixmaps/wbar/ooffice.png
 share/pixmaps/wbar/osxbarback.png
 share/pixmaps/wbar/pidgin.png
+share/pixmaps/wbar/questionmark.png
 share/pixmaps/wbar/synaptic.png
 share/pixmaps/wbar/terminal.png
 share/pixmaps/wbar/wbar.png
+share/wbar/glade/wbar.glade
+ at dirrm share/wbar/glade
+ at dirrm share/wbar
 @dirrm share/pixmaps/wbar
-%%DATADIR%%/glade/wbar.glade
- at dirrm %%DATADIR%%/glade
- at dirrm %%DATADIR%%
- at dirrm etc/default/wbar
- at dirrm etc/default
- at dirrmtry etc/xdg/autostart
- at dirrmtry etc/xdg
+ at dirrm man/es/man1
+ at dirrm man/es
+ at dirrm etc/wbar.d


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list