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

Collapse All | Expand All

(-)security/p5-Crypt-PKCS10/Makefile (-5 / +13 lines)
Lines 2-8 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.800201
6
CATEGORIES=	security perl5
6
CATEGORIES=	security perl5
7
MASTER_SITES=	CPAN
7
MASTER_SITES=	CPAN
8
PKGNAMEPREFIX=	p5-
8
PKGNAMEPREFIX=	p5-
Lines 14-26 Link Here
14
LICENSE_COMB=	dual
14
LICENSE_COMB=	dual
15
15
16
BUILD_DEPENDS=	p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
16
BUILD_DEPENDS=	p5-Convert-ASN1>=0.27:converters/p5-Convert-ASN1 \
17
		p5-Module-Signature>=0:security/p5-Module-Signature \
17
		p5-Crypt-OpenSSL-DSA>0:security/p5-Crypt-OpenSSL-DSA \
18
		p5-Digest-MD4>=0:security/p5-Digest-MD4 \
18
		p5-Crypt-OpenSSL-RSA>0:security/p5-Crypt-OpenSSL-RSA \
19
		p5-Digest-MD2>=0:security/p5-Digest-MD2
19
		p5-CryptX>0:security/p5-CryptX \
20
		p5-Digest-MD2>0:security/p5-Digest-MD2 \
21
		p5-Digest-MD4>0:security/p5-Digest-MD4
20
RUN_DEPENDS:=	${BUILD_DEPENDS}
22
RUN_DEPENDS:=	${BUILD_DEPENDS}
23
TEST_DEPENDS=	p5-Module-Signature>0:security/p5-Module-Signature
21
24
22
USES=		perl5
25
USES=		perl5
23
USE_PERL5=	configure
26
USE_PERL5=	configure
24
NO_ARCH=	yes
27
NO_ARCH=	yes
25
28
26
.include <bsd.port.mk>
29
.include <bsd.port.pre.mk>
30
.if ${PERL_LEVEL} < 502108
31
BUILD_DEPENDS+=	p5-Digest-SHA>=5.95:security/p5-Digest-SHA
32
RUN_DEPENDS+=	p5-Digest-SHA>=5.95:security/p5-Digest-SHA
33
.endif
34
.include <bsd.port.post.mk>
(-)security/p5-Crypt-PKCS10/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1478245996
1
TIMESTAMP = 1485765168
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