ports/131494: [UPDATE] devel/lhs2TeX - Update to 1.14 and Fixes

Gabor PALI pgj at FreeBSD.org
Sun Feb 8 13:10:01 UTC 2009


>Number:         131494
>Category:       ports
>Synopsis:       [UPDATE] devel/lhs2TeX - Update to 1.14 and Fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 08 13:10:00 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Gabor PALI
>Release:        7.1-STABLE
>Organization:
The FreeBSD Project
>Environment:
FreeBSD xxx 7.1-STABLE FreeBSD 7.1-STABLE #1: Fri Jan 23 20:38:51 CET 2009 xxx:/usr/obj/usr/src/sys/NON-GENERIC i386
>Description:
- Update to 1.14
- Improve PORTDOCS and PORTDATA
- Fix the dependency problem (add utf8-string)

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/devel/lhs2TeX/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	12 May 2008 17:17:54 -0000	1.4
+++ Makefile	8 Feb 2009 12:58:05 -0000
@@ -7,23 +7,29 @@
 #
 
 PORTNAME=	lhs2tex
-PORTVERSION=	1.13
+PORTVERSION=	1.14
 CATEGORIES=	devel haskell
 MASTER_SITES=	http://people.cs.uu.nl/andres/${PORTNAME}/
 
 MAINTAINER=	mainland at apeiron.net
 COMMENT=	A preprocessor to generate LaTeX code from literate Haskell sources
 
-BUILD_DEPENDS=	ghc:${PORTSDIR}/lang/ghc \
-		mktexlsr:${PORTSDIR}/print/teTeX-base
+BUILD_DEPENDS=	ghc>=6.8:${PORTSDIR}/lang/ghc \
+		mktexlsr:${PORTSDIR}/print/teTeX-base \
+		hs-utf8-string-ghc>=0.3:${PORTSDIR}/devel/hs-utf8-string-ghc
 
 USE_GMAKE=	yes
 HAS_CONFIGURE=	yes
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
-		--datadir=${DATADIR} \
+		--datadir=${PREFIX}/share \
 		--docdir=${DOCSDIR} \
 		--mandir=${MANPREFIX}/man
 
+DOCSDIR=${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
+PORTDOCS=	*
+DATADIR=${PREFIX}/share/${PORTNAME}-${PORTVERSION}
+PORTDATA=	*
+
 .include <bsd.port.pre.mk>
 
 .if defined(NOPORTDOCS)
@@ -34,8 +40,4 @@
 
 MAN1=		lhs2TeX.1
 
-.if ${OSVERSION} < 700042
-IGNORE=		has a broken dependency
-.endif
-
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/pcvs/ports/devel/lhs2TeX/distinfo,v
retrieving revision 1.2
diff -u -r1.2 distinfo
--- distinfo	12 May 2008 17:17:54 -0000	1.2
+++ distinfo	8 Feb 2009 12:58:05 -0000
@@ -1,3 +1,3 @@
-MD5 (lhs2tex-1.13.tar.gz) = 1173dbe6440f24918f3dc80d776e1f18
-SHA256 (lhs2tex-1.13.tar.gz) = 28282cb4afcc71785b092d358ffb33f5ec7585e50b392ae4fb6391d495a0836b
-SIZE (lhs2tex-1.13.tar.gz) = 601072
+MD5 (lhs2tex-1.14.tar.gz) = 80f9cf57e9f8bbad0058eaad93be6f39
+SHA256 (lhs2tex-1.14.tar.gz) = 1667acce394a0d4852f8ad07fa85397e43873fd98a219db794e4773883288687
+SIZE (lhs2tex-1.14.tar.gz) = 581254
Index: pkg-plist
===================================================================
RCS file: /home/pcvs/ports/devel/lhs2TeX/pkg-plist,v
retrieving revision 1.2
diff -u -r1.2 pkg-plist
--- pkg-plist	12 May 2008 17:17:54 -0000	1.2
+++ pkg-plist	8 Feb 2009 12:58:05 -0000
@@ -2,17 +2,5 @@
 share/texmf-local/tex/latex/polytable/lazylist.sty
 share/texmf-local/tex/latex/polytable/polytable.sty
 @dirrm share/texmf-local/tex/latex/polytable
-%%DATADIR%%/lhs2tex-1.13/colorcode.fmt
-%%DATADIR%%/lhs2tex-1.13/forall.fmt
-%%DATADIR%%/lhs2tex-1.13/greek.fmt
-%%DATADIR%%/lhs2tex-1.13/jfpcompat.fmt
-%%DATADIR%%/lhs2tex-1.13/lhs2TeX.fmt
-%%DATADIR%%/lhs2tex-1.13/lhs2TeX.sty
-%%DATADIR%%/lhs2tex-1.13/polycode.fmt
-%%DATADIR%%/lhs2tex-1.13/spacing.fmt
- at dirrm %%DATADIR%%/lhs2tex-1.13
- at dirrm %%DATADIR%%
-%%PORTDOCS%%%%DOCSDIR%%/Guide2.pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @exec %D/bin/mktexlsr
 @unexec %D/bin/mktexlsr


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list