View | Details | Raw Unified | Return to bug 204003 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/ports/security/libgcrypt/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/security/libgcrypt/Makefile 397388 2015-09-20 19:22:28Z amdmi3 $
1
# $FreeBSD: head/security/libgcrypt/Makefile 397388 2015-09-20 19:22:28Z amdmi3 $
2
2
3
PORTNAME=	libgcrypt
3
PORTNAME=	libgcrypt
4
PORTVERSION=	1.6.3
4
PORTVERSION=	1.6.4
5
CATEGORIES=	security
5
CATEGORIES=	security
6
MASTER_SITES=	GNUPG
6
MASTER_SITES=	GNUPG
7
7
Lines 46-52 Link Here
46
.endif
46
.endif
47
47
48
post-install:
48
post-install:
49
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.20.0.3
49
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/${PORTNAME}.so.20.0.4
50
50
51
post-install-DOCS-on:
51
post-install-DOCS-on:
52
	${MKDIR} ${STAGEDIR}${DOCSDIR}
52
	${MKDIR} ${STAGEDIR}${DOCSDIR}
(-)/usr/ports/security/libgcrypt/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgcrypt-1.6.3.tar.bz2) = 41b4917b93ae34c6a0e2127378d7a4d66d805a2a86a09911d4f9bd871db7025f
1
SHA256 (libgcrypt-1.6.4.tar.bz2) = c9bc2c7fe2e5f4ea13b0c74f9d24bcbb1ad889bb39297d8082aebf23f4336026
2
SIZE (libgcrypt-1.6.3.tar.bz2) = 2494052
2
SIZE (libgcrypt-1.6.4.tar.bz2) = 2549820
(-)/usr/ports/security/libgcrypt/pkg-plist (-1 / +1 lines)
Lines 5-10 Link Here
5
include/gcrypt.h
5
include/gcrypt.h
6
lib/libgcrypt.so
6
lib/libgcrypt.so
7
lib/libgcrypt.so.20
7
lib/libgcrypt.so.20
8
lib/libgcrypt.so.20.0.3
8
lib/libgcrypt.so.20.0.4
9
man/man1/hmac256.1.gz
9
man/man1/hmac256.1.gz
10
share/aclocal/libgcrypt.m4
10
share/aclocal/libgcrypt.m4

Return to bug 204003