Date: Fri, 30 Aug 2002 10:30:04 -0700 (PDT) From: Sergei Kolobov <skolobov@globcon.net> To: freebsd-ports@FreeBSD.org Subject: Re: ports/42212: [PATCH] Update security/gpgme to 0.3.9 Message-ID: <200208301730.g7UHU4nM093573@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/42212; it has been noted by GNATS. From: Sergei Kolobov <skolobov@globcon.net> To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: ports/42212: [PATCH] Update security/gpgme to 0.3.9 Date: Fri, 30 Aug 2002 21:22:16 +0400 Two other ports - mail/sylpheed and mail/sylpheed-claws - are affected by the shlib version bump. Here is the patch: diff -urN /usr/ports/mail/sylpheed/Makefile /home/sgk/ports/mail/sylpheed/Makefile --- /usr/ports/mail/sylpheed/Makefile Thu Aug 29 04:08:54 2002 +++ /home/sgk/ports/mail/sylpheed/Makefile Fri Aug 30 21:14:43 2002 @@ -31,7 +31,7 @@ CONFIGURE_ARGS+=--disable-gdk-pixbuf .endif .if defined(WITH_GPGME) -LIB_DEPENDS+= gpgme.8:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+=--enable-gpgme .else diff -urN /usr/ports/mail/sylpheed-claws/Makefile /home/sgk/ports/mail/sylpheed-claws/Makefile --- /usr/ports/mail/sylpheed-claws/Makefile Tue Aug 6 04:08:45 2002 +++ /home/sgk/ports/mail/sylpheed-claws/Makefile Fri Aug 30 21:15:10 2002 @@ -44,7 +44,7 @@ CONFIGURE_ARGS+= --disable-gdk-pixbuf .endif .if defined(WITH_GPGME) || defined(WITH_ALL) -LIB_DEPENDS+= gpgme.8:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme.9:${PORTSDIR}/security/gpgme RUN_DEPENDS+= gpg:${PORTSDIR}/security/gnupg CONFIGURE_ARGS+= --enable-gpgme .endif 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?200208301730.g7UHU4nM093573>