diff options
author | novel <novel@FreeBSD.org> | 2005-04-04 23:58:10 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-04-04 23:58:10 +0800 |
commit | b25f99f97d5de5d6c5787dabf7edd717650a970c (patch) | |
tree | 960b603bce51ae1a78c66c8aaddc40e8d5f15a40 /mail | |
parent | 6869c0f7e8420a4feb8f449f7f2b51d990bee86e (diff) | |
download | freebsd-ports-gnome-b25f99f97d5de5d6c5787dabf7edd717650a970c.tar.gz freebsd-ports-gnome-b25f99f97d5de5d6c5787dabf7edd717650a970c.tar.zst freebsd-ports-gnome-b25f99f97d5de5d6c5787dabf7edd717650a970c.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>
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 11 | ||||
-rw-r--r-- | mail/pear-Mail_Mime/distinfo | 4 | ||||
-rw-r--r-- | mail/pear-Mail_Mime/pkg-descr | 2 |
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/ |