diff options
author | nork <nork@FreeBSD.org> | 2003-07-03 13:49:02 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-07-03 13:49:02 +0800 |
commit | 18a55471452d65c8b4cfb34160a8a3924538b656 (patch) | |
tree | ae8e7915558e7eb026c6503e8d4695412a7602c2 /mail/pear-Mail | |
parent | c87e290708da90b541c29d5d1956423fc2e5f2a7 (diff) | |
download | freebsd-ports-gnome-18a55471452d65c8b4cfb34160a8a3924538b656.tar.gz freebsd-ports-gnome-18a55471452d65c8b4cfb34160a8a3924538b656.tar.zst freebsd-ports-gnome-18a55471452d65c8b4cfb34160a8a3924538b656.zip |
Update to 1.1.1.
PR: ports/53799
Submitted by: Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'mail/pear-Mail')
-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 |