svn commit: r311721 - in head/security/gnutls: . files
Roman Bogorodskiy
novel at FreeBSD.org
Tue Feb 5 16:15:00 UTC 2013
Author: novel
Date: Tue Feb 5 16:14:59 2013
New Revision: 311721
URL: http://svnweb.freebsd.org/changeset/ports/311721
Log:
Update to 2.12.23.
Security: http://www.gnutls.org/security.html#GNUTLS-SA-2013-1
Deleted:
head/security/gnutls/files/patch-lib-Makefile.in
head/security/gnutls/files/patch-libextra-Makefile.in
Modified:
head/security/gnutls/Makefile
head/security/gnutls/distinfo
head/security/gnutls/pkg-plist
Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile Tue Feb 5 16:06:19 2013 (r311720)
+++ head/security/gnutls/Makefile Tue Feb 5 16:14:59 2013 (r311721)
@@ -6,12 +6,10 @@
#
PORTNAME= gnutls
-PORTVERSION= 2.12.18
-PORTREVISION= 1
+PORTVERSION= 2.12.23
CATEGORIES= security net
-MASTER_SITES= ${MASTER_SITE_GNU} \
- ${MASTER_SITE_GNUPG}
-MASTER_SITE_SUBDIR= ${PORTNAME}
+MASTER_SITES= \
+ ftp://ftp.gnutls.org/gcrypt/gnutls/v${PORTVERSION:C/.[0-9]+$//}/
MAINTAINER= novel at FreeBSD.org
COMMENT= GNU Transport Layer Security library
@@ -30,33 +28,42 @@ GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
+LIBTOOLFILES= configure lib/configure libextra/configure
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CPPFLAGS+= -fPIC
CONFIGURE_ARGS+= --disable-guile
MANCOMPRESSED= no
-.include <bsd.port.pre.mk>
+OPTIONS_DEFINE= LIBTASN1 CXX LZO NLS
-.if defined(WITH_LIBTASN1)
+LIBTASN1_DESC= Use system libtasn1 instead of local one
+CXX_DESC= Install C++ library
+LZO_DESC= LZO compression
+
+OPTIONS_DEFAULT= LIBTASN1 CXX
+
+.include <bsd.port.options.mk>
+
+.if ${PORT_OPTIONS:MLIBTASN1}
LIB_DEPENDS+= tasn1:${PORTSDIR}/security/libtasn1
.else
CONFIGURE_ARGS+= --with-included-libtasn1
.endif
-.if defined(WITH_LZO)
+.if ${PORT_OPTIONS:MLZO}
LIB_DEPENDS+= lzo2:${PORTSDIR}/archivers/lzo2
CONFIGURE_ARGS+= --with-lzo
.endif
-.if defined(WITHOUT_CXX)
+.if ${PORT_OPTIONS:MCXX}
CONFIGURE_ARGS+= --disable-cxx
PLIST_SUB+= CXX="@comment "
.else
PLIST_SUB+= CXX=""
.endif
-.if defined(WITHOUT_NLS)
+.if ${PORT_OPTIONS:MNLS}
CONFIGURE_ARGS+= --disable-nls
PLIST_SUB+= NLS="@comment "
.else
@@ -85,4 +92,4 @@ post-install:
.endif
.include "Makefile.man"
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/security/gnutls/distinfo
==============================================================================
--- head/security/gnutls/distinfo Tue Feb 5 16:06:19 2013 (r311720)
+++ head/security/gnutls/distinfo Tue Feb 5 16:14:59 2013 (r311721)
@@ -1,2 +1,2 @@
-SHA256 (gnutls-2.12.18.tar.bz2) = 780b12e3f05191316390611a3d9d982d29ca3f3abc234517b2fc542064b6f07a
-SIZE (gnutls-2.12.18.tar.bz2) = 7207965
+SHA256 (gnutls-2.12.23.tar.bz2) = dfa67a7e40727eb0913e75f3c44911d5d8cd58d1ead5acfe73dd933fc0d17ed2
+SIZE (gnutls-2.12.23.tar.bz2) = 7279415
Modified: head/security/gnutls/pkg-plist
==============================================================================
--- head/security/gnutls/pkg-plist Tue Feb 5 16:06:19 2013 (r311720)
+++ head/security/gnutls/pkg-plist Tue Feb 5 16:14:59 2013 (r311721)
@@ -37,7 +37,7 @@ include/gnutls/x509.h
lib/libgnutls-extra.a
lib/libgnutls-extra.la
lib/libgnutls-extra.so
-lib/libgnutls-extra.so.47
+lib/libgnutls-extra.so.26
lib/libgnutls-openssl.a
lib/libgnutls-openssl.la
lib/libgnutls-openssl.so
@@ -45,7 +45,7 @@ lib/libgnutls-openssl.so.27
lib/libgnutls.a
lib/libgnutls.la
lib/libgnutls.so
-lib/libgnutls.so.47
+lib/libgnutls.so.26
libdata/pkgconfig/gnutls-extra.pc
libdata/pkgconfig/gnutls.pc
%%NLS%%share/locale/cs/LC_MESSAGES/libgnutls.mo
More information about the svn-ports-head
mailing list