Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Feb 2013 16:59:35 +0000 (UTC)
From:      Roman Bogorodskiy <novel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311781 - head/security/libtasn1
Message-ID:  <201302061659.r16GxZBc086115@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Wed Feb  6 16:59:35 2013
New Revision: 311781
URL: http://svnweb.freebsd.org/changeset/ports/311781

Log:
  Update to 2.14.
  
  This makes gnutls properly build with system libtasn1.
  
  Submitted by:	Herbert J. Skuhra <hskuhra@eumx.net>

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

Modified: head/security/libtasn1/Makefile
==============================================================================
--- head/security/libtasn1/Makefile	Wed Feb  6 16:58:10 2013	(r311780)
+++ head/security/libtasn1/Makefile	Wed Feb  6 16:59:35 2013	(r311781)
@@ -1,12 +1,8 @@
-# New ports collection makefile for:	libtasn1
-# Date created:		15 Nov 2002
-# Whom:			Sergei Kolobov <sergei@kolobov.com>
-#
+# Created by: Sergei Kolobov <sergei@kolobov.com>
 # $FreeBSD$
-#
 
 PORTNAME=	libtasn1
-PORTVERSION=	2.13
+PORTVERSION=	2.14
 CATEGORIES=	security
 MASTER_SITES=	${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	libtasn1
@@ -24,8 +20,7 @@ INFO=		libtasn1
 MAN1=		asn1Parser.1 \
 		asn1Coding.1 \
 		asn1Decoding.1
-MAN3=		\
-		asn1_array2tree.3 \
+MAN3=		asn1_array2tree.3 \
 		asn1_bit_der.3 \
 		asn1_check_version.3 \
 		asn1_copy_node.3 \
@@ -52,6 +47,7 @@ MAN3=		\
 		asn1_parser2tree.3 \
 		asn1_perror.3 \
 		asn1_print_structure.3 \
+		asn1_read_node_value.3 \
 		asn1_read_tag.3 \
 		asn1_read_value.3 \
 		asn1_strerror.3 \

Modified: head/security/libtasn1/distinfo
==============================================================================
--- head/security/libtasn1/distinfo	Wed Feb  6 16:58:10 2013	(r311780)
+++ head/security/libtasn1/distinfo	Wed Feb  6 16:59:35 2013	(r311781)
@@ -1,2 +1,2 @@
-SHA256 (libtasn1-2.13.tar.gz) = a56e46483d1d42fe44ba58c9758620844042468d7c2d75f6318cdf3222745a91
-SIZE (libtasn1-2.13.tar.gz) = 1964659
+SHA256 (libtasn1-2.14.tar.gz) = bc2936cd20267859278145e563427c274d27aaae30ecdf50a04cdd4ec0153d54
+SIZE (libtasn1-2.14.tar.gz) = 1977010

Modified: head/security/libtasn1/pkg-plist
==============================================================================
--- head/security/libtasn1/pkg-plist	Wed Feb  6 16:58:10 2013	(r311780)
+++ head/security/libtasn1/pkg-plist	Wed Feb  6 16:59:35 2013	(r311781)
@@ -6,7 +6,7 @@ include/libtasn1.h
 lib/libtasn1.a
 lib/libtasn1.la
 lib/libtasn1.so
-lib/libtasn1.so.4
+lib/libtasn1.so.5
 libdata/pkgconfig/libtasn1.pc
 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS
 %%PORTDOCS%%%%DOCSDIR%%/NEWS



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