diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2014-08-10 22:34:50 +0000 |
commit | cc555442337c7591ab5c3fd19ad8e3e185a256b0 (patch) | |
tree | a6a0dfa4f440949889fc7b609c83f74555f6894e /devel/hs-cpphs | |
parent | 5e492199d1e024a681c6d21087c8d948cb3b7bc3 (diff) | |
download | ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.tar.gz ports-cc555442337c7591ab5c3fd19ad8e3e185a256b0.zip |
Notes
Diffstat (limited to 'devel/hs-cpphs')
-rw-r--r-- | devel/hs-cpphs/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-cpphs/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-cpphs/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/hs-cpphs/Makefile b/devel/hs-cpphs/Makefile index 8897a34aa6d5..54fcb6abb7b1 100644 --- a/devel/hs-cpphs/Makefile +++ b/devel/hs-cpphs/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= cpphs -PORTVERSION= 1.16 -PORTREVISION= 5 +PORTVERSION= 1.18.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -11,6 +10,8 @@ COMMENT= Liberalised re-implementation of cpp, the C pre-processor LICENSE= LGPL21 +USE_CABAL= polyparse>=1.9 + EXECUTABLE= cpphs .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" diff --git a/devel/hs-cpphs/distinfo b/devel/hs-cpphs/distinfo index 88bbcfd69faa..1c291b9728a9 100644 --- a/devel/hs-cpphs/distinfo +++ b/devel/hs-cpphs/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/cpphs-1.16.tar.gz) = b7562ee6dd504f210a363c6bb7ea542e67f0a6ad75aca66080e66801870e69bb -SIZE (cabal/cpphs-1.16.tar.gz) = 71105 +SHA256 (cabal/cpphs-1.18.5.tar.gz) = e71d9ea2c4999905f9910bbb1b947dcef1950dacb03e17c2d9bb5b3739f80e2f +SIZE (cabal/cpphs-1.18.5.tar.gz) = 72221 diff --git a/devel/hs-cpphs/pkg-descr b/devel/hs-cpphs/pkg-descr index b596c1d60cfd..cc804fd38627 100644 --- a/devel/hs-cpphs/pkg-descr +++ b/devel/hs-cpphs/pkg-descr @@ -5,4 +5,4 @@ pretty-much feature-complete and compatible with traditional (K&R) pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion. -WWW: http://haskell.org/cpphs/ +WWW: http://projects.haskell.org/cpphs/ |