Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Apr 2006 01:19:04 +0100
From:      Shaun Amott <shaun@inerd.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/95668: mail/gotmail: Update to 0.8.8
Message-ID:  <1144887544.8630@charon.picobyte.net>
Resent-Message-ID: <200604130020.k3D0KHjc001049@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         95668
>Category:       ports
>Synopsis:       mail/gotmail: Update to 0.8.8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 13 00:20:17 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Shaun Amott
>Release:        FreeBSD 6.1-PRERELEASE i386
>Organization:
>Environment:

>Description:

- Update to 0.8.8 (bugfix release)
- Use DOCSDIR macro
- portlint(1)

>How-To-Repeat:

>Fix:

--- gotmail.diff begins here ---
diff -urN gotmail.orig/Makefile gotmail/Makefile
--- gotmail.orig/Makefile	Wed Jan 18 23:45:14 2006
+++ gotmail/Makefile	Thu Apr 13 01:12:17 2006
@@ -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 @@
 
 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 -urN gotmail.orig/distinfo gotmail/distinfo
--- gotmail.orig/distinfo	Wed Jan 18 23:45:14 2006
+++ gotmail/distinfo	Thu Apr 13 00:50:52 2006
@@ -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
--- gotmail.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1144887544.8630>