aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorjmelo <jmelo@FreeBSD.org>2006-04-14 00:15:44 +0800
committerjmelo <jmelo@FreeBSD.org>2006-04-14 00:15:44 +0800
commit6c67c488c12a42c65607dabbd6bf98a6d27e2636 (patch)
tree7e875b448ef46b9b84b9f88dcfb920b698d2bf87 /mail
parent98f198a1a8f88b1768526022d6c13cb218f09dfb (diff)
downloadfreebsd-ports-gnome-6c67c488c12a42c65607dabbd6bf98a6d27e2636.tar.gz
freebsd-ports-gnome-6c67c488c12a42c65607dabbd6bf98a6d27e2636.tar.zst
freebsd-ports-gnome-6c67c488c12a42c65607dabbd6bf98a6d27e2636.zip
- Update to 0.8.8
PR: ports/95668 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: mnag (mentor)
Diffstat (limited to 'mail')
-rw-r--r--mail/gotmail/Makefile8
-rw-r--r--mail/gotmail/distinfo6
-rw-r--r--mail/gotmail/pkg-plist8
3 files changed, 11 insertions, 11 deletions
diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile
index 9733d74ff103..5964e5ef3f38 100644
--- a/mail/gotmail/Makefile
+++ b/mail/gotmail/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gotmail
-PORTVERSION= 0.8.7.1
+PORTVERSION= 0.8.8
CATEGORIES= mail perl5
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -28,16 +28,16 @@ do-install:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+ @${MKDIR} ${DOCSDIR}
.for i in ChangeLog README sample.gotmailrc
- ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor # i in ChangeLog README sample.gotmailrc
.endif # !defined(NOPORTDOCS)
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500600
-IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again.
+IGNORE= requires perl 5.6.0 or higher. Please install lang/perl5.8 and try again
.endif
.include <bsd.port.post.mk>
diff --git a/mail/gotmail/distinfo b/mail/gotmail/distinfo
index f9fb69845daf..c1480211922f 100644
--- a/mail/gotmail/distinfo
+++ b/mail/gotmail/distinfo
@@ -1,3 +1,3 @@
-MD5 (gotmail-0.8.7.1.tar.gz) = 4cd214b4915f87c9433cc99daffe9c28
-SHA256 (gotmail-0.8.7.1.tar.gz) = b90206b4892e337af8fe34eb219c70049f39ffb018aafff2f6e14e5e9edc8a9c
-SIZE (gotmail-0.8.7.1.tar.gz) = 37201
+MD5 (gotmail-0.8.8.tar.gz) = 594029c46fa726cf324872d92fba3592
+SHA256 (gotmail-0.8.8.tar.gz) = ec09af3e051807499a17351f0cb4848475857217e6141c307c50aa4d1e0cc538
+SIZE (gotmail-0.8.8.tar.gz) = 37470
diff --git a/mail/gotmail/pkg-plist b/mail/gotmail/pkg-plist
index fe884bc475e4..50a4bf01eb7e 100644
--- a/mail/gotmail/pkg-plist
+++ b/mail/gotmail/pkg-plist
@@ -1,5 +1,5 @@
bin/gotmail
-%%PORTDOCS%%share/doc/gotmail/ChangeLog
-%%PORTDOCS%%share/doc/gotmail/README
-%%PORTDOCS%%share/doc/gotmail/sample.gotmailrc
-%%PORTDOCS%%@dirrm share/doc/gotmail
+%%DOCSDIR%%/ChangeLog
+%%DOCSDIR%%/README
+%%DOCSDIR%%/sample.gotmailrc
+@dirrm %%DOCSDIR%%