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 /devel/hs-cpphs | |
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 'devel/hs-cpphs')
-rw-r--r-- | devel/hs-cpphs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 7676e04e0d95..82b314626906 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -7,6 +7,7 @@ PORTNAME= cpphs PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= devel haskell MASTER_SITES= http://www.cs.york.ac.uk/fp/cpphs/ PKGNAMEPREFIX= hs- @@ -48,7 +49,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= * |