Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Oct 2013 01:21:18 +0000 (UTC)
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r329010 - head/security/libassuan
Message-ID:  <201310020121.r921LIq4052015@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <umq@ueo.co.jp> [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 <bsd.port.mk>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310020121.r921LIq4052015>