Upstream update to regex-posix-0.95.1
This commit is contained in:
parent
c1015928e5
commit
a06103d2ff
4 changed files with 11 additions and 10 deletions
|
@ -1 +1 @@
|
|||
The posix regex haskell backend for regex-base
|
||||
The posix regex haskell backend for regex-base.
|
||||
|
|
|
@ -1,11 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.3 2011/01/07 10:14:13 phonohawk Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2011/12/04 12:56:44 phonohawk Exp $
|
||||
#
|
||||
|
||||
DISTNAME= regex-posix-0.94.4
|
||||
CATEGORIES= devel
|
||||
DISTNAME= regex-posix-0.95.1
|
||||
CATEGORIES= textproc
|
||||
|
||||
MAINTAINER= pho@cielonegro.org
|
||||
COMMENT= Replaces/Enhances Haskell Text.Regex
|
||||
LICENSE= modified-bsd
|
||||
|
||||
.include "../../wip/mk/haskell.mk"
|
||||
.include "../../wip/hs-regex-base/buildlink3.mk"
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.4 2011/01/07 10:14:13 phonohawk Exp $
|
||||
# $NetBSD: buildlink3.mk,v 1.5 2011/12/04 12:56:44 phonohawk Exp $
|
||||
|
||||
BUILDLINK_TREE+= hs-regex-posix
|
||||
|
||||
.if !defined(HS_REGEX_POSIX_BUILDLINK3_MK)
|
||||
HS_REGEX_POSIX_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.94
|
||||
BUILDLINK_API_DEPENDS.hs-regex-posix+= hs-regex-posix>=0.95.1
|
||||
BUILDLINK_PKGSRCDIR.hs-regex-posix?= ../../wip/hs-regex-posix
|
||||
|
||||
.include "../../wip/hs-regex-base/buildlink3.mk"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2011/01/07 10:14:13 phonohawk Exp $
|
||||
$NetBSD: distinfo,v 1.4 2011/12/04 12:56:44 phonohawk Exp $
|
||||
|
||||
SHA1 (regex-posix-0.94.4.tar.gz) = deaabc9979933f746f8e0849bf253f759852c233
|
||||
RMD160 (regex-posix-0.94.4.tar.gz) = 0c9be47d77a8f90e629f19fea5c6848a66365216
|
||||
Size (regex-posix-0.94.4.tar.gz) = 42195 bytes
|
||||
SHA1 (regex-posix-0.95.1.tar.gz) = a0b809584e21cb692ff5835b04059c833ec3d1f6
|
||||
RMD160 (regex-posix-0.95.1.tar.gz) = eee72b352cc887d919d179969b3d9535805d235d
|
||||
Size (regex-posix-0.95.1.tar.gz) = 42808 bytes
|
||||
|
|
Loading…
Reference in a new issue