Update to 1.4.6.
PR: ports/148755 Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> (maintainer)
This commit is contained in:
parent
f4f99d6fe0
commit
5248e90f85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=258313
3 changed files with 7 additions and 6 deletions
|
@ -5,8 +5,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= libgcrypt
|
||||
PORTVERSION= 1.4.5
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.4.6
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG}
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
|
@ -16,6 +15,8 @@ COMMENT= General purpose crypto library based on code used in GnuPG
|
|||
|
||||
LIB_DEPENDS= gpg-error.0:${PORTSDIR}/security/libgpg-error
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
USE_BZIP2= yes
|
||||
USE_AUTOTOOLS= libtool:22
|
||||
GNU_CONFIGURE= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (libgcrypt-1.4.5.tar.bz2) = cc2017ad09b4543f8b3b5e9a53cfd89d
|
||||
SHA256 (libgcrypt-1.4.5.tar.bz2) = 496f907c5324de75367ec61c63bfeed1309ef0bc64845dc20b3597731abd9e40
|
||||
SIZE (libgcrypt-1.4.5.tar.bz2) = 1148382
|
||||
MD5 (libgcrypt-1.4.6.tar.bz2) = dbf99425a4fe9217c84ce3a35d938634
|
||||
SHA256 (libgcrypt-1.4.6.tar.bz2) = 3e4b30da6b357b565333d0222133b64a0414be99ba72733081165c8ea9bc6b85
|
||||
SIZE (libgcrypt-1.4.6.tar.bz2) = 1151877
|
||||
|
|
|
@ -6,7 +6,7 @@ include/gcrypt-module.h
|
|||
lib/libgcrypt.a
|
||||
lib/libgcrypt.la
|
||||
lib/libgcrypt.so
|
||||
lib/libgcrypt.so.16
|
||||
lib/libgcrypt.so.17
|
||||
share/aclocal/libgcrypt.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
||||
|
|
Loading…
Reference in a new issue