- Update to 1.1.9 (latest development version)
- Switch to libtool-1.5
This commit is contained in:
parent
6ff8ed3009
commit
1efb18286b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=110852
3 changed files with 7 additions and 9 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= gnutls
|
||||
PORTVERSION= 1.1.6
|
||||
PORTREVISION= 2
|
||||
PORTVERSION= 1.1.9
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG} \
|
||||
http://www.mirrors.wiretapped.net/security/network-security/gnutls/devel/ \
|
||||
|
@ -28,7 +27,7 @@ CONFLICTS= gnutls-[0-9]*
|
|||
|
||||
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,2 +1,2 @@
|
|||
MD5 (gnutls-1.1.6.tar.gz) = 29b45e3273be895d6efc2d29819dce2a
|
||||
SIZE (gnutls-1.1.6.tar.gz) = 1400963
|
||||
MD5 (gnutls-1.1.9.tar.gz) = 4236a7dc957587b6f21f04a0a65a9380
|
||||
SIZE (gnutls-1.1.9.tar.gz) = 1457038
|
||||
|
|
|
@ -15,15 +15,15 @@ include/gnutls/x509.h
|
|||
lib/libgnutls-extra.a
|
||||
lib/libgnutls-extra.la
|
||||
lib/libgnutls-extra.so
|
||||
lib/libgnutls-extra.so.12
|
||||
lib/libgnutls-extra.so.13
|
||||
lib/libgnutls-openssl.a
|
||||
lib/libgnutls-openssl.la
|
||||
lib/libgnutls-openssl.so
|
||||
lib/libgnutls-openssl.so.12
|
||||
lib/libgnutls-openssl.so.13
|
||||
lib/libgnutls.a
|
||||
lib/libgnutls.la
|
||||
lib/libgnutls.so
|
||||
lib/libgnutls.so.12
|
||||
lib/libgnutls.so.13
|
||||
share/aclocal/libgnutls-extra.m4
|
||||
share/aclocal/libgnutls.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
@ -39,7 +39,6 @@ share/aclocal/libgnutls.m4
|
|||
%%EXAMPLESDIR%%/ex-client-srp.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 a new issue