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

Collapse All | Expand All

(-)mail/alpine/Makefile (-4 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD: head/mail/alpine/Makefile 465245 2018-03-21 22:40:07Z tobik $
1
# $FreeBSD: head/mail/alpine/Makefile 465245 2018-03-21 22:40:07Z tobik $
2
2
3
PORTNAME?=	alpine
3
PORTNAME?=	alpine
4
PORTVERSION=	2.21.1
4
PORTVERSION=	2.21.999
5
CATEGORIES?=	mail news ipv6
5
CATEGORIES?=	mail news ipv6
6
MASTER_SITES=	http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
6
MASTER_SITES=	http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
7
7
Lines 29-36 Link Here
29
MAKE_ARGS+=		CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"
29
MAKE_ARGS+=		CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"
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=		843b2f16abfd949e09b1c5465387b1b0f724994a
32
GIT_COMMIT=		349642a84039a4b026513c32a3b4f8594acd50df
33
GIT_COMMIT_SHORT=	843b2f1
33
GIT_COMMIT_SHORT=	349642a
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 PASSFILE THREADS
36
OPTIONS_DEFINE=		ASPELL CONS25 DOCS IPV6 LDAP MOUSE NLS PASSFILE THREADS
Lines 40-46 Link Here
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 for maildir support
44
PASSFILE_DESC=	Support for a stored password file
43
PASSFILE_DESC=	Support for a stored password file
45
44
46
# Option ASPELL
45
# Option ASPELL
(-)mail/alpine/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1521633649
1
TIMESTAMP = 1522166213
2
SHA256 (alpine-2.21.1.tar.gz) = 1583278a2adbb112e584879cac0faaf157f8a9a478559d7e4514d53219cce316
2
SHA256 (alpine-2.21.999.tar.gz) = d782b448fa3f08ae2430000c89c622781d04e8993724a93693091e3ca6a37be6
3
SIZE (alpine-2.21.1.tar.gz) = 7490140
3
SIZE (alpine-2.21.999.tar.gz) = 14983514

Return to bug 227002