mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
- Update to 1.0.13 (latest stable version) [1]
- Switch to libtool-1.5 - NOTE: shlib version was downgraded from 13 to 12 PR: ports/66331 [1] Submitted by: Brian Candler <B.Candler@pobox.com>
This commit is contained in:
parent
1efb18286b
commit
ed56ae4635
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110853
@ -6,8 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnutls
|
||||
PORTVERSION= 1.0.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.13
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG} \
|
||||
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
|
||||
@ -25,11 +24,11 @@ LIB_DEPENDS= gcrypt.12:${PORTSDIR}/security/libgcrypt \
|
||||
|
||||
CONFLICTS= gnutls-devel-*
|
||||
|
||||
#USE_GPG?= yes
|
||||
USE_GPG?= yes
|
||||
SIG_SUFFIX= .sig.asc
|
||||
USE_ICONV= yes
|
||||
USE_GETTEXT= yes
|
||||
USE_LIBTOOL_VER=13
|
||||
USE_LIBTOOL_VER=15
|
||||
INSTALLS_SHLIB= yes
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
@ -1,4 +1,2 @@
|
||||
MD5 (gnutls-1.0.8.tar.gz) = 7226b151a390150d02d270f9442e74b5
|
||||
SIZE (gnutls-1.0.8.tar.gz) = 1407598
|
||||
MD5 (gnutls-1.0.8.tar.gz.sig.asc) = de3cd68923a6a0503840602f43da792e
|
||||
SIZE (gnutls-1.0.8.tar.gz.sig.asc) = 392
|
||||
MD5 (gnutls-1.0.13.tar.gz) = f908934e6cbf7c9c8f57368c50a8f95e
|
||||
SIZE (gnutls-1.0.13.tar.gz) = 1465802
|
||||
|
@ -6,6 +6,7 @@ bin/gnutls-serv
|
||||
bin/gnutls-srpcrypt
|
||||
bin/libgnutls-config
|
||||
bin/libgnutls-extra-config
|
||||
bin/srptool
|
||||
include/gnutls/compat4.h
|
||||
include/gnutls/compat8.h
|
||||
include/gnutls/extra.h
|
||||
@ -17,15 +18,15 @@ include/gnutls/x509.h
|
||||
lib/libgnutls-extra.a
|
||||
lib/libgnutls-extra.la
|
||||
lib/libgnutls-extra.so
|
||||
lib/libgnutls-extra.so.13
|
||||
lib/libgnutls-extra.so.12
|
||||
lib/libgnutls-openssl.a
|
||||
lib/libgnutls-openssl.la
|
||||
lib/libgnutls-openssl.so
|
||||
lib/libgnutls-openssl.so.13
|
||||
lib/libgnutls-openssl.so.12
|
||||
lib/libgnutls.a
|
||||
lib/libgnutls.la
|
||||
lib/libgnutls.so
|
||||
lib/libgnutls.so.13
|
||||
lib/libgnutls.so.12
|
||||
share/aclocal/libgnutls-extra.m4
|
||||
share/aclocal/libgnutls.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
@ -42,7 +43,6 @@ share/aclocal/libgnutls.m4
|
||||
%%EXAMPLESDIR%%/ex-client1.c
|
||||
%%EXAMPLESDIR%%/ex-client2.c
|
||||
%%EXAMPLESDIR%%/ex-crq.c
|
||||
%%EXAMPLESDIR%%/ex-pgp-keyserver.c
|
||||
%%EXAMPLESDIR%%/ex-pkcs12.c
|
||||
%%EXAMPLESDIR%%/ex-rfc2818.c
|
||||
%%EXAMPLESDIR%%/ex-serv-export.c
|
||||
|
Loading…
Reference in New Issue
Block a user