- Update gpgme to 0.3.9 - Add patch to make tests/gpg/t-eventloop.c compile (was missing <sys/types.h> include) - Add .info files to pkg-plist (fixes ports/40726) - shlib version bumped to 9 Supercedes ports/40726 PR. Maintainer and ports/40726 submitter cc'd. How-To-Repeat: Patch included.
On 2002-08-30 at 06:50 -0700, FreeBSD-gnats-submit@FreeBSD.org wrote: > >Synopsis: [synopsis of the problem (one line)] Oops, synopsis should read: >Synopsis: [PATCH] Update security/gpgme to 0.3.9 Please fix in GNATS if at all possible. Thanks.
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
Hi, I am maintainer of this ports(security/gpgme) Thank you for your patch. works fine, and please commit. -- TERAMOTO Masahiro teramoto@comm.eng.osaka-u.ac.jp
State Changed From-To: open->closed committed, thanks