Date: Fri, 11 Apr 2008 06:28:13 -0700 (PDT) From: Jacula Modyun <jacula@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/122657: [MAINTAINER UPDATE] devel/hs-uuagc: updated to port version 0.9.6 Message-ID: <200804111328.m3BDS3Q9027989@splork.wirewater.yow> Resent-Message-ID: <200804111330.m3BDU2BC048103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 122657 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/hs-uuagc: updated to port version 0.9.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Apr 11 13:30:01 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Jacula Modyun >Release: FreeBSD 7.0-STABLE i386 >Organization: >Environment: System: FreeBSD splork.wirewater.yow 7.0-STABLE FreeBSD 7.0-STABLE #0: Mon Mar 3 09:48:32 UTC 2008 root@splork.wirewater.yow:/usr/obj/usr/src/sys/JACULA i386 >Description: Bumped version number to 0.9.6. JM >How-To-Repeat: >Fix: --- patch-devel-hs-uuagc begins here --- diff -uNr hs-uuagc.orig/Makefile hs-uuagc/Makefile --- hs-uuagc.orig/Makefile 2008-02-28 20:53:43.000000000 +0000 +++ hs-uuagc/Makefile 2008-04-11 12:23:52.000000000 +0000 @@ -6,7 +6,7 @@ # PORTNAME= uuagc -PORTVERSION= 0.9.5 +PORTVERSION= 0.9.6 CATEGORIES= devel haskell MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/ PKGNAMEPREFIX= hs- @@ -15,11 +15,10 @@ COMMENT= Attribute Grammar System of Universiteit Utrecht BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \ - hs-uulib>=${PORTVERSION}:${PORTSDIR}/devel/hs-uulib + hs-uulib>=0.9.5:${PORTSDIR}/devel/hs-uulib LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 GHC_VERSION= 6.8.2 -UUAG_VERSION= ${PORTVERSION} GHC_CMD= ${LOCALBASE}/bin/ghc SETUP_CMD= ./setup @@ -38,4 +37,8 @@ do-install: cd ${WRKSRC} && ${SETUP_CMD} install +post-install: + ${STRIP_CMD} ${PREFIX}/bin/uuagc + ${CHMOD} ${BINMODE} ${PREFIX}/bin/uuagc + .include <bsd.port.mk> diff -uNr hs-uuagc.orig/distinfo hs-uuagc/distinfo --- hs-uuagc.orig/distinfo 2008-03-19 16:19:21.000000000 +0000 +++ hs-uuagc/distinfo 2008-04-11 10:30:09.000000000 +0000 @@ -1,3 +1,3 @@ -MD5 (uuagc-0.9.5.tar.gz) = 9f8d69915abadd35e5373f53f59c4986 -SHA256 (uuagc-0.9.5.tar.gz) = 01babb063390448f127b897b10eb47a07fe0593b7fc8a5ab51826ad65a5e4526 -SIZE (uuagc-0.9.5.tar.gz) = 167594 +MD5 (uuagc-0.9.6.tar.gz) = 4352989e90f3ee49d3f729c4acd5c31c +SHA256 (uuagc-0.9.6.tar.gz) = 10e148bdf052e9a80e52c54a94314df9d1772e68416e5dfac289c47fd1ba8558 +SIZE (uuagc-0.9.6.tar.gz) = 187246 diff -uNr hs-uuagc.orig/pkg-descr hs-uuagc/pkg-descr --- hs-uuagc.orig/pkg-descr 2008-02-28 20:53:43.000000000 +0000 +++ hs-uuagc/pkg-descr 2008-04-11 12:11:41.000000000 +0000 @@ -1,5 +1,5 @@ UUAG is the Utrecht University Attribute Grammar system. -Generates Haskell files from an attribute grammar specification +It generates Haskell files from an attribute grammar specification. It is a preprocessor for Haskell which makes it easy to write catamorphisms (that is, functions that do to any datatype what foldr does to lists). --- patch-devel-hs-uuagc ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804111328.m3BDS3Q9027989>