diff --git a/security/gnutls3/Makefile b/security/gnutls3/Makefile index 55cdb7bae310..8a400ae1d421 100644 --- a/security/gnutls3/Makefile +++ b/security/gnutls3/Makefile @@ -1,79 +1,79 @@ # Created by: William Grzybowski # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.1.15 +PORTVERSION= 3.1.16 CATEGORIES= security net MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/ PKGNAMESUFFIX= ${GNUTLS_SUFFIX} MAINTAINER= wg@FreeBSD.org COMMENT= GNU Transport Layer Security library LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \ libnettle.so:${PORTSDIR}/security/nettle \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ libidn.so:${PORTSDIR}/dns/libidn GNUTLS_SUFFIX=3 USES= gmake iconv pkgconfig USE_AUTOTOOLS= libtool USE_GNOME= ltverhack USE_LDCONFIG= ${PREFIX}/lib/gnutls3 USE_XZ= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -fPIC GNU_CONFIGURE= yes CONFIGURE_ARGS+= --program-suffix=${GNUTLS_SUFFIX} \ --includedir="${PREFIX}/include/gnutls${GNUTLS_SUFFIX}" \ --libdir="${PREFIX}/lib/gnutls${GNUTLS_SUFFIX}" \ --disable-guile \ --disable-nls \ --disable-silent-rules \ --disable-hardware-acceleration DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}${GNUTLS_SUFFIX} EXAMPLESDIR= ${PREFIX}/share/examples/${PORTNAME}${GNUTLS_SUFFIX} INFO_SUBDIR= gnutls${GNUTLS_SUFFIX} OPTIONS_DEFINE= CXX DOCS EXAMPLES LIBTASN1 OPTIONS_DEFAULT= CXX OPTIONS_SUB= yes LIBTASN1_DESC= Use system libtasn1 CXX_CONFIGURE_ENABLE= cxx .include .if defined(PORT_OPTIONS:MLIBTASN1) || exists(${LOCALBASE}/lib/libtasn1.so.5) LIB_DEPENDS+= libtasn1.so:${PORTSDIR}/security/libtasn1 .else CONFIGURE_ARGS+= --with-included-libtasn1 .endif PORTDOCS= AUTHORS NEWS README THANKS EXAMPLES= doc/examples/*.c #INFO= gnutls pre-configure: @${CP} ${WRKSRC}/lib/gnutls.pc.in ${WRKSRC}/lib/gnutls${GNUTLS_SUFFIX}.pc.in @${REINPLACE_CMD} \ -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \ -e 's,gnutls\.pc,gnutls${GNUTLS_SUFFIX}\.pc,g' \ ${WRKSRC}/lib/Makefile.in ${WRKSRC}/configure @${REINPLACE_CMD} -e 's,(top_builddir)$$,(top_builddir) -I$$(top_builddir)/lib/includes -I$$(top_builddir)/libextra/includes,' \ ${WRKSRC}/doc/Makefile.in post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${STAGEDIR}${EXAMPLESDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} .endfor .include diff --git a/security/gnutls3/distinfo b/security/gnutls3/distinfo index 970d082bc59e..1b586caf4d05 100644 --- a/security/gnutls3/distinfo +++ b/security/gnutls3/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnutls-3.1.15.tar.xz) = ce8e20a25f0cdd3afffbebe878cc9e49390bf77a2c814749dc5efe77b724d164 -SIZE (gnutls-3.1.15.tar.xz) = 5136576 +SHA256 (gnutls-3.1.16.tar.xz) = fc0f9b514d209dbe524f5ab7ec1abe0855f83d165bf3c6e102a4917b27738afd +SIZE (gnutls-3.1.16.tar.xz) = 5336488