svn commit: r465849 - head/mail/alpine
Yuri Victorovich
yuri at FreeBSD.org
Wed Mar 28 22:33:09 UTC 2018
Author: yuri
Date: Wed Mar 28 22:33:08 2018
New Revision: 465849
URL: https://svnweb.freebsd.org/changeset/ports/465849
Log:
mail/alpine: Update 2.21.1 -> 2.21.999
Port changes:
* Change to DISTVERSION
* Remove unused MAILDIR_DESC
* Add the new NTLM option to support Windows NT Lan Manager authentication
* Replace WWW with the real homepage
PR: 227002
Submitted by: Marco Beishuizen <mbeis at xs4all.nl> (maintainer)
Modified:
head/mail/alpine/Makefile
head/mail/alpine/distinfo
head/mail/alpine/pkg-descr
Modified: head/mail/alpine/Makefile
==============================================================================
--- head/mail/alpine/Makefile Wed Mar 28 21:22:58 2018 (r465848)
+++ head/mail/alpine/Makefile Wed Mar 28 22:33:08 2018 (r465849)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME?= alpine
-PORTVERSION= 2.21.1
+DISTVERSION= 2.21.999
CATEGORIES?= mail news ipv6
MASTER_SITES= http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/
@@ -29,18 +29,18 @@ CONFIGURE_ARGS+= --with-debug-level=2 \
MAKE_ARGS+= CC="${CC}" CXX="${CXX}" GCCCFLAGS="${CFLAGS}"
# When you update please double check that the commit corresponds to
# the actual version you've set in PORTVERSION.
-GIT_COMMIT= 843b2f16abfd949e09b1c5465387b1b0f724994a
-GIT_COMMIT_SHORT= 843b2f1
+GIT_COMMIT= 349642a84039a4b026513c32a3b4f8594acd50df
+GIT_COMMIT_SHORT= 349642a
WRKSRC= ${WRKDIR}/alpine-${GIT_COMMIT_SHORT}
-OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MOUSE NLS PASSFILE THREADS
+OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MOUSE NLS NTLM PASSFILE THREADS
OPTIONS_DEFAULT= ASPELL MOUSE THREADS
.if defined(PICO_ALPINE_SLAVE)
OPTIONS_EXCLUDE= CONS25 IPV6 LDAP PASSFILE
.endif
CONS25_DESC= Add a patch to support color for default console
-MAILDIR_DESC= Add a patch for maildir support
+NTLM_DESC= Support for Windows NT Lan Manager authentication
PASSFILE_DESC= Support for a stored password file
# Option ASPELL
@@ -65,6 +65,10 @@ MOUSE_CONFIGURE_ENABLE= mouse
# Option NLS
NLS_CONFIGURE_ENABLE= nls
+
+# Option NTLM
+NTLM_CONFIGURE_WITH= ntlm
+NTLM_LIB_DEPENDS= libntlm.so:security/libntlm
# Option PASSFILE
PASSFILE_CONFIGURE_WITH= passfile
Modified: head/mail/alpine/distinfo
==============================================================================
--- head/mail/alpine/distinfo Wed Mar 28 21:22:58 2018 (r465848)
+++ head/mail/alpine/distinfo Wed Mar 28 22:33:08 2018 (r465849)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1521633649
-SHA256 (alpine-2.21.1.tar.gz) = 1583278a2adbb112e584879cac0faaf157f8a9a478559d7e4514d53219cce316
-SIZE (alpine-2.21.1.tar.gz) = 7490140
+TIMESTAMP = 1522166213
+SHA256 (alpine-2.21.999.tar.gz) = d782b448fa3f08ae2430000c89c622781d04e8993724a93693091e3ca6a37be6
+SIZE (alpine-2.21.999.tar.gz) = 14983514
Modified: head/mail/alpine/pkg-descr
==============================================================================
--- head/mail/alpine/pkg-descr Wed Mar 28 21:22:58 2018 (r465848)
+++ head/mail/alpine/pkg-descr Wed Mar 28 22:33:08 2018 (r465849)
@@ -18,4 +18,4 @@ Alpine's basic feature set includes:
Alpine supports MIME (Multipurpose Internet Mail Extensions), an Internet
Standard for representing multipart and multimedia data in email.
-WWW: http://repo.or.cz/alpine.git
+WWW: https://www.washington.edu/alpine/
More information about the svn-ports-all
mailing list