diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2015-08-20 23:02:14 +0000 |
commit | 39b8e49140afdb1d1d001c477befb4b05efa7fc3 (patch) | |
tree | 607a5ca77efd301a2b4dc49b05d108829fcffa77 /textproc/hs-Diff | |
parent | 75b64b1cb42c127b71646f039269eb7bd560d8ef (diff) | |
download | ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.tar.gz ports-39b8e49140afdb1d1d001c477befb4b05efa7fc3.zip |
Notes
Diffstat (limited to 'textproc/hs-Diff')
-rw-r--r-- | textproc/hs-Diff/Makefile | 5 | ||||
-rw-r--r-- | textproc/hs-Diff/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-Diff/pkg-descr | 3 |
3 files changed, 6 insertions, 6 deletions
diff --git a/textproc/hs-Diff/Makefile b/textproc/hs-Diff/Makefile index 02b20b7bbaa5..ba7b555983e4 100644 --- a/textproc/hs-Diff/Makefile +++ b/textproc/hs-Diff/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= Diff -PORTVERSION= 0.3.0 -PORTREVISION= 1 +PORTVERSION= 0.3.2 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org -COMMENT= O(ND) diff algorithm in haskell +COMMENT= O(ND) diff algorithm in Haskell LICENSE= BSD3CLAUSE diff --git a/textproc/hs-Diff/distinfo b/textproc/hs-Diff/distinfo index 55cb6d8570ea..2ccdc931f36c 100644 --- a/textproc/hs-Diff/distinfo +++ b/textproc/hs-Diff/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/Diff-0.3.0.tar.gz) = 28f96d7f4bb0f88a13fa0b59e89cc8b93fa901c6cbe6ca82e84540cb2291ee4c -SIZE (cabal/Diff-0.3.0.tar.gz) = 4128 +SHA256 (cabal/Diff-0.3.2.tar.gz) = 7f032b9842228c2282a66d096e0c943b830138493fbbc5f176a7b2a66ec5388e +SIZE (cabal/Diff-0.3.2.tar.gz) = 5024 diff --git a/textproc/hs-Diff/pkg-descr b/textproc/hs-Diff/pkg-descr index 07b3f5bce739..b96554a88736 100644 --- a/textproc/hs-Diff/pkg-descr +++ b/textproc/hs-Diff/pkg-descr @@ -1,3 +1,4 @@ -Basic implementation of the standard diff algorithm in Haskell. +Implementation of the standard diff algorithm, and utilities for pretty +printing. WWW: http://hackage.haskell.org/package/Diff |