Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Oct 2018 19:10:03 +0000 (UTC)
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r481845 - head/x11/hs-xmobar
Message-ID:  <201810111910.w9BJA3mh062103@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Thu Oct 11 19:10:03 2018
New Revision: 481845
URL: https://svnweb.freebsd.org/changeset/ports/481845

Log:
  x11/hs-xmobar: Update to 0.28.
  
  PR:		232057
  Submitted by:	Kevin Zheng <kevinz5000@gmail.com>
  Approved by:	tcberner (mentor)

Modified:
  head/x11/hs-xmobar/Makefile
  head/x11/hs-xmobar/distinfo

Modified: head/x11/hs-xmobar/Makefile
==============================================================================
--- head/x11/hs-xmobar/Makefile	Thu Oct 11 18:45:22 2018	(r481844)
+++ head/x11/hs-xmobar/Makefile	Thu Oct 11 19:10:03 2018	(r481845)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	xmobar
-PORTVERSION=	0.26
-PORTREVISION=	2
+PORTVERSION=	0.28
 CATEGORIES=	x11 haskell
 
 MAINTAINER=	haskell@FreeBSD.org
@@ -11,17 +10,20 @@ COMMENT=	Minimalistic text-based status bar
 
 LICENSE=	BSD3CLAUSE
 
-USE_CABAL=	HTTP>=4000.2.4 mtl>=2.1 regex-compat X11>=1.6.1
+USE_CABAL=	HTTP>=4000.2.4 mtl>=2.1 regex-compat X11>=1.6.1 parsec-numbers
 USE_XORG=	xpm
 
 EXECUTABLE=	xmobar
 
 STANDALONE=	yes
 
-INSTALL_PORTDATA=	${INSTALL_DATA} ${WRKSRC}/samples/xmobar.config ${STAGEDIR}${DATADIR}
+OPTIONS_DEFINE=	EXAMPLES
 
+INSTALL_PORTEXAMPLES=	${INSTALL_DATA} ${WRKSRC}/samples/xmobar.config \
+				${STAGEDIR}${EXAMPLESDIR}
+
 FLAGS_DEFINE=		XFT UTF8 MPD INOTIFY DATEZONE THREADED
-FLAGS_DEFAULT=		UTF8
+FLAGS_DEFAULT=		XFT UTF8
 
 XFT_DESC=		Use Xft to render text (UTF-8 support included)
 XFT_FLAG_ENABLE=	with_xft

Modified: head/x11/hs-xmobar/distinfo
==============================================================================
--- head/x11/hs-xmobar/distinfo	Thu Oct 11 18:45:22 2018	(r481844)
+++ head/x11/hs-xmobar/distinfo	Thu Oct 11 19:10:03 2018	(r481845)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1524245719
-SHA256 (cabal/xmobar-0.26.tar.gz) = ff7dd9af151e0336d35fa4741a76fe8a95762649c11877442449b321f106e4a5
-SIZE (cabal/xmobar-0.26.tar.gz) = 101557
+TIMESTAMP = 1538849019
+SHA256 (cabal/xmobar-0.28.tar.gz) = ed1338bed8f8a2fafeeb30462a44e0bacf45bcf76fb47377d66578f4b43a08f6
+SIZE (cabal/xmobar-0.28.tar.gz) = 102694



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810111910.w9BJA3mh062103>