svn commit: r563606 - in head/x11-wm/hs-xmonad: . files

Gleb Popov arrowd at FreeBSD.org
Mon Feb 1 18:50:33 UTC 2021


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 at 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
 


More information about the svn-ports-all mailing list