diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2004-06-04 21:52:53 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2004-06-04 21:52:53 +0000 |
commit | ed56ae4635c01c4131267c1daaa857dbcf661450 (patch) | |
tree | 028550b440d6fd1aaebf5ea2f254da11870fd2f0 | |
parent | 1efb18286bc321baa5918eaa8d40a1869cec88f8 (diff) | |
download | ports-ed56ae4635c01c4131267c1daaa857dbcf661450.tar.gz ports-ed56ae4635c01c4131267c1daaa857dbcf661450.zip |
Notes
-rw-r--r-- | security/gnutls/Makefile | 7 | ||||
-rw-r--r-- | security/gnutls/distinfo | 6 | ||||
-rw-r--r-- | security/gnutls/pkg-plist | 8 |
3 files changed, 9 insertions, 12 deletions
diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 3e6d118a51aa..5f881b35b855 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -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 diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index f150e1e60f90..77bd8f2d1993 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -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 diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index dbbfe05e3bf7..78ed460b528d 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -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 |