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 |