[kde-freebsd] Fwd: [PATCH]GPGME 1.2.0 will break crypto in kdepim (Re: ports/135911: [MAINTAINER] security/gpgme: Update to version 1.2.0)

Carlos A. M. dos Santos unixmania at gmail.com
Fri Jul 3 02:46:10 CEST 2009


I confirmed that  the patch provided by Jason works for ayttm. It is
also necessary to change ayttm/Makefile, because libgpgme has a new
version number, and set a port revision number. The corresponding
patch is attached.

-- 
My preferred quotation of Robert Louis Stevenson is "You cannot
make an omelette without breaking eggs". Not because I like the
omelettes, but because I like the sound of eggs being broken.
-------------- next part --------------
--- ayttm/Makefile.orig	2009-06-30 11:56:40.000000000 -0300
+++ ayttm/Makefile	2009-07-02 21:27:01.000000000 -0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	ayttm
 PORTVERSION=	0.5.0.82
+PORTREVISION=	1
 CATEGORIES=	net-im
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}-${PORTVERSION:R}-${PORTVERSION:E}
@@ -16,7 +17,7 @@
 
 LIB_DEPENDS=	audiofile.0:${PORTSDIR}/audio/libaudiofile \
 		jasper.4:${PORTSDIR}/graphics/jasper \
-		gpgme.17:${PORTSDIR}/security/gpgme \
+		gpgme.18:${PORTSDIR}/security/gpgme \
 		pspell.16:${PORTSDIR}/textproc/aspell
 
 OPTIONS=	ARTS	"Enable aRts support"		off \


More information about the kde-freebsd mailing list