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

(-)devel/pear-Date/Makefile (-2 / +6 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	Date
8
PORTNAME=	Date
9
PORTVERSION=	1.4
9
PORTVERSION=	1.4.1
10
CATEGORIES=	devel www pear
10
CATEGORIES=	devel www pear
11
11
12
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	ports@FreeBSD.org
Lines 18-24 Link Here
18
FILES=		Date.php Date/Calc.php Date/Human.php Date/Span.php	\
18
FILES=		Date.php Date/Calc.php Date/Human.php Date/Span.php	\
19
		Date/TimeZone.php
19
		Date/TimeZone.php
20
TESTS=		test_calc.php test_date_methods_span.php testunit.php	\
20
TESTS=		test_calc.php test_date_methods_span.php testunit.php	\
21
		testunit_date.php testunit_date_span.php wknotest.txt
21
		testunit_date.php testunit_date_span.php wknotest.txt	\
22
		bug674.php bug727_1.php bug727_2.php bug727_3.php	\
23
		bug727_4.php weeksinmonth_4_monday.txt			\
24
		weeksinmonth_4_sunday.txt weeksinmonth_rdm_monday.txt	\
25
		weeksinmonth_rdm_sunday.txt
22
26
23
.include <bsd.port.pre.mk>
27
.include <bsd.port.pre.mk>
24
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
28
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
(-)devel/pear-Date/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/Date-1.4.tgz) = e8506ba23e9a58c64d672b7ea811908f
1
MD5 (PEAR/Date-1.4.1.tgz) = e3c849be945399b56706e75dbd6f9a15
2
SIZE (PEAR/Date-1.4.tgz) = 39002
2
SIZE (PEAR/Date-1.4.1.tgz) = 41976
(-)devel/pear-Date/pkg-descr (-1 / +1 lines)
Lines 7-10 Link Here
7
and compare dates that date pre 1970 and post 2038. This package also provides
7
and compare dates that date pre 1970 and post 2038. This package also provides
8
a class to convert date strings between Gregorian and Human calendar formats.
8
a class to convert date strings between Gregorian and Human calendar formats.
9
9
10
WWW: http://pear.php.net/package-info.php?package=Date
10
WWW: http://pear.php.net/package/Date

Return to bug 63322