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

(-)mail/alpine/Makefile (-4 / +10 lines)
Lines 1-4 Link Here
1
# $FreeBSD: head/mail/alpine/Makefile 506767 2019-07-16 16:55:19Z swills $
1
# $FreeBSD: head/mail/alpine/Makefile 473512 2018-06-28 20:59:10Z swills $
2
2
3
PORTNAME?=	alpine
3
PORTNAME?=	alpine
4
DISTVERSION=	2.21.99999
4
DISTVERSION=	2.21.99999
Lines 30-45 Link Here
30
# When you update please double check that the commit corresponds to
30
# When you update please double check that the commit corresponds to
31
# the actual version you've set in PORTVERSION.
31
# the actual version you've set in PORTVERSION.
32
GIT_COMMIT=		abeb2c25935ef8c75f1e5deef0f81276754dc975
32
GIT_COMMIT=		abeb2c25935ef8c75f1e5deef0f81276754dc975
33
GIT_COMMIT_SHORT=	${GIT_COMMIT:C/^(.......).*/\1/}
33
GIT_COMMIT_SHORT=	abeb2c2
34
WRKSRC=			${WRKDIR}/alpine-${GIT_COMMIT_SHORT}
34
WRKSRC=			${WRKDIR}/alpine-${GIT_COMMIT_SHORT}
35
35
36
OPTIONS_DEFINE=		ASPELL CONS25 DOCS IPV6 LDAP MOUSE NLS NTLM PASSFILE THREADS
36
OPTIONS_DEFINE=		ASPELL CONS25 DOCS IPV6 LDAP MAILDIR MOUSE NLS NTLM PASSFILE THREADS
37
OPTIONS_DEFAULT=	ASPELL MOUSE THREADS
37
OPTIONS_DEFAULT=	ASPELL MOUSE THREADS
38
.if defined(PICO_ALPINE_SLAVE)
38
.if defined(PICO_ALPINE_SLAVE)
39
OPTIONS_EXCLUDE=	CONS25 IPV6 LDAP PASSFILE
39
OPTIONS_EXCLUDE=	CONS25 IPV6 LDAP PASSFILE
40
.endif
40
.endif
41
41
42
CONS25_DESC=	Add a patch to support color for default console
42
CONS25_DESC=	Add a patch to support color for default console
43
MAILDIR_DESC=	Add a patch to support maildir
43
NTLM_DESC=	Support for Windows NT Lan Manager authentication
44
NTLM_DESC=	Support for Windows NT Lan Manager authentication
44
PASSFILE_DESC=	Support for a stored password file
45
PASSFILE_DESC=	Support for a stored password file
45
46
Lines 58-64 Link Here
58
# Option LDAP
59
# Option LDAP
59
LDAP_USE=			openldap=yes
60
LDAP_USE=			openldap=yes
60
LDAP_CONFIGURE_WITH=		ldap
61
LDAP_CONFIGURE_WITH=		ldap
61
LDAP_CONFIGURE_ON=		--with-ldap-dir=${LOCALBASE}
62
LDAP_CFLAGS=			-I${LOCALBASE}/include
63
LDAP_LDFLAGS=			-L${LOCALBASE}/lib
64
65
# Option MAILDIR
66
MAILDIR_PATCH_SITES=		http://alpine.x10host.com/alpine/alpha/patches/alpine-2.21.99999/
67
MAILDIR_PATCHFILES+=		maildir.patch.gz:-p1
62
68
63
# Option MOUSE
69
# Option MOUSE
64
MOUSE_CONFIGURE_ENABLE=		mouse
70
MOUSE_CONFIGURE_ENABLE=		mouse
(-)mail/alpine/distinfo (-1 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1563014517
1
TIMESTAMP = 1563204482
2
SHA256 (alpine-2.21.99999.tar.gz) = 983f04e1c5f1beba767877303c682d3c995e0cd93ad6888f2d9933ef4236c25f
2
SHA256 (alpine-2.21.99999.tar.gz) = 983f04e1c5f1beba767877303c682d3c995e0cd93ad6888f2d9933ef4236c25f
3
SIZE (alpine-2.21.99999.tar.gz) = 15160895
3
SIZE (alpine-2.21.99999.tar.gz) = 15160895
4
SHA256 (maildir.patch.gz) = ac68a8421c68e18d0acba9086ca595b961799b4b47b5c12a1bf430f973dc0dbd
5
SIZE (maildir.patch.gz) = 34018

Return to bug 239257