Date: Wed, 06 Feb 2013 12:31:54 -0500 From: Adam McDougall <mcdouga9@egr.msu.edu> To: svn-ports-all@freebsd.org, ahze@FreeBSD.org Subject: Re: svn commit: r311781 - head/security/libtasn1 Message-ID: <5112938A.8060406@egr.msu.edu> In-Reply-To: <201302061659.r16GxZBc086115@svn.freebsd.org> References: <201302061659.r16GxZBc086115@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
security/libgnome-keyring has: LIB_DEPENDS= tasn1.4:${PORTSDIR}/security/libtasn1 Does it (and maybe other ports) need an update? ===> libgnome-keyring-2.32.0_2 depends on shared library: tasn1.4 - not found ===> Verifying install for tasn1.4 in /usr/ports/security/libtasn1 ===> Installing existing package /usr/ports/packages/All/libtasn1-2.14.txz Installing libtasn1-2.14... done ===> Returning to build of libgnome-keyring-2.32.0_2 Error: shared library "tasn1.4" does not exist *** Error code 1 On 02/06/13 11:59, Roman Bogorodskiy wrote: > 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 > _______________________________________________ > svn-ports-all@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5112938A.8060406>