diff options
author | pgj <pgj@FreeBSD.org> | 2009-12-07 04:56:55 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2009-12-07 04:56:55 +0800 |
commit | b516899c80ff456a72ca1a113109eaf1376b6d70 (patch) | |
tree | 8e5108a484e7ebdb389d8bceea9b69a85dc97e27 /x11-wm/hs-xmonad | |
parent | 295726c7a44e927bbb4ef2633533637d578b0a14 (diff) | |
download | freebsd-ports-gnome-b516899c80ff456a72ca1a113109eaf1376b6d70.tar.gz freebsd-ports-gnome-b516899c80ff456a72ca1a113109eaf1376b6d70.tar.zst freebsd-ports-gnome-b516899c80ff456a72ca1a113109eaf1376b6d70.zip |
- Update HsColour to 1.15
- Bump PORTREVISION for all affected ports
PR: ports/138567, ports/138568
Submitted by: Ashish Shukla <wahjava (at) gmail.com>
Approved by: maintainer
Diffstat (limited to 'x11-wm/hs-xmonad')
-rw-r--r-- | x11-wm/hs-xmonad/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-wm/hs-xmonad/Makefile b/x11-wm/hs-xmonad/Makefile index 2b42b6fc6bd1..bd3dd8759e76 100644 --- a/x11-wm/hs-xmonad/Makefile +++ b/x11-wm/hs-xmonad/Makefile @@ -7,6 +7,7 @@ PORTNAME= xmonad PORTVERSION= 0.9 +PORTREVISION= 1 CATEGORIES= x11-wm haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/xmonad/${PORTVERSION}/ @@ -50,7 +51,7 @@ BUILD_DEPENDS+= haddock:${PORTSDIR}/devel/hs-haddock .endif BUILD_DEPENDS+= HsColour:${PORTSDIR}/print/hs-hscolour -HSCOLOUR_VERSION= 1.13 +HSCOLOUR_VERSION= 1.15 HSCOLOUR_DATADIR= ${PREFIX}/share/hscolour-${HSCOLOUR_VERSION} PORTDOCS= * |