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

Collapse All | Expand All

(-)Makefile (-4 / +8 lines)
Lines 3-12 Link Here
3
3
4
PORTNAME=	heimdal
4
PORTNAME=	heimdal
5
PORTVERSION=	7.5.0
5
PORTVERSION=	7.5.0
6
PORTREVISION=	2
6
PORTREVISION=	3
7
CATEGORIES=	security ipv6
7
CATEGORIES=	security ipv6
8
MASTER_SITES=	https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/
8
MASTER_SITES=	https://github.com/heimdal/heimdal/releases/download/${DISTNAME}/
9
9
10
PATCH_SITES=	https://github.com/heimdal/heimdal/commit/
11
PATCHFILES=	7b4ea9c.patch:-p1
12
10
MAINTAINER=	hrs@FreeBSD.org
13
MAINTAINER=	hrs@FreeBSD.org
11
COMMENT=	Popular BSD-licensed implementation of Kerberos 5
14
COMMENT=	Popular BSD-licensed implementation of Kerberos 5
12
15
Lines 13-23 Link Here
13
LICENSE=	BSD3CLAUSE
16
LICENSE=	BSD3CLAUSE
14
LICENSE_FILE=	${WRKSRC}/LICENSE
17
LICENSE_FILE=	${WRKSRC}/LICENSE
15
18
19
USES=		gettext-runtime gssapi:bootstrap,heimdal libtool pathfix \
20
		pkgconfig readline makeinfo ssl
21
16
CONFLICTS=	krb4-[0-9]* krb5-[0-9]* krb5-maint-[0-9]* srp-[0-9]* \
22
CONFLICTS=	krb4-[0-9]* krb5-[0-9]* krb5-maint-[0-9]* srp-[0-9]* \
17
		wu-ftpd-[0-9]* wu-ftpd+ipv6-[0-9]*
23
		wu-ftpd-[0-9]* wu-ftpd+ipv6-[0-9]*
18
24
19
USES=		gettext-runtime gssapi:bootstrap,heimdal libtool pathfix \
20
		pkgconfig readline makeinfo ssl
21
USE_LDCONFIG=	${GSSAPILIBDIR}
25
USE_LDCONFIG=	${GSSAPILIBDIR}
22
GNU_CONFIGURE=	yes
26
GNU_CONFIGURE=	yes
23
CONFIGURE_ENV=	ac_cv_header_fnmatch_h=yes \
27
CONFIGURE_ENV=	ac_cv_header_fnmatch_h=yes \
Lines 53-59 Link Here
53
MAKE_JOBS_UNSAFE=	yes
57
MAKE_JOBS_UNSAFE=	yes
54
58
55
OPTIONS_DEFINE=	IPV6 BDB LMDB SQLITE LDAP PKINIT DIGEST KX509 CRACKLIB
59
OPTIONS_DEFINE=	IPV6 BDB LMDB SQLITE LDAP PKINIT DIGEST KX509 CRACKLIB
56
OPTIONS_DEFAULT=     BDB             PKINIT DIGEST KX509
60
OPTIONS_DEFAULT=	BDB PKINIT DIGEST KX509
57
OPTIONS_SUB=	yes
61
OPTIONS_SUB=	yes
58
62
59
IPV6_CONFIGURE_WITH=	ipv6
63
IPV6_CONFIGURE_WITH=	ipv6
(-)distinfo (-1 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1516703455
1
TIMESTAMP = 1541404671
2
SHA256 (heimdal-7.5.0.tar.gz) = c5a2a0030fcc728022fa2332bad85569084d1c3b9a59587b7ebe141b0532acad
2
SHA256 (heimdal-7.5.0.tar.gz) = c5a2a0030fcc728022fa2332bad85569084d1c3b9a59587b7ebe141b0532acad
3
SIZE (heimdal-7.5.0.tar.gz) = 10071281
3
SIZE (heimdal-7.5.0.tar.gz) = 10071281
4
SHA256 (7b4ea9c.patch) = 376970a75cf21bf5e34d1bba646ebf40f68d333dbf84c960765c44115080e23f
5
SIZE (7b4ea9c.patch) = 819

Return to bug 231390