Date: Fri, 19 Jan 2018 15:44:49 +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: r459431 - head/security/libtasn1 Message-ID: <201801191544.w0JFinxx071144@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: novel Date: Fri Jan 19 15:44:49 2018 New Revision: 459431 URL: https://svnweb.freebsd.org/changeset/ports/459431 Log: security/libtasn1: update to 4.13 While here, reorder USE* to pet portlint. Modified: head/security/libtasn1/Makefile head/security/libtasn1/distinfo head/security/libtasn1/pkg-plist Modified: head/security/libtasn1/Makefile ============================================================================== --- head/security/libtasn1/Makefile Fri Jan 19 15:12:47 2018 (r459430) +++ head/security/libtasn1/Makefile Fri Jan 19 15:44:49 2018 (r459431) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libtasn1 -PORTVERSION= 4.12 +PORTVERSION= 4.13 CATEGORIES= security MASTER_SITES= GNU @@ -12,8 +12,8 @@ COMMENT= ASN.1 structure parser library LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING.LIB -USE_LDCONFIG= yes USES= cpe pkgconfig pathfix gmake libtool +USE_LDCONFIG= yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip CPE_VENDOR= gnu Modified: head/security/libtasn1/distinfo ============================================================================== --- head/security/libtasn1/distinfo Fri Jan 19 15:12:47 2018 (r459430) +++ head/security/libtasn1/distinfo Fri Jan 19 15:44:49 2018 (r459431) @@ -1,3 +1,3 @@ -TIMESTAMP = 1496492671 -SHA256 (libtasn1-4.12.tar.gz) = 6753da2e621257f33f5b051cc114d417e5206a0818fe0b1ecfd6153f70934753 -SIZE (libtasn1-4.12.tar.gz) = 1888450 +TIMESTAMP = 1516125602 +SHA256 (libtasn1-4.13.tar.gz) = 7e528e8c317ddd156230c4e31d082cd13e7ddeb7a54824be82632209550c8cca +SIZE (libtasn1-4.13.tar.gz) = 1891703 Modified: head/security/libtasn1/pkg-plist ============================================================================== --- head/security/libtasn1/pkg-plist Fri Jan 19 15:12:47 2018 (r459430) +++ head/security/libtasn1/pkg-plist Fri Jan 19 15:44:49 2018 (r459431) @@ -5,7 +5,7 @@ include/libtasn1.h lib/libtasn1.a lib/libtasn1.so lib/libtasn1.so.6 -lib/libtasn1.so.6.5.4 +lib/libtasn1.so.6.5.5 libdata/pkgconfig/libtasn1.pc man/man1/asn1Coding.1.gz man/man1/asn1Decoding.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801191544.w0JFinxx071144>