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

(-)pear-Mail_Mime/Makefile (-5 / +6 lines)
Lines 6-23 Link Here
6
#
6
#
7
7
8
PORTNAME=	Mail_Mime
8
PORTNAME=	Mail_Mime
9
PORTVERSION=	1.2.1
9
PORTVERSION=	1.3.0
10
PORTREVISION=	4
11
CATEGORIES=	mail www pear
10
CATEGORIES=	mail www pear
12
11
13
MAINTAINER=	ports@FreeBSD.org
12
MAINTAINER=	antonio@php.net
14
COMMENT=	PEAR classes to create and decode MIME messages
13
COMMENT=	PEAR classes to create and decode MIME messages
15
14
16
BUILD_DEPENDS=	${PEARDIR}/Mail/mail.php:${PORTSDIR}/mail/pear-Mail
15
BUILD_DEPENDS=	${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
17
RUN_DEPENDS=	${BUILD_DEPENDS}
16
RUN_DEPENDS=	${BUILD_DEPENDS}
18
17
19
CATEGORY=	Mail
18
CATEGORY=	Mail
20
FILES=		mime.php mimeDecode.php mimePart.php xmail.dtd xmail.xsl
19
FILES=		mime.php mimeDecode.php mimePart.php
20
DATA=		xmail.dtd xmail.xsl
21
_DATADIR=	.
21
22
22
.include <bsd.port.pre.mk>
23
.include <bsd.port.pre.mk>
23
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
24
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
(-)pear-Mail_Mime/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (PEAR/Mail_Mime-1.2.1.tgz) = 667f631d9b128ef559bf97b9cd182c48
1
MD5 (PEAR/Mail_Mime-1.3.0.tgz) = c437e93e5bdd59ff393673ca273a2868
2
SIZE (PEAR/Mail_Mime-1.2.1.tgz) = 15268
2
SIZE (PEAR/Mail_Mime-1.3.0.tgz) = 16417
(-)pear-Mail_Mime/pkg-descr (-1 / +1 lines)
Lines 1-3 Link Here
1
PEAR classes to deal with creation and manipulation of MIME messages.
1
PEAR classes to deal with creation and manipulation of MIME messages.
2
2
3
WWW: http://pear.php.net/manual/en/package.mail.mail-mime.php
3
WWW: http://pear.php.net/package/Mail_Mime/

Return to bug 79433