mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
- Update to 0.8.10
PR: 57140 Submitted by: maintainer
This commit is contained in:
parent
8917c8e4e6
commit
89048fd5c6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89159
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnutls
|
||||
PORTVERSION= 0.8.6
|
||||
PORTVERSION= 0.8.10
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG} \
|
||||
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
|
||||
@ -28,17 +28,15 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
DOCS= AUTHORS NEWS README THANKS
|
||||
DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps
|
||||
EXAMPLES= doc/examples/*.c
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnutls-0.8.6.tar.gz) = 7c152170df607ae39585a494ec355af1
|
||||
MD5 (gnutls-0.8.10.tar.gz) = 11130b920b1395d03e559beebf6b3c2b
|
||||
|
@ -10,10 +10,10 @@ include/gnutls/compat4.h
|
||||
include/gnutls/openssl.h
|
||||
include/gnutls/gnutls.h
|
||||
@dirrm include/gnutls
|
||||
lib/libgnutls.so.8
|
||||
lib/libgnutls.so.7
|
||||
lib/libgnutls.so
|
||||
lib/libgnutls.a
|
||||
lib/libgnutls-extra.so.8
|
||||
lib/libgnutls-extra.so.7
|
||||
lib/libgnutls-extra.so
|
||||
lib/libgnutls-extra.a
|
||||
share/aclocal/libgnutls.m4
|
||||
|
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= gnutls
|
||||
PORTVERSION= 0.8.6
|
||||
PORTVERSION= 0.8.10
|
||||
CATEGORIES= security net
|
||||
MASTER_SITES= ${MASTER_SITE_GNUPG} \
|
||||
http://www.mirrors.wiretapped.net/security/network-security/gnutls/ \
|
||||
@ -28,17 +28,15 @@ LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
|
||||
DOCS= AUTHORS NEWS README THANKS
|
||||
DOCS= AUTHORS NEWS README THANKS doc/tex/*.ps
|
||||
EXAMPLES= doc/examples/*.c
|
||||
|
||||
post-install:
|
||||
@${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/examples/*.c ${EXAMPLESDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR}
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
.for file in ${DOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/tex/*.ps ${DOCSDIR}
|
||||
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1 +1 @@
|
||||
MD5 (gnutls-0.8.6.tar.gz) = 7c152170df607ae39585a494ec355af1
|
||||
MD5 (gnutls-0.8.10.tar.gz) = 11130b920b1395d03e559beebf6b3c2b
|
||||
|
@ -10,10 +10,10 @@ include/gnutls/compat4.h
|
||||
include/gnutls/openssl.h
|
||||
include/gnutls/gnutls.h
|
||||
@dirrm include/gnutls
|
||||
lib/libgnutls.so.8
|
||||
lib/libgnutls.so.7
|
||||
lib/libgnutls.so
|
||||
lib/libgnutls.a
|
||||
lib/libgnutls-extra.so.8
|
||||
lib/libgnutls-extra.so.7
|
||||
lib/libgnutls-extra.so
|
||||
lib/libgnutls-extra.a
|
||||
share/aclocal/libgnutls.m4
|
||||
|
Loading…
Reference in New Issue
Block a user