diff options
author | sergei <sergei@FreeBSD.org> | 2004-06-04 21:47:55 +0000 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2004-06-04 21:47:55 +0000 |
commit | 2b833edca6601d383021bac0ed82acef92685362 (patch) | |
tree | 79dc1414246cd8c69be3980e78a32255b3314e7a /security/gnutls-devel | |
parent | 6b3c7e050caf504949ab0fc620d2ccd2c09e9ec5 (diff) | |
download | FreeBSD-ports-2b833edca6601d383021bac0ed82acef92685362.zip FreeBSD-ports-2b833edca6601d383021bac0ed82acef92685362.tar.gz |
- Update to 1.1.9 (latest development version)
- Switch to libtool-1.5
Diffstat (limited to 'security/gnutls-devel')
-rw-r--r-- | security/gnutls-devel/Makefile | 5 | ||||
-rw-r--r-- | security/gnutls-devel/distinfo | 4 | ||||
-rw-r--r-- | security/gnutls-devel/pkg-plist | 7 |
3 files changed, 7 insertions, 9 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index b48efb6..d68de38 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -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 diff --git a/security/gnutls-devel/distinfo b/security/gnutls-devel/distinfo index 8f053d8..5c9e4c0 100644 --- a/security/gnutls-devel/distinfo +++ b/security/gnutls-devel/distinfo @@ -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 diff --git a/security/gnutls-devel/pkg-plist b/security/gnutls-devel/pkg-plist index f748dbd..93c58c1 100644 --- a/security/gnutls-devel/pkg-plist +++ b/security/gnutls-devel/pkg-plist @@ -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 |