diff options
author | pav <pav@FreeBSD.org> | 2010-12-02 22:58:48 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-12-02 22:58:48 +0800 |
commit | aaffa2c578883eb0c9680f40daf006fc1ea0d41e (patch) | |
tree | d9e5f25bdfd4fd2fa95d4c4f8404eb5c5605eb28 | |
parent | f669b5d27d57b8503cde8daacf6a9c44b4843571 (diff) | |
download | freebsd-ports-gnome-aaffa2c578883eb0c9680f40daf006fc1ea0d41e.tar.gz freebsd-ports-gnome-aaffa2c578883eb0c9680f40daf006fc1ea0d41e.tar.zst freebsd-ports-gnome-aaffa2c578883eb0c9680f40daf006fc1ea0d41e.zip |
- Update to 1.8.1
PR: ports/152774
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
-rw-r--r-- | mail/pear-Mail_Mime/Makefile | 12 | ||||
-rw-r--r-- | mail/pear-Mail_Mime/distinfo | 5 |
2 files changed, 8 insertions, 9 deletions
diff --git a/mail/pear-Mail_Mime/Makefile b/mail/pear-Mail_Mime/Makefile index 40c6716f175f..1fde9e5b00db 100644 --- a/mail/pear-Mail_Mime/Makefile +++ b/mail/pear-Mail_Mime/Makefile @@ -6,18 +6,18 @@ # PORTNAME= Mail_Mime -PORTVERSION= 1.8.0 +PORTVERSION= 1.8.1 PORTEPOCH= 2 CATEGORIES= mail www pear MAINTAINER= joehorn@gmail.com COMMENT= PEAR classes to create and decode MIME messages -LICENSE= BSD - BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${BUILD_DEPENDS} +LICENSE= BSD + CATEGORY= Mail FILES= mime.php mimePart.php DATA= xmail.dtd xmail.xsl @@ -31,9 +31,9 @@ TESTS= class-filename.phpt encoding_case.phpt \ test_Bug_12411.phpt test_Bug_13444.phpt test_Bug_13962.phpt \ test_Bug_14529.phpt test_Bug_14779.phpt test_Bug_14780.phpt \ test_Bug_15320.phpt test_Bug_17025.phpt test_Bug_17175.phpt \ - test_Bug_3513_1.phpt test_Bug_3513_2.phpt test_Bug_3513_3.phpt \ - test_Bug_7561_1.phpt test_Bug_8386_1.phpt test_Bug_8541_1.phpt \ - test_Bug_9558_1.phpt test_Bug_9722_1.phpt + test_Bug_18083.phpt test_Bug_3513_1.phpt test_Bug_3513_2.phpt \ + test_Bug_3513_3.phpt test_Bug_7561_1.phpt test_Bug_8386_1.phpt \ + test_Bug_8541_1.phpt test_Bug_9558_1.phpt test_Bug_9722_1.phpt post-extract: ${MV} ${WRKSRC}/scripts/phail.php ${WRKSRC}/pear-phail.php diff --git a/mail/pear-Mail_Mime/distinfo b/mail/pear-Mail_Mime/distinfo index 8eb2fd47ed2f..1cb8cb93dc65 100644 --- a/mail/pear-Mail_Mime/distinfo +++ b/mail/pear-Mail_Mime/distinfo @@ -1,3 +1,2 @@ -MD5 (PEAR/Mail_Mime-1.8.0.tgz) = 549bcf3d9eb5111995293fded46c2ab9 -SHA256 (PEAR/Mail_Mime-1.8.0.tgz) = febd52ff1c5dc7d6cb754a8718196b47e1307e24f73391d5074beca66fd059f3 -SIZE (PEAR/Mail_Mime-1.8.0.tgz) = 31292 +SHA256 (PEAR/Mail_Mime-1.8.1.tgz) = b3053d1332b5863e45fd622400495822681540403d7fbd7d21fcb93dff7d7fd7 +SIZE (PEAR/Mail_Mime-1.8.1.tgz) = 31530 |