diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-02 01:21:18 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2013-10-02 01:21:18 +0000 |
commit | 8b888ba0340b6d466e275acb5f4581b0db7378a7 (patch) | |
tree | 615aaeac563071e3bedafc8f933d5b880cc28052 /security/libassuan | |
parent | c0157b2ce84f30028889eaaf334d27ec7f4ba8ba (diff) |
- 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]
Notes
Notes:
svn path=/head/; revision=329010
Diffstat (limited to 'security/libassuan')
-rw-r--r-- | security/libassuan/Makefile | 5 | ||||
-rw-r--r-- | security/libassuan/distinfo | 8 | ||||
-rw-r--r-- | security/libassuan/pkg-descr | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/security/libassuan/Makefile b/security/libassuan/Makefile index 8ed0cd70ff55..6150ef61371c 100644 --- a/security/libassuan/Makefile +++ b/security/libassuan/Makefile @@ -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 include/assuan.h \ verify: checksum gpg --verify ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}.sig -NO_STAGE= yes .include <bsd.port.mk> diff --git a/security/libassuan/distinfo b/security/libassuan/distinfo index 9ff108e2cb40..acb583ef33df 100644 --- a/security/libassuan/distinfo +++ b/security/libassuan/distinfo @@ -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 diff --git a/security/libassuan/pkg-descr b/security/libassuan/pkg-descr index 6b955a4bda85..e8b7a91070ce 100644 --- a/security/libassuan/pkg-descr +++ b/security/libassuan/pkg-descr @@ -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 |