Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 18:50:32 +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: r563606 - in head/x11-wm/hs-xmonad: . files
Message-ID:  <202102011850.111IoWuN087807@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: arrowd
Date: Mon Feb  1 18:50:32 2021
New Revision: 563606
URL: https://svnweb.freebsd.org/changeset/ports/563606

Log:
  x11-wm/hs-xmonad: Fix the example build script.
  
  PR:		253167

Modified:
  head/x11-wm/hs-xmonad/Makefile
  head/x11-wm/hs-xmonad/files/example_buildscript

Modified: head/x11-wm/hs-xmonad/Makefile
==============================================================================
--- head/x11-wm/hs-xmonad/Makefile	Mon Feb  1 18:20:58 2021	(r563605)
+++ head/x11-wm/hs-xmonad/Makefile	Mon Feb  1 18:50:32 2021	(r563606)
@@ -3,7 +3,7 @@
 
 PORTNAME=	xmonad
 PORTVERSION=	0.15
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	x11-wm haskell
 
 MAINTAINER=	haskell@FreeBSD.org

Modified: head/x11-wm/hs-xmonad/files/example_buildscript
==============================================================================
--- head/x11-wm/hs-xmonad/files/example_buildscript	Mon Feb  1 18:20:58 2021	(r563605)
+++ head/x11-wm/hs-xmonad/files/example_buildscript	Mon Feb  1 18:50:32 2021	(r563606)
@@ -10,6 +10,7 @@ CFG_DIR=$HOME/.xmonad
 
 # build the config
 cd $CFG_DIR
+cabal new-clean || true
 cabal new-configure --enable-optimization --enable-executable-stripping
 cabal new-build
 



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