From owner-svn-ports-all@FreeBSD.ORG Wed Oct 2 01:21:19 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 462F2911; Wed, 2 Oct 2013 01:21:19 +0000 (UTC) (envelope-from jhale@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19D5729ED; Wed, 2 Oct 2013 01:21:19 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r921LI3A052025; Wed, 2 Oct 2013 01:21:18 GMT (envelope-from jhale@svn.freebsd.org) Received: (from jhale@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r921LIq4052015; Wed, 2 Oct 2013 01:21:18 GMT (envelope-from jhale@svn.freebsd.org) Message-Id: <201310020121.r921LIq4052015@svn.freebsd.org> From: "Jason E. Hale" Date: Wed, 2 Oct 2013 01:21:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r329010 - head/security/libassuan X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Oct 2013 01:21:19 -0000 Author: jhale Date: Wed Oct 2 01:21:18 2013 New Revision: 329010 URL: http://svnweb.freebsd.org/changeset/ports/329010 Log: - Update to 2.1.1 [1] - Support staging - Improve pkg-descr description and tab -> space WWW line PR: ports/176461 (based on) [1] Submitted by: Hirohisa Yamaguchi [1] Modified: head/security/libassuan/Makefile head/security/libassuan/distinfo head/security/libassuan/pkg-descr (contents, props changed) Modified: head/security/libassuan/Makefile ============================================================================== --- head/security/libassuan/Makefile Tue Oct 1 23:47:13 2013 (r329009) +++ head/security/libassuan/Makefile Wed Oct 2 01:21:18 2013 (r329010) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libassuan -PORTVERSION= 2.0.3 +PORTVERSION= 2.1.1 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR=${PORTNAME} @@ -12,7 +12,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= jhale@FreeBSD.org COMMENT= IPC library used by GnuPG and gpgme -LIB_DEPENDS= gpg-error:${PORTSDIR}/security/libgpg-error +LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error USE_BZIP2= yes GNU_CONFIGURE= yes @@ -30,5 +30,4 @@ PLIST_FILES= bin/libassuan-config includ verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig -NO_STAGE= yes .include Modified: head/security/libassuan/distinfo ============================================================================== --- head/security/libassuan/distinfo Tue Oct 1 23:47:13 2013 (r329009) +++ head/security/libassuan/distinfo Wed Oct 2 01:21:18 2013 (r329010) @@ -1,4 +1,4 @@ -SHA256 (libassuan-2.0.3.tar.bz2) = bad5682374c76bcc0abb1a7a34c9557af6874a477500748e64a7d3def79cac1b -SIZE (libassuan-2.0.3.tar.bz2) = 529149 -SHA256 (libassuan-2.0.3.tar.bz2.sig) = dc3948dd031a453ed03a7c1ce5cc27d144df5ed030f834d613b61ffb2011d460 -SIZE (libassuan-2.0.3.tar.bz2.sig) = 287 +SHA256 (libassuan-2.1.1.tar.bz2) = 23e2d67779b88e90d29fe1df6b157109f1c2a647d0f1b2a0f4295bb3c0b2039d +SIZE (libassuan-2.1.1.tar.bz2) = 538155 +SHA256 (libassuan-2.1.1.tar.bz2.sig) = 765ff2bfb73e9ec5cd9af1eb58b1c29f292e031e1aeeefe2e6fd23c860019d00 +SIZE (libassuan-2.1.1.tar.bz2.sig) = 287 Modified: head/security/libassuan/pkg-descr ============================================================================== --- head/security/libassuan/pkg-descr Tue Oct 1 23:47:13 2013 (r329009) +++ head/security/libassuan/pkg-descr Wed Oct 2 01:21:18 2013 (r329010) @@ -1,3 +1,5 @@ -This is the IPC library used by GnuPG 2 and gpgme +Libassuan is a small library implementing the so-called Assuan +protocol. This protocol is used for IPC between most newer GnuPG +components. -WWW: http://gnupg.org/related_software/libassuan/index.en.html +WWW: http://gnupg.org/related_software/libassuan/index.en.html