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 /textproc/hs-lhs2tex | |
parent | af071cfdc1f8578bd1523b823e683074a3139a34 (diff) |
Notes
Diffstat (limited to 'textproc/hs-lhs2tex')
-rw-r--r-- | textproc/hs-lhs2tex/Makefile | 13 | ||||
-rw-r--r-- | textproc/hs-lhs2tex/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-lhs2tex/pkg-descr | 2 |
3 files changed, 7 insertions, 12 deletions
diff --git a/textproc/hs-lhs2tex/Makefile b/textproc/hs-lhs2tex/Makefile index 346b306827e0..0ce27f946034 100644 --- a/textproc/hs-lhs2tex/Makefile +++ b/textproc/hs-lhs2tex/Makefile @@ -1,14 +1,8 @@ -# ex:ts=8 -# Ports collection makefile for: lhs2TeX -# Date created: April 24, 2007 -# Whom: mainland@apeiron.net -# +# Created by: mainland@apeiron.net # $FreeBSD$ -# PORTNAME= lhs2tex -PORTVERSION= 1.17 -PORTREVISION= 4 +PORTVERSION= 1.18.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -17,7 +11,8 @@ COMMENT= Preprocessor for typesetting Haskell sources with LaTeX LICENSE= GPLv2 CABAL_SETUP= Setup.hs -USE_CABAL= regex-compat +USE_CABAL= mtl regex-compat + BUILD_DEPENDS+= mktexlsr:${PORTSDIR}/print/teTeX-base RUN_DEPENDS+= mktexlsr:${PORTSDIR}/print/teTeX-base diff --git a/textproc/hs-lhs2tex/distinfo b/textproc/hs-lhs2tex/distinfo index fb52aa0d782f..d894389f8582 100644 --- a/textproc/hs-lhs2tex/distinfo +++ b/textproc/hs-lhs2tex/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/lhs2tex-1.17.tar.gz) = 2cf7495b951f44454a73d1be32617ffeba9b938af3e0c2a171a4f6524d1889f4 -SIZE (cabal/lhs2tex-1.17.tar.gz) = 662684 +SHA256 (cabal/lhs2tex-1.18.1.tar.gz) = dccae22231a1db64cddc38b6f7ac98ac4d5677f03df2f548b2efe9a5e63e9648 +SIZE (cabal/lhs2tex-1.18.1.tar.gz) = 661053 diff --git a/textproc/hs-lhs2tex/pkg-descr b/textproc/hs-lhs2tex/pkg-descr index 0c58501a3309..e3f034d7643e 100644 --- a/textproc/hs-lhs2tex/pkg-descr +++ b/textproc/hs-lhs2tex/pkg-descr @@ -1,3 +1,3 @@ Preprocessor for typesetting Haskell sources with LaTeX. -WWW: http://www.andres-loeh.de/lhs2tex/ +WWW: http://www.andres-loeh.de/lhs2tex/ |