diff options
Diffstat (limited to 'x11')
-rw-r--r-- | x11/wbar/Makefile | 10 | ||||
-rw-r--r-- | x11/wbar/distinfo | 4 | ||||
-rw-r--r-- | x11/wbar/files/patch-etc__Makefile.in | 11 | ||||
-rw-r--r-- | x11/wbar/pkg-plist | 14 |
4 files changed, 19 insertions, 20 deletions
diff --git a/x11/wbar/Makefile b/x11/wbar/Makefile index 75ff18e77785..6c9fb2aef0ad 100644 --- a/x11/wbar/Makefile +++ b/x11/wbar/Makefile @@ -1,16 +1,12 @@ -# New ports collection makefile for: wbar -# Date created: 2007-01-16 -# Whom: Nicola Vitale <nivit@FreeBSD.org> -# +# Created by: Nicola Vitale <nivit@FreeBSD.org> # $FreeBSD$ -# PORTNAME= wbar -PORTVERSION= 2.3.0 +PORTVERSION= 2.3.4 PORTREVISION= 0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} -DISTNAME= ${PORTNAME}_${PORTVERSION}.orig +EXTRACT_SUFX= .tgz MAINTAINER= nivit@FreeBSD.org COMMENT= A quick launch bar for fluxbox, WindowMaker, Xfce, etc diff --git a/x11/wbar/distinfo b/x11/wbar/distinfo index 4d5f7b2e0740..d1e9fb8f126b 100644 --- a/x11/wbar/distinfo +++ b/x11/wbar/distinfo @@ -1,2 +1,2 @@ -SHA256 (wbar_2.3.0.orig.tar.gz) = 1a192f150eae92d1c92b86050e4f8046de960a2452c48190187dd6b7a89df63b -SIZE (wbar_2.3.0.orig.tar.gz) = 375206 +SHA256 (wbar-2.3.4.tgz) = 46a69849e4436529aefb5cfb2c94b520d05a53c237e7773b90207f67f97a93e3 +SIZE (wbar-2.3.4.tgz) = 189999 diff --git a/x11/wbar/files/patch-etc__Makefile.in b/x11/wbar/files/patch-etc__Makefile.in new file mode 100644 index 000000000000..3847f5eb499a --- /dev/null +++ b/x11/wbar/files/patch-etc__Makefile.in @@ -0,0 +1,11 @@ +--- ./etc/Makefile.in.orig 2013-02-04 16:47:28.000000000 +0100 ++++ ./etc/Makefile.in 2013-02-04 16:47:45.000000000 +0100 +@@ -206,7 +206,7 @@ + default_DATA = $(wbarcfg:.cfg.in=.cfg) + autostartdir = @DEFAULT_CONFIGDIR@ + autostart_DATA = $(wbardesktop:.desktop.in.in=.desktop) +-bashcompletiondir = /etc/bash_completion.d ++bashcompletiondir = ${PREFIX}/etc/bash_completion.d + bashcompletion_DATA = wbar + wbardesktop = wbar.desktop.in.in + wbarcfg = wbar.cfg.in diff --git a/x11/wbar/pkg-plist b/x11/wbar/pkg-plist index 448fc3885309..d05871be5245 100644 --- a/x11/wbar/pkg-plist +++ b/x11/wbar/pkg-plist @@ -1,25 +1,17 @@ @comment $FreeBSD$ bin/wbar %%WBARCONFIG%%bin/wbar-config +etc/bash_completion.d/wbar etc/wbar.d/wbar.cfg -@comment etc/wbar.d/wbar.desktop %%DESKTOPDIR%%/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 -share/pixmaps/wbar.png -share/pixmaps/wbar/anjuta.png -share/pixmaps/wbar/bluefish.png -share/pixmaps/wbar/gimp.png -share/pixmaps/wbar/ooffice.png -share/pixmaps/wbar/questionmark.png -share/pixmaps/wbar/osxbarback.png -share/pixmaps/wbar/pidgin.png -share/pixmaps/wbar/synaptic.png -share/pixmaps/wbar/terminal.png +share/pixmaps/wbar/dock.png share/pixmaps/wbar/wbar.png %%DATADIR%%/glade/wbar.glade @dirrm share/pixmaps/wbar @dirrm %%DATADIR%%/glade @dirrm %%DATADIR%% +@dirrmtry etc/bash_completion.d @dirrm etc/wbar.d |