diff options
author | pgj <pgj@FreeBSD.org> | 2012-02-13 13:38:20 +0800 |
---|---|---|
committer | pgj <pgj@FreeBSD.org> | 2012-02-13 13:38:20 +0800 |
commit | c9a3ef1ca0ad20fd6d530ead37fe235e8d4fe2f3 (patch) | |
tree | a2cff3f54885022ae07d3a45bc66017557368b76 /textproc | |
parent | a5e62d8a75a64284a524c4ee03a10df467c57649 (diff) | |
download | freebsd-ports-gnome-c9a3ef1ca0ad20fd6d530ead37fe235e8d4fe2f3.tar.gz freebsd-ports-gnome-c9a3ef1ca0ad20fd6d530ead37fe235e8d4fe2f3.tar.zst freebsd-ports-gnome-c9a3ef1ca0ad20fd6d530ead37fe235e8d4fe2f3.zip |
- Update to 0.95.1
Obtained from: FreeBSD Haskell
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/hs-regex-compat/Makefile | 5 | ||||
-rw-r--r-- | textproc/hs-regex-compat/distinfo | 4 | ||||
-rw-r--r-- | textproc/hs-regex-posix/Makefile | 3 | ||||
-rw-r--r-- | textproc/hs-regex-posix/distinfo | 4 |
4 files changed, 7 insertions, 9 deletions
diff --git a/textproc/hs-regex-compat/Makefile b/textproc/hs-regex-compat/Makefile index c6ec3b7d7b55..dda4049f87b0 100644 --- a/textproc/hs-regex-compat/Makefile +++ b/textproc/hs-regex-compat/Makefile @@ -6,8 +6,7 @@ # PORTNAME= regex-compat -PORTVERSION= 0.93.1 -PORTREVISION= 1 +PORTVERSION= 0.95.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org @@ -16,7 +15,7 @@ COMMENT= Replaces/Enhances Text.Regex LICENSE= BSD CABAL_SETUP= Setup.hs -USE_CABAL= regex-base>=0.93 regex-posix>=0.93 +USE_CABAL= regex-base>=0.93 regex-posix>=0.95.1 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include <bsd.port.mk> diff --git a/textproc/hs-regex-compat/distinfo b/textproc/hs-regex-compat/distinfo index 5ac60f9c44e2..e8ec88fa9595 100644 --- a/textproc/hs-regex-compat/distinfo +++ b/textproc/hs-regex-compat/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/regex-compat-0.93.1.tar.gz) = ee0374f780378e8c04a63d9cbaca525e116dbe2bdce4cff3abaffc28d4e99afe -SIZE (cabal/regex-compat-0.93.1.tar.gz) = 3962 +SHA256 (cabal/regex-compat-0.95.1.tar.gz) = d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b +SIZE (cabal/regex-compat-0.95.1.tar.gz) = 3968 diff --git a/textproc/hs-regex-posix/Makefile b/textproc/hs-regex-posix/Makefile index 61ac461ba059..fb8047237d2c 100644 --- a/textproc/hs-regex-posix/Makefile +++ b/textproc/hs-regex-posix/Makefile @@ -6,8 +6,7 @@ # PORTNAME= regex-posix -PORTVERSION= 0.94.4 -PORTREVISION= 1 +PORTVERSION= 0.95.1 CATEGORIES= textproc haskell MAINTAINER= haskell@FreeBSD.org diff --git a/textproc/hs-regex-posix/distinfo b/textproc/hs-regex-posix/distinfo index 999f7fad3566..bfeb4440f394 100644 --- a/textproc/hs-regex-posix/distinfo +++ b/textproc/hs-regex-posix/distinfo @@ -1,2 +1,2 @@ -SHA256 (cabal/regex-posix-0.94.4.tar.gz) = bc51932fbe836c16c34b513b59cb80003e4de7bdb9ba3345b5eaa5bfb5cf71fa -SIZE (cabal/regex-posix-0.94.4.tar.gz) = 42195 +SHA256 (cabal/regex-posix-0.95.1.tar.gz) = 74ed145b1a5b3c766a2694a58661f1d5e03a8dee283c5ddb9d689cff16efef0a +SIZE (cabal/regex-posix-0.95.1.tar.gz) = 42808 |