diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:55:54 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:55:54 +0800 |
commit | 63830f4088b2600b6fe936e39cb119a209eec44b (patch) | |
tree | f4a4aa4093d3489ecaffc7f9b872f6da852a042a /x11/hs-xmobar | |
parent | 5c066fe4b32a88ef44b8b729276e300aab5dec73 (diff) | |
download | freebsd-ports-gnome-63830f4088b2600b6fe936e39cb119a209eec44b.tar.gz freebsd-ports-gnome-63830f4088b2600b6fe936e39cb119a209eec44b.tar.zst freebsd-ports-gnome-63830f4088b2600b6fe936e39cb119a209eec44b.zip |
- Update to 0.14
Obtained from: FreeBSD Haskell
Diffstat (limited to 'x11/hs-xmobar')
-rw-r--r-- | x11/hs-xmobar/Makefile | 5 | ||||
-rw-r--r-- | x11/hs-xmobar/distinfo | 4 | ||||
-rw-r--r-- | x11/hs-xmobar/pkg-descr | 2 |
3 files changed, 5 insertions, 6 deletions
diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile index 850e197637cf..d9b23ecf84d3 100644 --- a/x11/hs-xmobar/Makefile +++ b/x11/hs-xmobar/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= xmobar -PORTVERSION= 0.13 +PORTVERSION= 0.14 CATEGORIES= x11 haskell MAINTAINER= haskell@FreeBSD.org @@ -14,12 +14,11 @@ COMMENT= A minimalistic text based status bar LICENSE= BSD USE_CABAL= mtl parsec stm X11>=1.3.0 -USE_XORG= x11 +USE_XORG= x11 xrandr EXECUTABLE= xmobar STANDALONE= yes -PORTDATA= * INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/samples/xmobar.config ${DATADIR} OPTIONS= XFT "Use Xft to render text (UTF-8 support included)" off \ diff --git a/x11/hs-xmobar/distinfo b/x11/hs-xmobar/distinfo index 86ec08271dee..ae203e6f4515 100644 --- a/x11/hs-xmobar/distinfo +++ b/x11/hs-xmobar/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/xmobar-0.13.tar.gz) = c7c151c12491e230310a7ae22796cfe3f79d8731ddc453b661b509bb81da4a46 -SIZE (cabal/xmobar-0.13.tar.gz) = 55874 +SHA256 (cabal/xmobar-0.14.tar.gz) = 70c39b0bd98a95fb362a78305cc9b10d4f9c24aa6431597fd81da65d945846f8 +SIZE (cabal/xmobar-0.14.tar.gz) = 64977 diff --git a/x11/hs-xmobar/pkg-descr b/x11/hs-xmobar/pkg-descr index 5cf0dedd308f..e202314d2fc0 100644 --- a/x11/hs-xmobar/pkg-descr +++ b/x11/hs-xmobar/pkg-descr @@ -2,4 +2,4 @@ Xmobar is a minimalistic text based status bar. Inspired by the Ion3 status bar, it supports similar features, like dynamic color management, output templates, and extensibility through plugins. -WWW: http://code.haskell.org/~arossato/xmobar +WWW: http://projects.haskell.org/xmobar/ |