diff options
author | pgj <pgj@FreeBSD.org> | 2012-08-03 10:59:43 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-08-03 10:59:43 +0800 |
commit | 945b11735b081388c26c9bd877b37b9ae12646dd (patch) | |
tree | c1fab62e095ca16518424b5fc049aed99acc8948 /devel | |
parent | 60d05b28c21d398061a429ed96ff08e937d7f386 (diff) | |
download | freebsd-ports-graphics-945b11735b081388c26c9bd877b37b9ae12646dd.tar.gz freebsd-ports-graphics-945b11735b081388c26c9bd877b37b9ae12646dd.tar.zst freebsd-ports-graphics-945b11735b081388c26c9bd877b37b9ae12646dd.zip |
- Update to 0.1.4.3
- Use the new options framework
Obtained from: FreeBSD Haskell
Diffstat (limited to 'devel')
-rw-r--r-- | devel/hs-split/Makefile | 5 | ||||
-rw-r--r-- | devel/hs-split/distinfo | 4 | ||||
-rw-r--r-- | devel/hs-split/pkg-descr | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/hs-split/Makefile b/devel/hs-split/Makefile index c7fc6ab6519..adcfbe93d63 100644 --- a/devel/hs-split/Makefile +++ b/devel/hs-split/Makefile @@ -6,12 +6,11 @@ # PORTNAME= split -PORTVERSION= 0.1.4.2 -PORTREVISION= 1 +PORTVERSION= 0.1.4.3 CATEGORIES= devel haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= Haskell combinator library for splitting lists +COMMENT= Combinator library for splitting lists LICENSE= BSD diff --git a/devel/hs-split/distinfo b/devel/hs-split/distinfo index b84eda90439..b6752b19363 100644 --- a/devel/hs-split/distinfo +++ b/devel/hs-split/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/split-0.1.4.2.tar.gz) = 893ac1c8a8d8659c12aef7a263dccb28e2e8f7867bad71fd43279348f83e7127 -SIZE (cabal/split-0.1.4.2.tar.gz) = 12665 +SHA256 (cabal/split-0.1.4.3.tar.gz) = 7e69989206e26bb28f46cc8cf1edff5e439aa6be4adbc5b09118d6fdc1aa3bc5 +SIZE (cabal/split-0.1.4.3.tar.gz) = 12882 diff --git a/devel/hs-split/pkg-descr b/devel/hs-split/pkg-descr index 980c8c6c335..201803a01e2 100644 --- a/devel/hs-split/pkg-descr +++ b/devel/hs-split/pkg-descr @@ -1,3 +1,3 @@ -Haskell Combinator library and utility functions for splitting lists. +Combinator library and utility functions for splitting lists. -WWW: http://hackage.haskell.org/package/split +WWW: http://code.haskell.org/~byorgey/code/split |