mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- 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]
This commit is contained in:
parent
c0157b2ce8
commit
8b888ba034
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=329010
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user