Bug 42212 - [PATCH] Update security/gpgme to 0.3.9
Summary: [PATCH] Update security/gpgme to 0.3.9
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-30 14:50 UTC by Sergei Kolobov
Modified: 2002-09-20 06:34 UTC (History)
1 user (show)

See Also:


Attachments
gpgme-0.3.9-update.patch (1.86 KB, patch)
2002-08-30 14:50 UTC, Sergei Kolobov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Kolobov 2002-08-30 14:50:01 UTC
- 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.
Comment 1 Sergei Kolobov 2002-08-30 14:54:27 UTC
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.
Comment 2 skolobov 2002-08-30 18:22:16 UTC
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
Comment 3 teramoto 2002-09-02 02:55:25 UTC
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
Comment 4 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-09-20 06:33:51 UTC
State Changed
From-To: open->closed

committed, thanks