diff options
author | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:38:20 +0000 |
---|---|---|
committer | Gabor Pali <pgj@FreeBSD.org> | 2012-02-13 05:38:20 +0000 |
commit | 963271eebc8cff9a0b5af05b9f671cca46871ae5 (patch) | |
tree | 23caded70a7bbe726578f512e0a54daa7e76fa71 /textproc | |
parent | b77f68316c5e2f2526d48b83f92cb8c56bbff7b8 (diff) |
Notes
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 |