From umq@ueo.co.jp  Tue Dec 11 01:32:22 2007
Return-Path: <umq@ueo.co.jp>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 756CC16A419
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Dec 2007 01:32:22 +0000 (UTC)
	(envelope-from umq@ueo.co.jp)
Received: from msa2-25.plala.or.jp (msa2.plala.or.jp [58.93.251.202])
	by mx1.freebsd.org (Postfix) with ESMTP id ECD1A13C465
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Dec 2007 01:32:21 +0000 (UTC)
	(envelope-from umq@ueo.co.jp)
Received: from eupheme.kaumoge.org ([125.205.175.152])
          by msa2-25.plala.or.jp with ESMTP
          id <20071211013219.BLMN23102.msa2-25.plala.or.jp@eupheme.kaumoge.org>
          for <FreeBSD-gnats-submit@freebsd.org>;
          Tue, 11 Dec 2007 10:32:19 +0900
Received: from calliope.kaumoge.org (calliope.kaumoge.org [192.168.24.120])
	by eupheme.kaumoge.org (8.12.11/8.12.11/20030713) with ESMTP id lBB1Wegg076344
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 11 Dec 2007 10:32:41 +0900 (JST)
	(envelope-from umq@ueo.co.jp)
Message-Id: <86aboiow2l.wl%umq@ueo.co.jp>
Date: Tue, 11 Dec 2007 10:32:18 +0900
From: Hirohisa Yamaguchi <umq@ueo.co.jp>
To: FreeBSD-gnats-submit@freebsd.org
Subject: [patch] security/libgcrypt update to 1.4.0
X-Send-Pr-Version: 3.113

>Number:         118541
>Category:       ports
>Synopsis:       [patch] security/libgcrypt update to 1.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    arved
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 11 01:40:01 UTC 2007
>Closed-Date:    Thu Feb 28 21:49:01 UTC 2008
>Last-Modified:  Thu Feb 28 21:50:01 UTC 2008
>Originator:     Hirohisa Yamaguchi
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
<organization of PR author (multiple lines)>
>Environment:
System: FreeBSD calliope.****.org 8.0-CURRENT FreeBSD 8.0-CURRENT #13: Sat Oct 27 13:36:07 JST 2007 root@calliope.****.org:/usr/obj/usr/src/sys/CALLIOPE64 amd64

>Description:
	The new version of security/libgcrypt 1.4.0 has been released.
	Release notes: http://lists.gnupg.org/pipermail/gnupg-announce/2007q4/000263.html

>How-To-Repeat:
	N/A
>Fix:

	The patch follows

Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/Makefile,v
retrieving revision 1.36
diff -p -u -r1.36 Makefile
--- Makefile	24 Sep 2007 00:35:45 -0000	1.36
+++ Makefile	11 Dec 2007 01:29:41 -0000
@@ -5,8 +5,7 @@
 # $FreeBSD: ports/security/libgcrypt/Makefile,v 1.36 2007/09/24 00:35:45 edwin Exp $
 
 PORTNAME=	libgcrypt
-PORTVERSION=	1.2.4
-PORTREVISION=	1
+PORTVERSION=	1.4.0
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNUPG}
 MASTER_SITE_SUBDIR=	libgcrypt
@@ -16,12 +15,15 @@ COMMENT=	General purpose crypto library 
 
 LIB_DEPENDS=	gpg-error.0:${PORTSDIR}/security/libgpg-error
 
+USE_BZIP2=	yes
 USE_AUTOTOOLS=	libtool:15
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
 CONFIGURE_TARGET=	--build=${ARCH}-portbld-freebsd${OSREL}
 USE_LDCONFIG=	yes
 
+DOCS=	AUTHORS COPYING COPYING.LIB ChangeLog INSTALL NEWS README README.SVN \
+	THANKS TODO doc/HACKING doc/README.apichanges
 INFO=	gcrypt
 
 .include <bsd.port.pre.mk>
@@ -37,4 +39,10 @@ post-patch:
 pre-configure:
 	@${RM} -f ${WRKSRC}/doc/gcrypt.info*
 
+.if !defined(NOPORTDOCS)
+post-install:
+	@${MKDIR} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+.endif
+
 .include <bsd.port.post.mk>
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/distinfo,v
retrieving revision 1.12
diff -p -u -r1.12 distinfo
--- distinfo	2 Feb 2007 14:25:54 -0000	1.12
+++ distinfo	11 Dec 2007 01:29:41 -0000
@@ -1,3 +1,3 @@
-MD5 (libgcrypt-1.2.4.tar.gz) = be20ee47778ff90703afd58c090f07b9
-SHA256 (libgcrypt-1.2.4.tar.gz) = cf3c3f313ebeb9165d80439beaeb7f621b73856a2159e4b84c70f32b455fd9ec
-SIZE (libgcrypt-1.2.4.tar.gz) = 1013625
+MD5 (libgcrypt-1.4.0.tar.bz2) = b013f798a1088afb07336bce5a9c24c5
+SHA256 (libgcrypt-1.4.0.tar.bz2) = d7f855f766944a5b6e7ffee2d6ffdf828ab709acd4453b0e64aea808ce2760ec
+SIZE (libgcrypt-1.4.0.tar.bz2) = 964779
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/security/libgcrypt/pkg-plist,v
retrieving revision 1.8
diff -p -u -r1.8 pkg-plist
--- pkg-plist	28 Jan 2007 09:07:43 -0000	1.8
+++ pkg-plist	11 Dec 2007 01:29:41 -0000
@@ -1,8 +1,22 @@
+bin/dumpsexp
 bin/libgcrypt-config
 include/gcrypt.h
 include/gcrypt-module.h
 lib/libgcrypt.a
 lib/libgcrypt.la
 lib/libgcrypt.so
-lib/libgcrypt.so.13
+lib/libgcrypt.so.15
 share/aclocal/libgcrypt.m4
+%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
+%%PORTDOCS%%%%DOCSDIR%%/COPYING
+%%PORTDOCS%%%%DOCSDIR%%/COPYING.LIB
+%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
+%%PORTDOCS%%%%DOCSDIR%%/HACKING
+%%PORTDOCS%%%%DOCSDIR%%/INSTALL
+%%PORTDOCS%%%%DOCSDIR%%/NEWS
+%%PORTDOCS%%%%DOCSDIR%%/README
+%%PORTDOCS%%%%DOCSDIR%%/README.SVN
+%%PORTDOCS%%%%DOCSDIR%%/README.apichanges
+%%PORTDOCS%%%%DOCSDIR%%/THANKS
+%%PORTDOCS%%%%DOCSDIR%%/TODO
+%%PORTDOCS%%@dirrm %%DOCSDIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->arved 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Tue Dec 11 01:40:12 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118541 

From: Hirohisa Yamaguchi <umq@ueo.co.jp>
To: arved@FreeBSD.org, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118541: [patch] security/libgcrypt update to 1.4.0
Date: Tue, 11 Dec 2007 11:14:15 +0900

 And, following ports depend on libgcrypt might need to be changed, too.
 
 emulators/libspectrum
 emulators/fuse
 graphics/telak
 mail/wmbiff
 net/wireshark
 net/csync2
 net/cyphesis
 net-im/mcabber
 security/gnupg
 security/dirmngr
 security/libksba
 security/gnutls
 security/gnome-keyring
 security/gnutls-devel
 security/vpnc
 security/seccure
 security/opencdk
 security/gsasl
 security/p5-Crypt-GCrypt
 security/fiked
 security/pinentry
 security/gnupg2
 textproc/libxslt

From: Tilman Linneweh <arved@FreeBSD.org>
To: Cc: bug-followup@FreeBSD.org
Subject: Re: ports/118541: [patch] security/libgcrypt update to 1.4.0
Date: Tue, 11 Dec 2007 09:10:36 +0100

 Hello Hirohisa Yamaguchi,
 
 Thanks for your work!
 
 * Hirohisa Yamaguchi [ Dec 11, 2007 (03:14 )]:
 > And, following ports depend on libgcrypt might need to be changed,  
 > too.
 >
 > emulators/libspectrum
 > emulators/fuse
 > graphics/telak
 > mail/wmbiff
 > net/wireshark
 > net/csync2
 > net/cyphesis
 > net-im/mcabber
 > security/gnupg
 > security/dirmngr
 > security/libksba
 > security/gnutls
 > security/gnome-keyring
 > security/gnutls-devel
 > security/vpnc
 > security/seccure
 > security/opencdk
 > security/gsasl
 > security/p5-Crypt-GCrypt
 > security/fiked
 > security/pinentry
 > security/gnupg2
 > textproc/libxslt
 
 As far as i read the announcement, the new version is incompatible  
 with the old one,
 so we need to check how many of these ports build with the new version.
 
 If a significant number fails, we need a repocopy of the old version  
 or fix them.
 
 
 regards
 tilman
 

From: Hirohisa Yamaguchi <umq@ueo.co.jp>
To: arved@FreeBSD.org, bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118541: [patch] security/libgcrypt update to 1.4.0
Date: Wed, 12 Dec 2007 11:54:08 +0900

 Hi,
 
 At Tue, 11 Dec 2007 09:10:36 +0100,
 Tilman Linneweh <arved@FreeBSD.org> wrote:
 > As far as i read the announcement, the new version is incompatible
 > with the old one,
 > so we need to check how many of these ports build with the new version.
 
 in the release announcement, it is said that it's upward compatible with the 1.2 series.
 
 http://lists.gnupg.org/pipermail/gnupg-announce/2007q4/000263.html
 | This is the new stable version of Libgcrypt and upward compatible
 | with the 1.2 series.
 
 so, upgrading is supposed to be easy.
State-Changed-From-To: open->suspended 
State-Changed-By: arved 
State-Changed-When: Wed Dec 12 12:43:15 UTC 2007 
State-Changed-Why:  
Mark suspended until the ports-thaw is over 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118541 
State-Changed-From-To: suspended->closed 
State-Changed-By: arved 
State-Changed-When: Thu Feb 28 21:48:55 UTC 2008 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=118541 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/118541: commit references a PR
Date: Thu, 28 Feb 2008 21:44:53 +0000 (UTC)

 arved       2008-02-28 21:44:49 UTC
 
   FreeBSD ports repository
 
   Modified files:
     security/libgcrypt   Makefile distinfo pkg-plist 
   Log:
   Update to 1.4.0
   
   PR:             118541
   Submitted by:   Hirohisa Yamaguchi
   
   Revision  Changes    Path
   1.37      +10 -2     ports/security/libgcrypt/Makefile
   1.13      +3 -3      ports/security/libgcrypt/distinfo
   1.9       +15 -1     ports/security/libgcrypt/pkg-plist
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
