From nobody@FreeBSD.org  Sun Feb  8 13:02:10 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D230410656D4
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  8 Feb 2009 13:02:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id B7A7B8FC24
	for <freebsd-gnats-submit@FreeBSD.org>; Sun,  8 Feb 2009 13:02:10 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n18D2Ak8093776
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 8 Feb 2009 13:02:10 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n18D2Agd093775;
	Sun, 8 Feb 2009 13:02:10 GMT
	(envelope-from nobody)
Message-Id: <200902081302.n18D2Agd093775@www.freebsd.org>
Date: Sun, 8 Feb 2009 13:02:10 GMT
From: Gabor PALI <pgj@FreeBSD.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [UPDATE] devel/lhs2TeX - Update to 1.14 and Fixes
X-Send-Pr-Version: www-3.1
X-GNATS-Notify: mainland@apeiron.net

>Number:         131494
>Category:       ports
>Synopsis:       [UPDATE] devel/lhs2TeX - Update to 1.14 and Fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Feb 08 13:10:00 UTC 2009
>Closed-Date:    Mon Mar 02 17:55:06 UTC 2009
>Last-Modified:  Mon Mar 02 17:55:06 UTC 2009
>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@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
-@dirrm %%DATADIR%%/lhs2tex-1.13
-@dirrm %%DATADIR%%
-%%PORTDOCS%%%%DOCSDIR%%/Guide2.pdf
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @exec %D/bin/mktexlsr
 @unexec %D/bin/mktexlsr


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->pgj 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sun Feb 8 13:10:15 UTC 2009 
Responsible-Changed-Why:  
Submitter has GNATS access (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131494 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Sun Feb 8 13:10:22 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131494 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: mainland@apeiron.net
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/131494: [UPDATE] devel/lhs2TeX - Update to 1.14 and Fixes
Date: Sun, 8 Feb 2009 13:10:18 UT

 Maintainer of devel/lhs2TeX,
 
 Please note that PR ports/131494 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131494
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/131494: commit references a PR
Date: Mon,  2 Mar 2009 16:56:53 +0000 (UTC)

 pgj         2009-03-02 16:56:42 UTC
 
   FreeBSD ports repository (doc committer)
 
   Modified files:
     devel/lhs2TeX        Makefile distinfo pkg-plist 
   Log:
   - Update to 1.14
   - Improve PORTDOCS and PORTDATA
   - Fix the dependency problem (add utf8-string)
   
   PR:             ports/131494
   Submitted by:   pgj
   Approved by:    maintainer timeout, tabthorpe
   
   Revision  Changes    Path
   1.5       +10 -8     ports/devel/lhs2TeX/Makefile
   1.3       +3 -3      ports/devel/lhs2TeX/distinfo
   1.3       +0 -12     ports/devel/lhs2TeX/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: feedback->closed 
State-Changed-By: pgj 
State-Changed-When: Mon Mar 2 17:54:42 UTC 2009 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=131494 
>Unformatted:
