From owner-freebsd-ports Mon Aug 19 15: 0:22 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 890D237B401 for ; Mon, 19 Aug 2002 15:00:13 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0ECD543E70 for ; Mon, 19 Aug 2002 15:00:13 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7JM0CJU075333 for ; Mon, 19 Aug 2002 15:00:12 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7JM0CA6075332; Mon, 19 Aug 2002 15:00:12 -0700 (PDT) Date: Mon, 19 Aug 2002 15:00:12 -0700 (PDT) Message-Id: <200208192200.g7JM0CA6075332@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: ports/40726: [Fix] security/gpgme pkg-plist info files missing. Reply-To: Giorgos Keramidas Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/40726; it has been noted by GNATS. From: Giorgos Keramidas To: Tilman Linneweh Cc: bug-followup@FreeBSD.org, teramoto@comm.eng.osaka-u.ac.jp Subject: Re: ports/40726: [Fix] security/gpgme pkg-plist info files missing. Date: Tue, 20 Aug 2002 00:58:22 +0300 (( Add to audit trail. )) Message-Id: <20020719012305.6017.TERAMOTO@comm.eng.osaka-u.ac.jp> Date: Fri, 19 Jul 2002 01:29:49 +0900 From: TERAMOTO Masahiro Subject: Re: [Fix] security/gpgme pkg-plist info files missing. Hi, Thank you for your patch. update to 0.3.8, and fix pkg-plist improve the occasion. Library version is bumped up, so mail/sylpheed and mail/sylpheed-claws need to be modified. ----- patch begins here ----- Index: Makefile =================================================================== RCS file: /export/ncvs/ports/security/gpgme/Makefile,v retrieving revision 1.6 diff -u -r1.6 Makefile --- Makefile 22 May 2002 20:32:17 -0000 1.6 +++ Makefile 18 Jul 2002 16:10:59 -0000 @@ -6,7 +6,7 @@ # PORTNAME= gpgme -PORTVERSION= 0.3.6 +PORTVERSION= 0.3.8 CATEGORIES= security MASTER_SITES= ftp://ftp.gnupg.org/gcrypt/alpha/gpgme/ Index: distinfo =================================================================== RCS file: /export/ncvs/ports/security/gpgme/distinfo,v retrieving revision 1.4 diff -u -r1.4 distinfo --- distinfo 22 May 2002 20:32:17 -0000 1.4 +++ distinfo 18 Jul 2002 16:11:57 -0000 @@ -1 +1 @@ -MD5 (gpgme-0.3.6.tar.gz) = 6bcac658003d0517870aa65f53f9065f +MD5 (gpgme-0.3.8.tar.gz) = 3de747cfee66762794b3ea44a5ed6f0f Index: pkg-plist =================================================================== RCS file: /export/ncvs/ports/security/gpgme/pkg-plist,v retrieving revision 1.4 diff -u -r1.4 pkg-plist --- pkg-plist 22 May 2002 20:32:17 -0000 1.4 +++ pkg-plist 18 Jul 2002 16:18:05 -0000 @@ -3,5 +3,12 @@ lib/libgpgme.a lib/libgpgme.la lib/libgpgme.so -lib/libgpgme.so.8 +lib/libgpgme.so.9 share/aclocal/gpgme.m4 +@unexec install-info --delete %D/info/gpgme.info %D/info/dir +info/gpgme.info +info/gpgme.info-1 +info/gpgme.info-2 +info/gpgme.info-3 +info/gpgme.info-4 +@exec install-info %D/info/gpgme.info %D/info/dir ----- patch ends here ----- -- TERAMOTO Masahiro teramoto@comm.eng.osaka-u.ac.jp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message