View | Details | Raw Unified | Return to bug 132023
Collapse All | Expand All

(-)pear-Validate_Finance/Makefile (-5 / +5 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Validate_Finance
8
PORTNAME=	Validate_Finance
9
PORTVERSION=	0.5.3
9
PORTVERSION=	0.5.4
10
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
11
11
12
MAINTAINER=	amistry@am-productions.biz
12
MAINTAINER=	amistry@am-productions.biz
Lines 15-26 Link Here
15
BUILD_DEPENDS=	pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate
15
BUILD_DEPENDS=	pear-Validate>=0.5.0:${PORTSDIR}/devel/pear-Validate
16
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
17
17
18
CATEGORY=	Validate/Finance
18
FILES=		Validate/Finance.php \
19
FILES=		Validate/Finance.php Validate/Finance/IBAN.php
19
		Validate/Finance/IBAN.php \
20
		Validate/Finance/ISIN.php
20
21
21
TESTS=		validate_Finance.phpt
22
TESTS=		validate_Finance.phpt validate_ISIN.phpt
22
23
23
.include <bsd.port.pre.mk>
24
.include <bsd.port.pre.mk>
24
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
25
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
25
.include <bsd.port.post.mk>
26
.include <bsd.port.post.mk>
26
(-)pear-Validate_Finance/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Validate_Finance-0.5.3.tgz) = eb53cf8c75394345fe7506956f556baf
1
MD5 (PEAR/Validate_Finance-0.5.4.tgz) = f670dbac6b7e25588eb6985f9061afec
2
SHA256 (PEAR/Validate_Finance-0.5.3.tgz) = 0801690102434c8c0a3b7317e3e6d4d2f3488203bd3f6092eab5168c0e2c79f0
2
SHA256 (PEAR/Validate_Finance-0.5.4.tgz) = 53920416f6047f121e7a1be4632bf2c4c9e20aac97401ca8be3eba689d91a383
3
SIZE (PEAR/Validate_Finance-0.5.3.tgz) = 8379
3
SIZE (PEAR/Validate_Finance-0.5.4.tgz) = 9481

Return to bug 132023