From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 30 08:50:02 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B6E3316A41F for ; Mon, 30 May 2005 08:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4086543D1F for ; Mon, 30 May 2005 08:50:02 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j4U8o2RJ013730 for ; Mon, 30 May 2005 08:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j4U8o2jN013729; Mon, 30 May 2005 08:50:02 GMT (envelope-from gnats) Resent-Date: Mon, 30 May 2005 08:50:02 GMT Resent-Message-Id: <200505300850.j4U8o2jN013729@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johan van Selst Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3054116A41C; Mon, 30 May 2005 08:43:27 +0000 (GMT) (envelope-from johans@stack.nl) Received: from mailhost.stack.nl (vaak.stack.nl [131.155.140.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBF9043D49; Mon, 30 May 2005 08:43:26 +0000 (GMT) (envelope-from johans@stack.nl) Received: by mailhost.stack.nl (Postfix, from userid 65534) id 2C8581F160; Mon, 30 May 2005 10:43:25 +0200 (CEST) Received: from mud.stack.nl (mud.stack.nl [IPv6:2001:610:1108:5011:207:e9ff:fe14:b498]) by mailhost.stack.nl (Postfix) with ESMTP id D40191F16B; Mon, 30 May 2005 10:43:23 +0200 (CEST) Received: by mud.stack.nl (Postfix, from userid 801) id C0E0C1703F; Mon, 30 May 2005 10:43:23 +0200 (CEST) Message-Id: <20050530084323.C0E0C1703F@mud.stack.nl> Date: Mon, 30 May 2005 10:43:23 +0200 (CEST) From: Johan van Selst To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: haskell@FreeBSD.org Subject: ports/81652: devel/hs-hpl: update to version 4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Johan van Selst List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 May 2005 08:50:02 -0000 >Number: 81652 >Category: ports >Synopsis: devel/hs-hpl: update to version 4.3 >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: Mon May 30 08:50:01 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.4-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 5.4-STABLE FreeBSD 5.4-STABLE #3: Mon May 9 19:06:32 CEST 2005 root@mud.stack.nl:/usr/obj/usr/src/sys/mud i386 >Description: [Cc: maintainer, haskell@freebsd.org] The current Haskell ports library version is 0.4.3. This version uses ghc6 rather than ghc5 >How-To-Repeat: >Fix: The patch files/patch-configure is no longer required diff -uNr hs-hpl/Makefile hs-hpl/Makefile --- hs-hpl/Makefile Thu Mar 11 08:48:11 2004 +++ hs-hpl/Makefile Sun May 29 23:52:43 2005 @@ -6,8 +6,7 @@ # PORTNAME= hpl -PORTVERSION= 0.3.3 -PORTREVISION= 2 +PORTVERSION= 0.4.3 CATEGORIES= devel haskell MASTER_SITES= http://www.cse.unsw.edu.au/~chak/haskell/ports/ PKGNAMEPREFIX= hs- @@ -16,8 +15,8 @@ MAINTAINER= haskell@FreeBSD.org COMMENT= Haskell Ports Library provides ports in Haskell -BUILD_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 -RUN_DEPENDS= ghc-5.04.3:${PORTSDIR}/lang/ghc5 +BUILD_DEPENDS= ghc:${PORTSDIR}/lang/ghc +RUN_DEPENDS= ghc:${PORTSDIR}/lang/ghc HAS_CONFIGURE= yes USE_GMAKE= yes diff -uNr hs-hpl/distinfo hs-hpl/distinfo --- hs-hpl/distinfo Sat Jan 31 12:16:46 2004 +++ hs-hpl/distinfo Sun May 29 20:20:54 2005 @@ -1,2 +1,2 @@ -MD5 (ports-0.3.3.tar.gz) = b5d13ff5456b7b80fada58aefcb1957b -SIZE (ports-0.3.3.tar.gz) = 62882 +MD5 (ports-0.4.3.tar.gz) = b2c79b885475397176897ccba3bf266e +SIZE (ports-0.4.3.tar.gz) = 67528 diff -uNr hs-hpl/files/patch-configure hs-hpl/files/patch-configure --- hs-hpl/files/patch-configure Sun Sep 15 17:37:33 2002 +++ hs-hpl/files/patch-configure Thu Jan 1 01:00:00 1970 @@ -1,11 +0,0 @@ ---- configure.orig Sun Sep 15 17:27:44 2002 -+++ configure Sun Sep 15 17:28:09 2002 -@@ -1224,7 +1224,7 @@ - else - ${GHC-ghc} --version > conftestghc 2>&1 - cat conftestghc >&5 -- ports_cv_ghc_version=`cat conftestghc | sed -n -e 's/, patchlevel *\([0-9]\)/.\1/;s/.* version \([0-9.]\+\).*/\1/p'` -+ ports_cv_ghc_version=`cat conftestghc | sed -n -e 's/, patchlevel *\([0-9]\)/.\1/;s/.* version \([0-9.][0-9.]*\).*/\1/p'` - rm -fr conftest* - if test "$ports_cv_ghc_version" = "" - then diff -uNr hs-hpl/pkg-plist hs-hpl/pkg-plist --- hs-hpl/pkg-plist Sun Sep 15 17:37:33 2002 +++ hs-hpl/pkg-plist Mon May 30 09:09:56 2005 @@ -1,11 +1,13 @@ bin/ports-config -lib/ports-0.3.3/ghc5/import/HPL.hi -lib/ports-0.3.3/ghc5/import/Ports.hi -lib/ports-0.3.3/ghc5/import/PortsConfig.hi -lib/ports-0.3.3/ghc5/import/PortsVersion.hi -lib/ports-0.3.3/ghc5/import/Processes.hi -lib/ports-0.3.3/ghc5/import/SVars.hi -lib/ports-0.3.3/ghc5/libportsHS.a -@dirrm lib/ports-0.3.3/ghc5/import -@dirrm lib/ports-0.3.3/ghc5 -@dirrm lib/ports-0.3.3 +lib/ports-0.4.3/ghc6/import/HPL.hi +lib/ports-0.4.3/ghc6/import/PortThreads.hi +lib/ports-0.4.3/ghc6/import/Ports.hi +lib/ports-0.4.3/ghc6/import/PortsConfig.hi +lib/ports-0.4.3/ghc6/import/PortsVersion.hi +lib/ports-0.4.3/ghc6/import/Processes.hi +lib/ports-0.4.3/ghc6/import/SVars.hi +lib/ports-0.4.3/ghc6/import/ThreadUtils.hi +lib/ports-0.4.3/ghc6/libportsHS.a +@dirrm lib/ports-0.4.3/ghc6/import +@dirrm lib/ports-0.4.3/ghc6 +@dirrm lib/ports-0.4.3 >Release-Note: >Audit-Trail: >Unformatted: