From c3c6e9e88fb8f725fca471f135ec03f6c1765115 Mon Sep 17 00:00:00 2001 From: johans Date: Sat, 3 Sep 2011 10:50:40 +0000 Subject: - Update nettle to 2.3 The library is intended to be binary compatible with nettle-2.2 - Includes *.pc files for pkgconfig --- security/nettle/Makefile | 3 ++- security/nettle/distinfo | 4 ++-- security/nettle/pkg-plist | 5 ++++- 3 files changed, 8 insertions(+), 4 deletions(-) (limited to 'security') diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 5ba648fcf4c9..5eb2395a0729 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nettle -PORTVERSION= 2.2 +PORTVERSION= 2.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_GNU} \ http://www.lysator.liu.se/~nisse/archive/:liu \ @@ -26,6 +26,7 @@ USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared +MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/security/nettle/distinfo b/security/nettle/distinfo index a9f60b020ff3..5ac479baf602 100644 --- a/security/nettle/distinfo +++ b/security/nettle/distinfo @@ -1,2 +1,2 @@ -SHA256 (nettle-2.2.tar.gz) = 82bec1a1bb684de52bcdfb97d5e4ab1a431499686182b8009a9cf4d00541b4cd -SIZE (nettle-2.2.tar.gz) = 1060360 +SHA256 (nettle-2.3.tar.gz) = f3957154547936bda102e235f6d7022d31e3efc3b2c9a5c7a1b162ad3c3a6ca4 +SIZE (nettle-2.3.tar.gz) = 1075616 diff --git a/security/nettle/pkg-plist b/security/nettle/pkg-plist index 9eae702cc418..48c8b24e862d 100644 --- a/security/nettle/pkg-plist +++ b/security/nettle/pkg-plist @@ -33,6 +33,7 @@ include/nettle/nettle-types.h include/nettle/pgp.h include/nettle/pkcs1.h include/nettle/realloc.h +include/nettle/ripemd160.h include/nettle/rsa-compat.h include/nettle/rsa.h include/nettle/serpent.h @@ -47,7 +48,9 @@ lib/libhogweed.so.2.1 lib/libnettle.a lib/libnettle.so lib/libnettle.so.4 -lib/libnettle.so.4.1 +lib/libnettle.so.4.2 +libdata/pkgconfig/nettle.pc +libdata/pkgconfig/hogweed.pc %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO -- cgit