View | Details | Raw Unified | Return to bug 192342
Collapse All | Expand All

(-)Makefile (-2 / +2 lines)
Lines 3-9 Link Here
3
3
4
PORTNAME=	libgcrypt
4
PORTNAME=	libgcrypt
5
PORTVERSION=	1.6.1
5
PORTVERSION=	1.6.1
6
PORTREVISION=	1
6
PORTREVISION=	2
7
CATEGORIES=	security
7
CATEGORIES=	security
8
MASTER_SITES=	${MASTER_SITE_GNUPG}
8
MASTER_SITES=	${MASTER_SITE_GNUPG}
9
MASTER_SITE_SUBDIR=	${PORTNAME}
9
MASTER_SITE_SUBDIR=	${PORTNAME}
Lines 17-23 Link Here
17
BUILD_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
17
BUILD_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
18
RUN_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
18
RUN_DEPENDS=	libgpg-error>=1.8:${PORTSDIR}/security/libgpg-error
19
19
20
USES=		libtool makeinfo tar:bzip2
20
USES=		libtool:keepla makeinfo tar:bzip2
21
USE_CSTD=	gnu89
21
USE_CSTD=	gnu89
22
GNU_CONFIGURE=	yes
22
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
23
CONFIGURE_ENV=	MAKEINFO="makeinfo --no-split"
(-)pkg-plist (+1 lines)
Lines 3-8 Link Here
3
bin/hmac256
3
bin/hmac256
4
bin/libgcrypt-config
4
bin/libgcrypt-config
5
include/gcrypt.h
5
include/gcrypt.h
6
lib/libgcrypt.la
6
lib/libgcrypt.so
7
lib/libgcrypt.so
7
lib/libgcrypt.so.20
8
lib/libgcrypt.so.20
8
lib/libgcrypt.so.20.0.1
9
lib/libgcrypt.so.20.0.1

Return to bug 192342