View | Details | Raw Unified | Return to bug 215753 | Differences between
and this patch

Collapse All | Expand All

(-)security/p5-Crypt-PKCS10/Makefile (-5 / +17 lines)
Lines 2-11 Link Here
2
# $FreeBSD: head/security/p5-Crypt-PKCS10/Makefile 425654 2016-11-08 00:59:32Z wen $
2
# $FreeBSD: head/security/p5-Crypt-PKCS10/Makefile 425654 2016-11-08 00:59:32Z wen $
3
3
4
PORTNAME=	Crypt-PKCS10
4
PORTNAME=	Crypt-PKCS10
5
PORTVERSION=	1.8002
5
PORTVERSION=	1.8.002.01
6
PORTEPOCH=	1
6
CATEGORIES=	security perl5
7
CATEGORIES=	security perl5
7
MASTER_SITES=	CPAN
8
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
9
PKGNAMEPREFIX=	p5-
10
DISTNAME=	${PORTNAME}-${PORTVERSION:R:R}${PORTVERSION:R:E}${PORTVERSION:E}
9
11
10
MAINTAINER=	svysh.fbsd@gmail.com
12
MAINTAINER=	svysh.fbsd@gmail.com
11
COMMENT=	Parse PKCS #10 certificate requests
13
COMMENT=	Parse PKCS #10 certificate requests
Lines 14-26 Link Here
14
LICENSE_COMB=	dual
16
LICENSE_COMB=	dual
15
17
16
BUILD_DEPENDS=	p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
18
BUILD_DEPENDS=	p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
17
		p5-Module-Signature>=0:security/p5-Module-Signature \
19
		p5-Crypt-OpenSSL-DSA>0:security/p5-Crypt-OpenSSL-DSA \
18
		p5-Digest-MD4>=0:security/p5-Digest-MD4 \
20
		p5-Crypt-OpenSSL-RSA>0:security/p5-Crypt-OpenSSL-RSA \
19
		p5-Digest-MD2>=0:security/p5-Digest-MD2
21
		p5-CryptX>0:security/p5-CryptX \
22
		p5-Digest-MD2>0:security/p5-Digest-MD2 \
23
		p5-Digest-MD4>0:security/p5-Digest-MD4
20
RUN_DEPENDS:=	${BUILD_DEPENDS}
24
RUN_DEPENDS:=	${BUILD_DEPENDS}
25
TEST_DEPENDS=	p5-Module-Signature>0:security/p5-Module-Signature
21
26
22
USES=		perl5
27
USES=		perl5
23
USE_PERL5=	configure
28
USE_PERL5=	configure
24
NO_ARCH=	yes
29
NO_ARCH=	yes
25
30
26
.include <bsd.port.mk>
31
.include <bsd.port.pre.mk>
32
33
.if ${PERL_LEVEL} < 502108
34
BUILD_DEPENDS+=	p5-Digest-SHA>=5.95:security/p5-Digest-SHA
35
RUN_DEPENDS+=	p5-Digest-SHA>=5.95:security/p5-Digest-SHA
36
.endif
37
38
.include <bsd.port.post.mk>
(-)security/p5-Crypt-PKCS10/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1478245996
1
TIMESTAMP = 1483491471
2
SHA256 (Crypt-PKCS10-1.8002.tar.gz) = c5253aa4ce1b7edc000fc132ca46fd9912dda189d2a9b518c9164dd52acaa0fa
2
SHA256 (Crypt-PKCS10-1.800201.tar.gz) = c16d4482d68bbd4fd69d6190efde363914c755a26aeac8e05cd45449b6324f32
3
SIZE (Crypt-PKCS10-1.8002.tar.gz) = 87682
3
SIZE (Crypt-PKCS10-1.800201.tar.gz) = 88787

Return to bug 215753