aboutsummaryrefslogtreecommitdiff
path: root/mail/pear-Mail_Mime
diff options
context:
space:
mode:
authorRoman Bogorodskiy <novel@FreeBSD.org>2005-04-04 15:58:10 +0000
committerRoman Bogorodskiy <novel@FreeBSD.org>2005-04-04 15:58:10 +0000
commitcfc5aaf000d8a6b905480c78071075117fc9d47a (patch)
treeefb8b8bdee2de7567d961d9e084d948317895f0c /mail/pear-Mail_Mime
parent896674fef6b40833b6e2384bf20450b58fd7b907 (diff)
downloadports-cfc5aaf000d8a6b905480c78071075117fc9d47a.tar.gz
ports-cfc5aaf000d8a6b905480c78071075117fc9d47a.zip
Update to 1.3.0 and pass maintainership to submitter.
PR: 79433 Submitted by: Antônio Carlos Venâncio Júnior <antonio@php.net>
Notes
Notes: svn path=/head/; revision=132481
Diffstat (limited to 'mail/pear-Mail_Mime')
-rw-r--r--mail/pear-Mail_Mime/Makefile11
-rw-r--r--mail/pear-Mail_Mime/distinfo4
-rw-r--r--mail/pear-Mail_Mime/pkg-descr2
3 files changed, 9 insertions, 8 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile
index 250db5d0355c..2d103e4d5cf3 100644
--- a/mail/pear-Mail_Mime/Makefile
+++ b/mail/pear-Mail_Mime/Makefile
@@ -6,18 +6,19 @@
#
PORTNAME= Mail_Mime
-PORTVERSION= 1.2.1
-PORTREVISION= 4
+PORTVERSION= 1.3.0
CATEGORIES= mail www pear
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= antonio@php.net
COMMENT= PEAR classes to create and decode MIME messages
-BUILD_DEPENDS= ${PEARDIR}/Mail/mail.php:${PORTSDIR}/mail/pear-Mail
+BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= Mail
-FILES= mime.php mimeDecode.php mimePart.php xmail.dtd xmail.xsl
+FILES= mime.php mimeDecode.php mimePart.php
+DATA= xmail.dtd xmail.xsl
+_DATADIR= .
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
diff --git a/mail/pear-Mail_Mime/distinfo b/mail/pear-Mail_Mime/distinfo
index e87beb0d0c7b..d79f67dde226 100644
--- a/mail/pear-Mail_Mime/distinfo
+++ b/mail/pear-Mail_Mime/distinfo
@@ -1,2 +1,2 @@
-MD5 (PEAR/Mail_Mime-1.2.1.tgz) = 667f631d9b128ef559bf97b9cd182c48
-SIZE (PEAR/Mail_Mime-1.2.1.tgz) = 15268
+MD5 (PEAR/Mail_Mime-1.3.0.tgz) = c437e93e5bdd59ff393673ca273a2868
+SIZE (PEAR/Mail_Mime-1.3.0.tgz) = 16417
diff --git a/mail/pear-Mail_Mime/pkg-descr b/mail/pear-Mail_Mime/pkg-descr
index f89f012442f7..b140fc6097cb 100644
--- a/mail/pear-Mail_Mime/pkg-descr
+++ b/mail/pear-Mail_Mime/pkg-descr
@@ -1,3 +1,3 @@
PEAR classes to deal with creation and manipulation of MIME messages.
-WWW: http://pear.php.net/manual/en/package.mail.mail-mime.php
+WWW: http://pear.php.net/package/Mail_Mime/