diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-12-20 02:23:04 +0000 |
commit | f6f83c9efc2c46d2970746758e2c682bb8a518ec (patch) | |
tree | 290f2ea61305744bf0f477895c56b92acaeb361f /devel/hs-happy | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'devel/hs-happy')
-rw-r--r-- | devel/hs-happy/Makefile | 14 | ||||
-rw-r--r-- | devel/hs-happy/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-happy/pkg-descr | 2 |
3 files changed, 5 insertions, 15 deletions
diff --git a/devel/hs-happy/Makefile b/devel/hs-happy/Makefile index 77d761509f17..be1c56a02eb8 100644 --- a/devel/hs-happy/Makefile +++ b/devel/hs-happy/Makefile @@ -1,12 +1,8 @@ -# New ports collection makefile for: happy -# Date created: 22 December 2000 -# Whom: Simon Marlow <simonmar@microsoft.com> -# +# Created by: Simon Marlow <simonmar@microsoft.com> # $FreeBSD$ PORTNAME= happy -PORTVERSION= 1.18.9 -PORTREVISION= 1 +PORTVERSION= 1.18.10 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org @@ -22,13 +18,7 @@ USE_AUTOTOOLS= autoconf:env STANDALONE= yes EXECUTABLE= happy -USE_PERL5_BUILD= yes - INSTALL_PORTEXAMPLES= @(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}) -.if defined(SLAVE) -GHC_CMD= ghc -.endif - .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/devel/hs-happy/distinfo b/devel/hs-happy/distinfo index 6c27872e5406..fefe11034ae7 100644 --- a/devel/hs-happy/distinfo +++ b/devel/hs-happy/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/happy-1.18.9.tar.gz) = 7d34c512b8aecbc135f6b4c43bc18044ff50ae6d5afdd0d2570228dccecb618a -SIZE (cabal/happy-1.18.9.tar.gz) = 158476 +SHA256 (cabal/happy-1.18.10.tar.gz) = c1c920f77906740252e261e2baec5b7519e584344d6080aa5a9cc0b677b9064b +SIZE (cabal/happy-1.18.10.tar.gz) = 159994 diff --git a/devel/hs-happy/pkg-descr b/devel/hs-happy/pkg-descr index cbba78d92fad..9471d05ae287 100644 --- a/devel/hs-happy/pkg-descr +++ b/devel/hs-happy/pkg-descr @@ -1,3 +1,3 @@ Happy is a parser generator system for Haskell. -WWW: http://www.haskell.org/happy/ +WWW: http://www.haskell.org/happy/ |