aboutsummaryrefslogtreecommitdiff
path: root/x11/hs-xmobar
diff options
context:
space:
mode:
authorMahdi Mokhtari <mmokhi@FreeBSD.org>2019-03-12 15:45:57 +0000
committerMahdi Mokhtari <mmokhi@FreeBSD.org>2019-03-12 15:45:57 +0000
commit69d5a6cf1dfdb8de4d9c7f5ad2f0a9e601ef3a29 (patch)
treee5abd80261493df273b2bba23a763fb2c97bb5c8 /x11/hs-xmobar
parent1884faba789a4f5bc9abbb56793f02c5edb9fce0 (diff)
downloadports-69d5a6cf1dfdb8de4d9c7f5ad2f0a9e601ef3a29.tar.gz
ports-69d5a6cf1dfdb8de4d9c7f5ad2f0a9e601ef3a29.zip
x11/hs-xmobar: Add new dependencies regrading upstream changes on default plugins
Upstream recently had to change default dependency for its default plugins from HTTP to HTTPS. Change the dependencies to regard that. While here clean up `USE_XORG` option to make poudriere happier. Reviewed by: arrowd (maintainer, Haskell@) Approved by: arrowd (maintainer, Haskell@) Differential Revision: https://reviews.freebsd.org/D19493
Notes
Notes: svn path=/head/; revision=495461
Diffstat (limited to 'x11/hs-xmobar')
-rw-r--r--x11/hs-xmobar/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/x11/hs-xmobar/Makefile b/x11/hs-xmobar/Makefile
index 0992d0d20621..1111cda7a6d9 100644
--- a/x11/hs-xmobar/Makefile
+++ b/x11/hs-xmobar/Makefile
@@ -3,7 +3,7 @@
PORTNAME= xmobar
PORTVERSION= 0.29.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= x11 haskell
MAINTAINER= haskell@FreeBSD.org
@@ -11,9 +11,9 @@ COMMENT= Minimalistic text-based status bar
LICENSE= BSD3CLAUSE
-USE_CABAL= HTTP>=4000.2.4 async extensible-exceptions mtl>=2.1 regex-compat\
- X11>=1.6.1 parsec-numbers
-USE_XORG= xpm
+USE_CABAL= HTTP>=4000.2.4 async extensible-exceptions http-conduit \
+ mtl>=2.1 regex-compat X11>=1.6.1 parsec-numbers
+USE_XORG= x11 xext xinerama xpm xrandr xrender
EXECUTABLE= xmobar
@@ -30,6 +30,7 @@ FLAGS_DEFAULT= XFT UTF8
XFT_DESC= Use Xft to render text (UTF-8 support included)
XFT_FLAG_ENABLE= with_xft
XFT_FLAG_CABAL= utf8-string X11-xft>=0.2
+XFT_USE_XORG= xft
UTF8_DESC= UTF-8 support
UTF8_FLAG_ENABLE= with_utf8
@@ -50,7 +51,8 @@ DATEZONE_FLAG_CABAL= timezone-olson>=0.1 timezone-series>=0.1
THREADED_DESC= Use threaded runtime
THREADED_FLAG_ENABLE= with_threaded
-# Disable unsupported options
+# Disable unsupported options and enable new default ones
+FLAGS_ENABLE= with_weather
FLAGS_DISABLE= with_mpris with_dbus with_iwlib with_alsa
post-extract: