Update to 0.94.4.
This commit is contained in:
parent
fbd5e7dce7
commit
0eee7ec6fc
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2010/11/26 07:19:00 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2011/04/11 14:36:09 kili Exp $
|
||||
|
||||
COMMENT = posix regex backend for regex-base
|
||||
|
||||
DISTNAME = regex-posix-0.94.2
|
||||
REVISION = 1
|
||||
DISTNAME = regex-posix-0.94.4
|
||||
CATEGORIES = devel
|
||||
|
||||
HOMEPAGE = http://sourceforge.net/projects/lazy-regex
|
||||
@ -20,7 +19,7 @@ MODULES = lang/ghc
|
||||
|
||||
MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
LIB_DEPENDS = devel/hs-regex-base>=0.93
|
||||
RUN_DEPENDS = ${LIB_DEPENDS}
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
RUN_DEPENDS = devel/hs-regex-base>=0.93
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (regex-posix-0.94.2.tar.gz) = 4+u9a2b9svjE8K2VxFgIUg==
|
||||
RMD160 (regex-posix-0.94.2.tar.gz) = DKH4K4+kLJr60swmxQtky0+ohhc=
|
||||
SHA1 (regex-posix-0.94.2.tar.gz) = uOHoIdhJBl8PXCtOpZTxHDw2rAk=
|
||||
SHA256 (regex-posix-0.94.2.tar.gz) = 6gwe0KtJreTboe6npCGXZSzLGLepjEBA43uhHSbzMGc=
|
||||
SIZE (regex-posix-0.94.2.tar.gz) = 13071
|
||||
MD5 (regex-posix-0.94.4.tar.gz) = wooT6DKek6Gbu1Fwi/ZKuw==
|
||||
RMD160 (regex-posix-0.94.4.tar.gz) = DJvkfXeo+Q5inxn+pcaEimY2UhY=
|
||||
SHA1 (regex-posix-0.94.4.tar.gz) = 3qq8mXmTP3RvjghJvyU/dZhSwjM=
|
||||
SHA256 (regex-posix-0.94.4.tar.gz) = vFGTL76DbBbDS1E7WcuAAD5N5725ujNFteqlv7XPcfo=
|
||||
SIZE (regex-posix-0.94.4.tar.gz) = 42195
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2010/10/28 13:51:47 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2011/04/11 14:36:09 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/Text/
|
||||
@ -28,8 +28,7 @@ share/doc/hs-${DISTNAME}/html/Text-Regex-Posix.html
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
share/doc/hs-${DISTNAME}/html/frames.html
|
||||
share/doc/hs-${DISTNAME}/html/haddock-util.js
|
||||
share/doc/hs-${DISTNAME}/html/haddock.css
|
||||
share/doc/hs-${DISTNAME}/html/haskell_icon.gif
|
||||
share/doc/hs-${DISTNAME}/html/hslogo-16.png
|
||||
share/doc/hs-${DISTNAME}/html/index-frames.html
|
||||
share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-Regex-Posix-ByteString-Lazy.html
|
||||
@ -39,5 +38,7 @@ share/doc/hs-${DISTNAME}/html/mini_Text-Regex-Posix-String.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-Regex-Posix-Wrap.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Text-Regex-Posix.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
share/doc/hs-${DISTNAME}/html/plus.gif
|
||||
share/doc/hs-${DISTNAME}/html/regex-posix.haddock
|
||||
share/doc/hs-${DISTNAME}/html/synopsis.png
|
||||
|
Loading…
Reference in New Issue
Block a user