diff options
author | Johan van Selst <johans@FreeBSD.org> | 2011-07-17 16:20:58 +0000 |
---|---|---|
committer | Johan van Selst <johans@FreeBSD.org> | 2011-07-17 16:20:58 +0000 |
commit | 26ee3027383083689436ff0608ecf27ba26b15d5 (patch) | |
tree | 9e638d7774e7a20c0bf3bf86f6a86aa9cd9b05db /security/nettle | |
parent | 1d1066a34805872bf23eebf49f21ac1a93d15bc1 (diff) | |
download | ports-26ee3027383083689436ff0608ecf27ba26b15d5.tar.gz ports-26ee3027383083689436ff0608ecf27ba26b15d5.zip |
Notes
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 11 | ||||
-rw-r--r-- | security/nettle/distinfo | 4 | ||||
-rw-r--r-- | security/nettle/pkg-plist | 6 |
3 files changed, 11 insertions, 10 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 6838e65ac13a..3d765d802336 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -8,7 +8,7 @@ # PORTNAME= nettle -PORTVERSION= 2.1 +PORTVERSION= 2.2 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -16,18 +16,17 @@ MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ MAINTAINER= johans@FreeBSD.org COMMENT= A low-level cryptographic library +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING.LIB + LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp -LICENSE= GPLv2 LGPL21 -LICENSE_COMB= multi -LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LIB USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" CONFIGURE_ARGS= --enable-shared +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_LDCONFIG= yes diff --git a/security/nettle/distinfo b/security/nettle/distinfo index 837e59e42804..a9f60b020ff3 100644 --- a/security/nettle/distinfo +++ b/security/nettle/distinfo @@ -1,2 +1,2 @@ -SHA256 (nettle-2.1.tar.gz) = b7d26b3e38842d83c02f807ea7a2cbaa6e2d8f22e5fb20d97ab7a171d039d74e -SIZE (nettle-2.1.tar.gz) = 965345 +SHA256 (nettle-2.2.tar.gz) = 82bec1a1bb684de52bcdfb97d5e4ab1a431499686182b8009a9cf4d00541b4cd +SIZE (nettle-2.2.tar.gz) = 1060360 diff --git a/security/nettle/pkg-plist b/security/nettle/pkg-plist index 4f2c2badbd22..9eae702cc418 100644 --- a/security/nettle/pkg-plist +++ b/security/nettle/pkg-plist @@ -1,3 +1,4 @@ +bin/nettle-hash bin/nettle-lfib-stream bin/pkcs1-conv bin/sexp-conv @@ -17,6 +18,7 @@ include/nettle/ctr.h include/nettle/des-compat.h include/nettle/des.h include/nettle/dsa.h +include/nettle/gcm.h include/nettle/hmac.h include/nettle/knuth-lfib.h include/nettle/macros.h @@ -41,11 +43,11 @@ include/nettle/yarrow.h lib/libhogweed.a lib/libhogweed.so lib/libhogweed.so.2 -lib/libhogweed.so.2.0 +lib/libhogweed.so.2.1 lib/libnettle.a lib/libnettle.so lib/libnettle.so.4 -lib/libnettle.so.4.0 +lib/libnettle.so.4.1 %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO |