aboutsummaryrefslogtreecommitdiff
path: root/mail/gotmail
diff options
context:
space:
mode:
authorJean Milanez Melo <jmelo@FreeBSD.org>2006-04-13 16:15:44 +0000
committerJean Milanez Melo <jmelo@FreeBSD.org>2006-04-13 16:15:44 +0000
commitfe4fda3375e601eb24f3f367fe5205ee674ceecd (patch)
treefc8952302263ac4a35dfbe3f047bc36d656c547f /mail/gotmail
parentf1d61fab3bc12992e99aac77fe18407b0e63fb68 (diff)
downloadports-fe4fda3375e601eb24f3f367fe5205ee674ceecd.tar.gz
ports-fe4fda3375e601eb24f3f367fe5205ee674ceecd.zip
- Update to 0.8.8
PR: ports/95668 Submitted by: Shaun Amott <shaun@inerd.com> Approved by: mnag (mentor)
Notes
Notes: svn path=/head/; revision=159430
Diffstat (limited to 'mail/gotmail')
-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%%