diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-03 05:49:02 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-07-03 05:49:02 +0000 |
commit | 4f29d7ecf649b57a81ee17bde3a3c78c56636a8d (patch) | |
tree | 3e5e9ffd838c21252a551f2ee3a70f2546fb2b55 | |
parent | Update to 1.5.0RC1. (diff) |
Update to 1.1.1.
PR: ports/53799
Submitted by: Thierry Thomas <thierry@pompo.net>
Notes
Notes:
svn path=/head/; revision=84105
-rw-r--r-- | mail/pear-Mail/Makefile | 2 | ||||
-rw-r--r-- | mail/pear-Mail/distinfo | 2 | ||||
-rw-r--r-- | mail/pear-Mail/pkg-plist | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/mail/pear-Mail/Makefile b/mail/pear-Mail/Makefile index 899789c2eabc..2381a7b06836 100644 --- a/mail/pear-Mail/Makefile +++ b/mail/pear-Mail/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Mail -PORTVERSION= 1.0.2 +PORTVERSION= 1.1.1 CATEGORIES= mail www MAINTAINER= ports@FreeBSD.org diff --git a/mail/pear-Mail/distinfo b/mail/pear-Mail/distinfo index e0e26fdb3159..29f1ce43d4d6 100644 --- a/mail/pear-Mail/distinfo +++ b/mail/pear-Mail/distinfo @@ -1 +1 @@ -MD5 (PEAR/Mail-1.0.2.tgz) = d146356060ec1e7bcf62120f62579088 +MD5 (PEAR/Mail-1.1.1.tgz) = 17cb9b091f5c0fe24bc126a3954e0edb diff --git a/mail/pear-Mail/pkg-plist b/mail/pear-Mail/pkg-plist index f93aaa425f56..fc5be30bd8e1 100644 --- a/mail/pear-Mail/pkg-plist +++ b/mail/pear-Mail/pkg-plist @@ -4,5 +4,5 @@ %%PEARDIR%%/Mail/smtp.php %%PEARDIR%%/Mail.php %%PKGREGDIR%%/package.xml -@dirrm %%PEARDIR%%/Mail @dirrm %%PKGREGDIR%% +@unexec rmdir %D/share/pear/Mail 2> /dev/null || true |