Index: head/devel/hs-uniplate/Makefile =================================================================== --- head/devel/hs-uniplate/Makefile (revision 291192) +++ head/devel/hs-uniplate/Makefile (revision 291193) @@ -1,25 +1,23 @@ # New ports collection makefile for: hs-uniplate # Date created: December 20 2009 # Whom: Giuseppe Pilichi aka Jacula Modyun # # $FreeBSD$ # PORTNAME= uniplate -PORTVERSION= 1.6 -PORTREVISION= 1 +PORTVERSION= 1.6.5 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Uniform type generic traversals for Haskell +COMMENT= Help writing simple, concise and fast generic operations LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= syb +USE_CABAL= hashable syb unordered-containers>=0.1 -PORTDATA= * INSTALL_PORTDATA= ${INSTALL_DATA} ${WRKSRC}/uniplate.htm ${DATADIR} .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Property changes on: head/devel/hs-uniplate/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/devel/hs-uniplate/distinfo =================================================================== --- head/devel/hs-uniplate/distinfo (revision 291192) +++ head/devel/hs-uniplate/distinfo (revision 291193) @@ -1,2 +1,2 @@ -SHA256 (cabal/uniplate-1.6.tar.gz) = b9ff5fe4c462a2075587c7fac6da9d07e544ee0c9ca781e8831a1a69f5f7d48e -SIZE (cabal/uniplate-1.6.tar.gz) = 26216 +SHA256 (cabal/uniplate-1.6.5.tar.gz) = 1a5f350af01af2b3a1798b0caff27fb841149f7c304a8cee41b75326e09249bc +SIZE (cabal/uniplate-1.6.5.tar.gz) = 30217 Property changes on: head/devel/hs-uniplate/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property Index: head/devel/hs-uniplate/pkg-descr =================================================================== --- head/devel/hs-uniplate/pkg-descr (revision 291192) +++ head/devel/hs-uniplate/pkg-descr (revision 291193) @@ -1,5 +1,5 @@ -Uniplate is a boilerplate removal library, with similar goals to the -original Scrap Your Boilerplate work. It requires few extensions to -Haskell. +Uniplate is a library for writing simple and consie generic operations. +Uniplate has similar goals to the original Scap Your Boilerplate work, +but is substantially simpler and faster. -WWW: http://www-users.cs.york.ac.uk/~ndm/uniplate/ +WWW: http://community.haskell.org/~ndm/uniplate/ Property changes on: head/devel/hs-uniplate/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property