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

(-)Makefile (-3 / +15 lines)
Lines 6-15 Link Here
6
#
6
#
7
7
8
PORTNAME=	Mail_Mime
8
PORTNAME=	Mail_Mime
9
PORTVERSION=	1.4.0
9
PORTVERSION=	1.5.2
10
PORTEPOCH=	1
10
PORTEPOCH=	1
11
CATEGORIES=	mail www pear
11
CATEGORIES=	mail www pear
12
DISTNAME=	Mail_Mime-1.4.0
12
DISTNAME=	Mail_Mime-1.5.1
13
13
14
MAINTAINER=	bg1tpt@gmail.com
14
MAINTAINER=	bg1tpt@gmail.com
15
COMMENT=	PEAR classes to create and decode MIME messages
15
COMMENT=	PEAR classes to create and decode MIME messages
Lines 18-26 Link Here
18
RUN_DEPENDS=	${BUILD_DEPENDS}
18
RUN_DEPENDS=	${BUILD_DEPENDS}
19
19
20
CATEGORY=	Mail
20
CATEGORY=	Mail
21
FILES=		mime.php mimeDecode.php mimePart.php
21
FILES=		mime.php mimePart.php
22
DATA=		xmail.dtd xmail.xsl
22
DATA=		xmail.dtd xmail.xsl
23
_DATADIR=	.
23
_DATADIR=	.
24
SCRIPTFILES=	phail.php
25
TESTS=		class-filename.phpt encoding_case.phpt sleep_wakeup_EOL-bug3488-part1.phpt \
26
		sleep_wakeup_EOL-bug3488-part2.phpt tabs_quoted_printable.phpt \
27
		test_Bug_30_1.phpt test_Bug_30_2.phpt test_Bug_30_3.phpt test_Bug_30_4.phpt \
28
		test_Bug_3513_1.phpt test_Bug_3513_2.phpt test_Bug_3513_3.phpt \
29
		test_Bug_7561_1.phpt test_Bug_8223_1.phpt test_Bug_8386_1.phpt \
30
		test_Bug_8541_1.phpt test_Bug_9558_1.phpt test_Bug_9722_1.phpt \
31
		test_Bug_9725_1.phpt test_Bug_9976_1.phpt test_Bug_10298_1.phpt \
32
		test_Bug_10596_1.phpt test_Bug_10816_1.phpt
33
34
post-extract:
35
	${MV} ${WRKSRC}/scripts/phail.php ${WRKSRC}/pear-phail.php
24
36
25
.include <bsd.port.pre.mk>
37
.include <bsd.port.pre.mk>
26
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
38
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (PEAR/Mail_Mime-1.4.0.tgz) = 71bf9236960ccc1196a6ff1729044cbf
1
MD5 (PEAR/Mail_Mime-1.5.1.tgz) = aeba0fcace20393e0c313db125ba5e3c
2
SHA256 (PEAR/Mail_Mime-1.4.0.tgz) = 2e1b1ad1a1b41a646ef317e5fed4d8d19e256b5486f571be03f884ec37cfbfbc
2
SHA256 (PEAR/Mail_Mime-1.5.1.tgz) = c7ba40076fc534f45918e6f7ea949585ed7d6518fa24e8dfa22326952eb97665
3
SIZE (PEAR/Mail_Mime-1.4.0.tgz) = 28636
3
SIZE (PEAR/Mail_Mime-1.5.1.tgz) = 22045

Return to bug 114276