diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 09:48:24 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-05-27 09:48:24 +0000 |
commit | 763f1e581ffe76534efd270133cb2d9143464e16 (patch) | |
tree | 12c8ca9712e6d3af849ff206b80c2b93bfa60564 /security/nettle | |
parent | a04978a651d43f603239286770046deb3dac6af6 (diff) | |
download | ports-763f1e581ffe76534efd270133cb2d9143464e16.tar.gz ports-763f1e581ffe76534efd270133cb2d9143464e16.zip |
Notes
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 5 | ||||
-rw-r--r-- | security/nettle/distinfo | 6 | ||||
-rw-r--r-- | security/nettle/pkg-plist | 3 |
3 files changed, 8 insertions, 6 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index 2b6c84820928..62301e3cb150 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -7,7 +7,7 @@ # PORTNAME= nettle -PORTVERSION= 1.14 +PORTVERSION= 1.15 CATEGORIES= security MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \ ftp://ftp.lysator.liu.se/pub/security/lsh/ @@ -24,13 +24,12 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-shared LDFLAGS+= -L${LOCALBASE}/lib -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes USE_GETOPT_LONG= yes USE_GCC= 3.4+ DOCS= NEWS README TODO nettle.html EXAMPLES= examples/*.c examples/*.h -INFO= nettle post-extract: @${RM} -f ${WRKSRC}/nettle.info* diff --git a/security/nettle/distinfo b/security/nettle/distinfo index 2d6243ce9b5f..f67158cfbbd7 100644 --- a/security/nettle/distinfo +++ b/security/nettle/distinfo @@ -1,3 +1,3 @@ -MD5 (nettle-1.14.tar.gz) = 12915b53e751456689e2ec9ec15c74da -SHA256 (nettle-1.14.tar.gz) = 3d26afccc25ce4bd0ac94e12cd6eb3d1023a431cd12ceaad0586d984ed6ea4b2 -SIZE (nettle-1.14.tar.gz) = 793931 +MD5 (nettle-1.15.tar.gz) = 6b0fd004359660b65ff3eca77b3d5fa6 +SHA256 (nettle-1.15.tar.gz) = d6e540bf4acc857a3b09580e7f61822d352ee83c119579bf7333f0a785f7d9ac +SIZE (nettle-1.15.tar.gz) = 829862 diff --git a/security/nettle/pkg-plist b/security/nettle/pkg-plist index af66fcaaa691..d117eec31cef 100644 --- a/security/nettle/pkg-plist +++ b/security/nettle/pkg-plist @@ -60,3 +60,6 @@ lib/libnettle.so.2 %%EXAMPLESDIR%%/rsa-sign.c %%EXAMPLESDIR%%/rsa-verify.c @dirrm %%EXAMPLESDIR%% +share/info/nettle.info +share/info/dir +@dirrmtry share/info |