From owner-svn-ports-head@freebsd.org Wed Mar 28 22:33:09 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4A2C4F4F733; Wed, 28 Mar 2018 22:33:09 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id EA7568696E; Wed, 28 Mar 2018 22:33:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E55B811250; Wed, 28 Mar 2018 22:33:08 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2SMX8KP045907; Wed, 28 Mar 2018 22:33:08 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2SMX8M8045904; Wed, 28 Mar 2018 22:33:08 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201803282233.w2SMX8M8045904@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Wed, 28 Mar 2018 22:33:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465849 - head/mail/alpine X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/mail/alpine X-SVN-Commit-Revision: 465849 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Mar 2018 22:33:09 -0000 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 (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/