Date: Sun, 20 May 2012 15:31:27 GMT From: lbartoletti <coder@tuxfamily.org> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/168167: [PATCH] x11/wbar: update to 2.3.0 Message-ID: <201205201531.q4KFVRJ0054408@red.freebsd.org> Resent-Message-ID: <201205201540.q4KFe1Wk022690@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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 @@ -@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 +@dirrm share/wbar/glade +@dirrm share/wbar @dirrm share/pixmaps/wbar -%%DATADIR%%/glade/wbar.glade -@dirrm %%DATADIR%%/glade -@dirrm %%DATADIR%% -@dirrm etc/default/wbar -@dirrm etc/default -@dirrmtry etc/xdg/autostart -@dirrmtry etc/xdg +@dirrm man/es/man1 +@dirrm man/es +@dirrm etc/wbar.d >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205201531.q4KFVRJ0054408>