diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-04-25 17:46:45 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2008-04-25 17:46:45 +0000 |
commit | 6419492ff2ee6e86c893d3b866545c1085d500ba (patch) | |
tree | 7242c279265314aa29616e1997d98816e66884bb | |
parent | Free crossword game artificial intelligence and analysis tool that (diff) |
Update to 2.3.7.
Notes
Notes:
svn path=/head/; revision=211972
-rw-r--r-- | security/gnutls-devel/Makefile | 4 | ||||
-rw-r--r-- | security/gnutls-devel/Makefile.man | 4 | ||||
-rw-r--r-- | security/gnutls-devel/distinfo | 6 | ||||
-rw-r--r-- | security/gnutls-devel/pkg-plist | 1 |
4 files changed, 10 insertions, 5 deletions
diff --git a/security/gnutls-devel/Makefile b/security/gnutls-devel/Makefile index 2ddabd1d2278..27838447336c 100644 --- a/security/gnutls-devel/Makefile +++ b/security/gnutls-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnutls -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.7 CATEGORIES= security net MASTER_SITES= http://alpha.gnu.org/gnu/gnutls/ \ ftp://alpha.gnu.org/gnu/gnutls/ @@ -31,7 +31,7 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --with-included-lzo +CONFIGURE_ARGS+= --with-included-lzo --disable-guile MANCOMPRESSED= no .include <bsd.port.pre.mk> diff --git a/security/gnutls-devel/Makefile.man b/security/gnutls-devel/Makefile.man index 340233a1f347..bd44dfc5fe0b 100644 --- a/security/gnutls-devel/Makefile.man +++ b/security/gnutls-devel/Makefile.man @@ -88,6 +88,10 @@ MAN3= \ gnutls_compression_set_priority.3 \ gnutls_credentials_clear.3 \ gnutls_credentials_set.3 \ + gnutls_crypto_cipher_register.3 \ + gnutls_crypto_digest_register.3 \ + gnutls_crypto_mac_register.3 \ + gnutls_crypto_rnd_register.3 \ gnutls_db_check_entry.3 \ gnutls_db_get_ptr.3 \ gnutls_db_remove_session.3 \ diff --git a/security/gnutls-devel/distinfo b/security/gnutls-devel/distinfo index 58f323b71669..1c9c24e2d896 100644 --- a/security/gnutls-devel/distinfo +++ b/security/gnutls-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (gnutls-2.3.3.tar.bz2) = 26c90f234cf2e21cb6f684db8b6e505e -SHA256 (gnutls-2.3.3.tar.bz2) = 58e324949f439e18946a18b7a129353af8ea75c76b05a486547f90434b4017d9 -SIZE (gnutls-2.3.3.tar.bz2) = 5027646 +MD5 (gnutls-2.3.7.tar.bz2) = db79790e58b9342b424115d3d6e66a4b +SHA256 (gnutls-2.3.7.tar.bz2) = 64c3c32a76d89bf677b8ea636e4ad9e0e5945ec24371ff915e66cbbfeb80341a +SIZE (gnutls-2.3.7.tar.bz2) = 5014372 diff --git a/security/gnutls-devel/pkg-plist b/security/gnutls-devel/pkg-plist index e699255ef96b..fffa32eff895 100644 --- a/security/gnutls-devel/pkg-plist +++ b/security/gnutls-devel/pkg-plist @@ -20,6 +20,7 @@ info/gnutls-logo.png info/gnutls-objects.png info/gnutls-x509.png include/gnutls/compat.h +include/gnutls/crypto.h include/gnutls/extra.h include/gnutls/gnutls.h include/gnutls/openpgp.h |