Update to hs-certificate-0.9.5.
ok (portswise) ajacouto@, sthen@
This commit is contained in:
parent
fa549180d2
commit
60f37e3862
@ -1,9 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2011/12/31 22:29:47 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2012/01/20 20:33:17 kili Exp $
|
||||
|
||||
COMMENT= certificates and Key Reader/Writer
|
||||
|
||||
DISTNAME= certificate-0.7.0
|
||||
REVISION = 3
|
||||
DISTNAME= certificate-0.9.5
|
||||
CATEGORIES= security
|
||||
|
||||
MAINTAINER= Jasper Lievisse Adriaanse <jasper@openbsd.org>
|
||||
@ -20,7 +19,7 @@ MODGHC_BUILD = cabal hackage haddock register
|
||||
|
||||
RUN_DEPENDS = devel/hs-base64-bytestring \
|
||||
devel/hs-mtl \
|
||||
hs-asn1-data->=0.4.6,<0.5.0:security/hs-asn1-data
|
||||
security/hs-asn1-data>=0.6.0,<0.7
|
||||
BUILD_DEPENDS = ${RUN_DEPENDS}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (ghc/certificate-0.7.0.tar.gz) = IAMw8oRO8UqbMmDTWl/JpQ==
|
||||
RMD160 (ghc/certificate-0.7.0.tar.gz) = uz4rfqK0cCSjoitzXHnOsZc7S3E=
|
||||
SHA1 (ghc/certificate-0.7.0.tar.gz) = 3sFpaobK8uR9Rm1uXv52Erijefg=
|
||||
SHA256 (ghc/certificate-0.7.0.tar.gz) = UEiBNCsuK9Ttnnfw+jsBwsQ7fBQ8iuoCmxv1PsAtha8=
|
||||
SIZE (ghc/certificate-0.7.0.tar.gz) = 11368
|
||||
MD5 (ghc/certificate-0.9.5.tar.gz) = cOKY5HmOSfJ1Zhn/fg1Ueg==
|
||||
RMD160 (ghc/certificate-0.9.5.tar.gz) = rcyMc4R2EuY6Z8nFHi/7hbKFkQ8=
|
||||
SHA1 (ghc/certificate-0.9.5.tar.gz) = W+4uuh1c15I90M2hpexKBBmF1A0=
|
||||
SHA256 (ghc/certificate-0.9.5.tar.gz) = f23IHKKVVYnU93ll1HCmr9ZGcDpXdmINRjVrfEkHhVk=
|
||||
SIZE (ghc/certificate-0.9.5.tar.gz) = 13268
|
||||
|
@ -1,17 +1,21 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2011/04/12 10:42:25 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/01/20 20:33:17 kili Exp $
|
||||
lib/ghc/${DISTNAME}/
|
||||
lib/ghc/${DISTNAME}/Data/
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/KeyDSA.hi
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/KeyRSA.hi
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/PEM.hi
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/X509/
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/X509.hi
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/X509Cert.hi
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/X509Internal.hi
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/X509/Cert.hi
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/X509/Ext.hi
|
||||
lib/ghc/${DISTNAME}/Data/Certificate/X509/Internal.hi
|
||||
lib/ghc/${DISTNAME}/HS${DISTNAME}.o
|
||||
lib/ghc/${DISTNAME}/System/
|
||||
lib/ghc/${DISTNAME}/System/Certificate/
|
||||
lib/ghc/${DISTNAME}/System/Certificate/X509/
|
||||
lib/ghc/${DISTNAME}/System/Certificate/X509.hi
|
||||
lib/ghc/${DISTNAME}/System/Certificate/X509/Unix.hi
|
||||
lib/ghc/${DISTNAME}/libHS${DISTNAME}.a
|
||||
lib/ghc/${DISTNAME}/register.sh
|
||||
@exec /usr/bin/env HOME=/nonexistent %D/lib/ghc/${DISTNAME}/register.sh -v0
|
||||
@ -23,8 +27,9 @@ share/doc/hs-${DISTNAME}/html/
|
||||
share/doc/hs-${DISTNAME}/html/Data-Certificate-KeyDSA.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Certificate-KeyRSA.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Certificate-PEM.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Certificate-X509-Cert.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Certificate-X509-Ext.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Certificate-X509.html
|
||||
share/doc/hs-${DISTNAME}/html/Data-Certificate-X509Cert.html
|
||||
share/doc/hs-${DISTNAME}/html/System-Certificate-X509.html
|
||||
share/doc/hs-${DISTNAME}/html/certificate.haddock
|
||||
share/doc/hs-${DISTNAME}/html/doc-index.html
|
||||
@ -36,8 +41,9 @@ share/doc/hs-${DISTNAME}/html/index.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-KeyDSA.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-KeyRSA.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-PEM.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-X509-Cert.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-X509-Ext.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-X509.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_Data-Certificate-X509Cert.html
|
||||
share/doc/hs-${DISTNAME}/html/mini_System-Certificate-X509.html
|
||||
share/doc/hs-${DISTNAME}/html/minus.gif
|
||||
share/doc/hs-${DISTNAME}/html/ocean.css
|
||||
|
Loading…
Reference in New Issue
Block a user