Skip site navigation (1)Skip section navigation (2)
Date:      3 Nov 2001 11:36:30 -0000
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/31833: update port: mail/sylpheed
Message-ID:  <20011103113630.749.qmail@olli.homeip.net>

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

>Number:         31833
>Category:       ports
>Synopsis:       update port: mail/sylpheed
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Nov 07 13:00:03 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD localhost138.brainwire.de 4.4-STABLE FreeBSD 4.4-STABLE #5: Wed Oct 17 21:33:39 CEST 2001 olivleh1@localhost138.brainwire.de:/usr/obj/usr/src/sys/LOCALHOST138 i386


	
>Description:
	- update sylpheed to 0.6.5

>How-To-Repeat:
	
>Fix:

diff -ruN sylpheed.old/Makefile sylpheed/Makefile
--- sylpheed.old/Makefile	Wed Nov  7 16:15:57 2001
+++ sylpheed/Makefile	Wed Nov  7 16:38:19 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	sylpheed
-PORTVERSION=	0.6.4
+PORTVERSION=	0.6.5
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://sylpheed.good-day.net/sylpheed/
 
@@ -53,9 +53,9 @@
 
 pre-configure:
 	${PERL} -pi -e "s|AM_PROG_INSTALL|AC_PROG_INSTALL|g" ${WRKSRC}/aclocal.m4
-.if defined(WITH_GPGME)
-	${RM} -f ${WRKSRC}/ac/gpgme.m4
-.endif
+	if ([ ${WITH_GPGME} ] || [ -f "${LOCALBASE}/share/aclocal/gpgme.m4" ]) ; then \
+		${RM} -f ${WRKSRC}/ac/gpgme.m4 ; \
+	fi
 
 post-install:
 .if !defined(NOPORTDOCS)
diff -ruN sylpheed.old/distinfo sylpheed/distinfo
--- sylpheed.old/distinfo	Wed Nov  7 16:15:57 2001
+++ sylpheed/distinfo	Wed Nov  7 16:48:42 2001
@@ -1 +1 @@
-MD5 (sylpheed-0.6.4.tar.bz2) = 517ed25347565e776526364566163c10
+MD5 (sylpheed-0.6.5.tar.bz2) = 60016b1319df112172fa5623308afe2c
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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