diff options
author | thierry <thierry@FreeBSD.org> | 2005-03-02 21:19:36 +0000 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2005-03-02 21:19:36 +0000 |
commit | e476c90dd29d914a9b40e256c7d45b8790e58cf1 (patch) | |
tree | 9e361ee6e49845a3d6936f800bd1e3013f98ed64 /mail | |
parent | 8b08bff83e0756f26b14ee9c6f2d1173d18727fe (diff) | |
download | FreeBSD-ports-e476c90dd29d914a9b40e256c7d45b8790e58cf1.zip FreeBSD-ports-e476c90dd29d914a9b40e256c7d45b8790e58cf1.tar.gz |
* Update to 2.1.1
* Remove WANT_PHP_PEAR and pear from CATEGORIES.
PR: ports/78269
Submitted by: Marcus Grando
Diffstat (limited to 'mail')
-rw-r--r-- | mail/pecl-mailparse/Makefile | 7 | ||||
-rw-r--r-- | mail/pecl-mailparse/distinfo | 4 |
2 files changed, 5 insertions, 6 deletions
diff --git a/mail/pecl-mailparse/Makefile b/mail/pecl-mailparse/Makefile index dfa1d70..8bfaaf0 100644 --- a/mail/pecl-mailparse/Makefile +++ b/mail/pecl-mailparse/Makefile @@ -6,9 +6,9 @@ # PORTNAME= mailparse -PORTVERSION= 2.0b -PORTREVISION= 1 -CATEGORIES= mail www pear +PORTVERSION= 2.1.1 +PORTREVISION= 0 +CATEGORIES= mail www MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- EXTRACT_SUFX= .tgz @@ -20,7 +20,6 @@ COMMENT= PECL extension to create and decode MIME messages USE_PHP= mbstring USE_PHPIZE= yes USE_PHP_BUILD= yes -WANT_PHP_PEAR= yes USE_PHPEXT= yes PHP_MODNAME= mailparse diff --git a/mail/pecl-mailparse/distinfo b/mail/pecl-mailparse/distinfo index 79e9b5e..5c38aac 100644 --- a/mail/pecl-mailparse/distinfo +++ b/mail/pecl-mailparse/distinfo @@ -1,2 +1,2 @@ -MD5 (PECL/mailparse-2.0b.tgz) = bffe5fd04341f7c869020bbb1845473b -SIZE (PECL/mailparse-2.0b.tgz) = 33547 +MD5 (PECL/mailparse-2.1.1.tgz) = 14c058d79f1f6c01aa53273565bd4a54 +SIZE (PECL/mailparse-2.1.1.tgz) = 35883 |