From owner-svn-ports-head@freebsd.org Sun May 20 13:06:52 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 A7D3EEE0394; Sun, 20 May 2018 13:06:52 +0000 (UTC) (envelope-from ler@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 5DF3D7E5C9; Sun, 20 May 2018 13:06:52 +0000 (UTC) (envelope-from ler@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 285F716B57; Sun, 20 May 2018 13:06:52 +0000 (UTC) (envelope-from ler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w4KD6qdr028339; Sun, 20 May 2018 13:06:52 GMT (envelope-from ler@FreeBSD.org) Received: (from ler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w4KD6pMv028338; Sun, 20 May 2018 13:06:51 GMT (envelope-from ler@FreeBSD.org) Message-Id: <201805201306.w4KD6pMv028338@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ler set sender to ler@FreeBSD.org using -f From: Larry Rosenman Date: Sun, 20 May 2018 13:06:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470452 - head/mail/alpine X-SVN-Group: ports-head X-SVN-Commit-Author: ler X-SVN-Commit-Paths: head/mail/alpine X-SVN-Commit-Revision: 470452 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.26 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: Sun, 20 May 2018 13:06:52 -0000 Author: ler Date: Sun May 20 13:06:51 2018 New Revision: 470452 URL: https://svnweb.freebsd.org/changeset/ports/470452 Log: mail/alpine: re-add maildir patch. The upstream Alpine developer has found a new home for the Alpine patches. So now the previously removed option for the maildir patch can be re-added again. PR: 228376 Submitted by: mbeis@xs4all.nl (maintainer) Modified: head/mail/alpine/Makefile head/mail/alpine/distinfo Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Sun May 20 10:56:13 2018 (r470451) +++ head/mail/alpine/Makefile Sun May 20 13:06:51 2018 (r470452) @@ -2,6 +2,7 @@ PORTNAME?= alpine DISTVERSION= 2.21.999 +PORTREVISION?= 1 CATEGORIES?= mail news ipv6 MASTER_SITES= http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/ @@ -33,7 +34,7 @@ GIT_COMMIT= 349642a84039a4b026513c32a3b4f8594acd50df GIT_COMMIT_SHORT= 349642a WRKSRC= ${WRKDIR}/alpine-${GIT_COMMIT_SHORT} -OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MOUSE NLS NTLM PASSFILE THREADS +OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MAILDIR MOUSE NLS NTLM PASSFILE THREADS OPTIONS_DEFAULT= ASPELL MOUSE THREADS .if defined(PICO_ALPINE_SLAVE) OPTIONS_EXCLUDE= CONS25 IPV6 LDAP PASSFILE @@ -59,6 +60,10 @@ IPV6_CONFIGURE_WITH= ipv6 LDAP_USE= openldap=yes LDAP_CONFIGURE_WITH= ldap LDAP_CONFIGURE_ON= --with-ldap-dir=${LOCALBASE} + +# Option MAILDIR +MAILDIR_PATCH_SITES= http://alpine.x10host.com/alpine/patches/alpine-2.21/ +MAILDIR_PATCHFILES+= maildir.patch.gz:-p1 # Option MOUSE MOUSE_CONFIGURE_ENABLE= mouse Modified: head/mail/alpine/distinfo ============================================================================== --- head/mail/alpine/distinfo Sun May 20 10:56:13 2018 (r470451) +++ head/mail/alpine/distinfo Sun May 20 13:06:51 2018 (r470452) @@ -1,3 +1,5 @@ -TIMESTAMP = 1522166213 +TIMESTAMP = 1526818536 SHA256 (alpine-2.21.999.tar.gz) = d782b448fa3f08ae2430000c89c622781d04e8993724a93693091e3ca6a37be6 SIZE (alpine-2.21.999.tar.gz) = 14983514 +SHA256 (maildir.patch.gz) = 1229ea9ec4e150dda1d2da866730a777148874e4667c54cd2c488101b5db8099 +SIZE (maildir.patch.gz) = 33789