Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Apr 2013 18:44:48 +0000 (UTC)
From:      Johan van Selst <johans@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316836 - head/security/nettle
Message-ID:  <201304291844.r3TIimH5032743@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: johans
Date: Mon Apr 29 18:44:48 2013
New Revision: 316836
URL: http://svnweb.freebsd.org/changeset/ports/316836

Log:
  Update Nettle to 2.7

Modified:
  head/security/nettle/Makefile
  head/security/nettle/distinfo
  head/security/nettle/pkg-plist

Modified: head/security/nettle/Makefile
==============================================================================
--- head/security/nettle/Makefile	Mon Apr 29 18:07:59 2013	(r316835)
+++ head/security/nettle/Makefile	Mon Apr 29 18:44:48 2013	(r316836)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	nettle
-PORTVERSION=	2.6
+PORTVERSION=	2.7
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNU} \
 		http://www.lysator.liu.se/~nisse/archive/:liu \
@@ -28,9 +28,8 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 
-DOCS=		NEWS README TODO nettle.html nettle.pdf
-EXAMPLES=	examples/*.c examples/*.h
-
+PORTDOCS=	NEWS README TODO nettle.html nettle.pdf
+PORTEXAMPLES=	*.c *.h
 INFO=		nettle
 
 .include <bsd.port.pre.mk>
@@ -44,11 +43,11 @@ CONFIGURE_ENV+=	CCPIC=-fPIC
 post-install:
 .if ${PORT_OPTIONS:MEXAMPLES}
 	@${MKDIR} ${EXAMPLESDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} examples/${PORTEXAMPLES} ${EXAMPLESDIR}
 .endif
 .if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
-	cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
+	cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>

Modified: head/security/nettle/distinfo
==============================================================================
--- head/security/nettle/distinfo	Mon Apr 29 18:07:59 2013	(r316835)
+++ head/security/nettle/distinfo	Mon Apr 29 18:44:48 2013	(r316836)
@@ -1,2 +1,2 @@
-SHA256 (nettle-2.6.tar.gz) = 60df624f63b997c832cae29f48ab9ada99df815bcd60d231526b83e786b4b156
-SIZE (nettle-2.6.tar.gz) = 1385695
+SHA256 (nettle-2.7.tar.gz) = c294ea133c05382cc2effb1734d49f4abeb1ad8515543a333de49a11422cd4d6
+SIZE (nettle-2.7.tar.gz) = 1557615

Modified: head/security/nettle/pkg-plist
==============================================================================
--- head/security/nettle/pkg-plist	Mon Apr 29 18:07:59 2013	(r316835)
+++ head/security/nettle/pkg-plist	Mon Apr 29 18:44:48 2013	(r316836)
@@ -18,6 +18,9 @@ include/nettle/ctr.h
 include/nettle/des-compat.h
 include/nettle/des.h
 include/nettle/dsa.h
+include/nettle/ecc-curve.h
+include/nettle/ecc.h
+include/nettle/ecdsa.h
 include/nettle/gcm.h
 include/nettle/gosthash94.h
 include/nettle/hmac.h
@@ -46,40 +49,16 @@ include/nettle/sha1.h
 include/nettle/sha2.h
 include/nettle/sha3.h
 include/nettle/twofish.h
+include/nettle/umac.h
 include/nettle/yarrow.h
 lib/libhogweed.a
 lib/libhogweed.so
 lib/libhogweed.so.2
-lib/libhogweed.so.2.3
+lib/libhogweed.so.2.4
 lib/libnettle.a
 lib/libnettle.so
 lib/libnettle.so.4
-lib/libnettle.so.4.5
+lib/libnettle.so.4.6
 libdata/pkgconfig/nettle.pc
 libdata/pkgconfig/hogweed.pc
-%%PORTDOCS%%%%DOCSDIR%%/NEWS
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/TODO
-%%PORTDOCS%%%%DOCSDIR%%/nettle.html
-%%PORTDOCS%%%%DOCSDIR%%/nettle.pdf
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base16dec.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base16enc.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base64dec.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/base64enc.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/eratosthenes.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/io.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-benchmark.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/nettle-openssl.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/next-prime.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/random-prime.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/read_rsa_key.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-decrypt.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-encrypt.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-keygen.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-session.h
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-sign.c
-%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rsa-verify.c
-%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
 @dirrm include/nettle



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304291844.r3TIimH5032743>