From owner-svn-ports-head@freebsd.org Tue Oct 27 15:54:55 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F17DBA1E6F9; Tue, 27 Oct 2015 15:54:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9574E14FF; Tue, 27 Oct 2015 15:54:55 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t9RFss6r060973; Tue, 27 Oct 2015 15:54:54 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t9RFssXL060970; Tue, 27 Oct 2015 15:54:54 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201510271554.t9RFssXL060970@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 27 Oct 2015 15:54:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r400319 - in head/security/libgcrypt: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Oct 2015 15:54:56 -0000 Author: sunpoet Date: Tue Oct 27 15:54:54 2015 New Revision: 400319 URL: https://svnweb.freebsd.org/changeset/ports/400319 Log: - Update to 1.8.4 Changes: http://lists.gnupg.org/pipermail/gnupg-announce/2015q3/000375.html PR: 204003 Submitted by: Carlos J Puga Medina (maintainer) Deleted: head/security/libgcrypt/files/ Modified: head/security/libgcrypt/Makefile head/security/libgcrypt/distinfo head/security/libgcrypt/pkg-plist Modified: head/security/libgcrypt/Makefile ============================================================================== --- head/security/libgcrypt/Makefile Tue Oct 27 15:54:49 2015 (r400318) +++ head/security/libgcrypt/Makefile Tue Oct 27 15:54:54 2015 (r400319) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libgcrypt -PORTVERSION= 1.6.3 +PORTVERSION= 1.6.4 CATEGORIES= security MASTER_SITES= GNUPG @@ -46,7 +46,7 @@ CFLAGS:= ${CFLAGS:N-O*} -O2 .endif post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.20.0.3 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} Modified: head/security/libgcrypt/distinfo ============================================================================== --- head/security/libgcrypt/distinfo Tue Oct 27 15:54:49 2015 (r400318) +++ head/security/libgcrypt/distinfo Tue Oct 27 15:54:54 2015 (r400319) @@ -1,2 +1,2 @@ -SHA256 (libgcrypt-1.6.3.tar.bz2) = 41b4917b93ae34c6a0e2127378d7a4d66d805a2a86a09911d4f9bd871db7025f -SIZE (libgcrypt-1.6.3.tar.bz2) = 2494052 +SHA256 (libgcrypt-1.6.4.tar.bz2) = c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026 +SIZE (libgcrypt-1.6.4.tar.bz2) = 2549820 Modified: head/security/libgcrypt/pkg-plist ============================================================================== --- head/security/libgcrypt/pkg-plist Tue Oct 27 15:54:49 2015 (r400318) +++ head/security/libgcrypt/pkg-plist Tue Oct 27 15:54:54 2015 (r400319) @@ -5,6 +5,6 @@ bin/libgcrypt-config include/gcrypt.h lib/libgcrypt.so lib/libgcrypt.so.20 -lib/libgcrypt.so.20.0.3 +lib/libgcrypt.so.20.0.4 man/man1/hmac256.1.gz share/aclocal/libgcrypt.m4