mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Update to 0.2.17.
This commit is contained in:
parent
71885b7b67
commit
df22401d40
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=149778
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= libtasn1
|
||||
PORTVERSION= 0.2.13
|
||||
PORTVERSION= 0.2.17
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG} \
|
||||
http://www.mirrors.wiretapped.net/security/network-security/gnutls/libtasn1/ \
|
||||
@ -17,10 +17,10 @@ MASTER_SITE_SUBDIR= alpha/gnutls/libtasn1
|
||||
MAINTAINER= novel@FreeBSD.org
|
||||
COMMENT= ASN.1 structure parser library
|
||||
|
||||
USE_GPG= yes
|
||||
SIG_SUFFIX= .sig
|
||||
INSTALLS_SHLIB= yes
|
||||
USE_GNOME= pkgconfig
|
||||
USE_AUTOTOOLS= libtool:15
|
||||
USE_REINPLACE= yes
|
||||
USE_GETOPT_LONG= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
@ -50,6 +50,10 @@ MAN3= \
|
||||
libtasn1_perror.3 \
|
||||
libtasn1_strerror.3
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,(libdir)/pkgconfig,(prefix)/libdata/pkgconfig,' \
|
||||
${WRKSRC}/lib/Makefile.in
|
||||
|
||||
.if !defined(NOPORTDOCS)
|
||||
post-install:
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
|
@ -1,4 +1,3 @@
|
||||
MD5 (libtasn1-0.2.13.tar.gz) = d124b11908cfb88883fe71472c25d53a
|
||||
SIZE (libtasn1-0.2.13.tar.gz) = 876331
|
||||
MD5 (libtasn1-0.2.13.tar.gz.sig) = f574337b4b875ca055ce8affc21bc8b3
|
||||
SIZE (libtasn1-0.2.13.tar.gz.sig) = 184
|
||||
MD5 (libtasn1-0.2.17.tar.gz) = 9101e7a033f1431d413fff83bacfbec0
|
||||
SHA256 (libtasn1-0.2.17.tar.gz) = 0f5f24b1061425fa3a9ae915e99930a3a1b43c0daa54228bf5d32f3cd52ff519
|
||||
SIZE (libtasn1-0.2.17.tar.gz) = 882868
|
||||
|
@ -4,6 +4,7 @@ include/libtasn1.h
|
||||
lib/libtasn1.a
|
||||
lib/libtasn1.so
|
||||
lib/libtasn1.so.2
|
||||
libdata/pkgconfig/libtasn1.pc
|
||||
share/aclocal/libtasn1.m4
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
|
Loading…
Reference in New Issue
Block a user