Date: Tue, 22 Jan 2002 22:23:59 +0900 (JST) From: TERAMOTO Masahiro <teramoto@comm.eng.osaka-u.ac.jp> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/34164: Update port: security/gpgme to 0.3.0 Message-ID: <200201221323.g0MDNxp32678@mary.comm.eng.osaka-u.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 34164 >Category: ports >Synopsis: Update port: security/gpgme to 0.3.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 22 05:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 4.4-RELEASE i386 >Organization: Osaka-u >Environment: System: FreeBSD mary.comm.eng.osaka-u.ac.jp 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Nov 1 22:42:03 JST 2001 root@rena.comm.eng.osaka-u.ac.jp:/usr/src/sys/compile/MARY i386 >Description: Update security/gpgme from 0.2.3 to 0.3.0 and library version update from libgpgme.so.4 to libgpgme.so.5 >How-To-Repeat: >Fix: diff -urN gpgme/Makefile gpgme.new/Makefile --- gpgme/Makefile Wed Oct 31 21:47:40 2001 +++ gpgme.new/Makefile Tue Jan 22 19:08:34 2002 @@ -6,7 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.2.3 +PORTVERSION= 0.3.0 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ @@ -14,10 +14,8 @@ BUILD_DEPENDS= gpg:${PORTSDIR}/security/gnupg -USE_LIBTOOL= yes -USE_AUTOCONF= yes +GNU_CONFIGURE= yes USE_GMAKE= yes INSTALLS_SHLIB= yes -MAKE_ENV+= PORT_LIBTOOL=${LIBTOOL} .include <bsd.port.mk> diff -urN gpgme/distinfo gpgme.new/distinfo --- gpgme/distinfo Wed Oct 31 21:47:40 2001 +++ gpgme.new/distinfo Tue Jan 22 18:47:40 2002 @@ -1 +1 @@ -MD5 (gpgme-0.2.3.tar.gz) = 2e2eeedb5a708c75bf8e581de2091dc1 +MD5 (gpgme-0.3.0.tar.gz) = 852652a63a88b7170a8909c2678883a3 diff -urN gpgme/files/patch-ab gpgme.new/files/patch-ab --- gpgme/files/patch-ab Thu Jan 1 09:00:00 1970 +++ gpgme.new/files/patch-ab Tue Jan 22 18:56:03 2002 @@ -0,0 +1,10 @@ +--- tests/gpg/t-decrypt-verify.c.orig Thu Nov 22 11:47:07 2001 ++++ tests/gpg/t-decrypt-verify.c Tue Jan 22 18:54:19 2002 +@@ -24,7 +24,6 @@ + #include <string.h> + #include <assert.h> + #include <errno.h> +-#include <mcheck.h> + + #include <gpgme.h> + diff -urN gpgme/pkg-plist gpgme.new/pkg-plist --- gpgme/pkg-plist Wed Oct 31 21:47:40 2001 +++ gpgme.new/pkg-plist Tue Jan 22 19:03:20 2002 @@ -3,5 +3,5 @@ lib/libgpgme.a lib/libgpgme.la lib/libgpgme.so -lib/libgpgme.so.4 +lib/libgpgme.so.5 share/aclocal/gpgme.m4 >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?200201221323.g0MDNxp32678>