From owner-svn-ports-head@freebsd.org Wed Jul 17 19:03:12 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 85752B3555; Wed, 17 Jul 2019 19:03:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5EC278F508; Wed, 17 Jul 2019 19:03:12 +0000 (UTC) (envelope-from swills@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 2E69822EA7; Wed, 17 Jul 2019 19:03:12 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x6HJ3BwR082655; Wed, 17 Jul 2019 19:03:11 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6HJ3B59082653; Wed, 17 Jul 2019 19:03:11 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201907171903.x6HJ3B59082653@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Wed, 17 Jul 2019 19:03:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506816 - head/mail/alpine X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/mail/alpine X-SVN-Commit-Revision: 506816 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 5EC278F508 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.95 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.947,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 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, 17 Jul 2019 19:03:12 -0000 Author: swills Date: Wed Jul 17 19:03:11 2019 New Revision: 506816 URL: https://svnweb.freebsd.org/changeset/ports/506816 Log: mail/alpine: readd maildir patch and change LDAP option PR: 239257 Submitted by: Marco Beishuizen (maintainer) Modified: head/mail/alpine/Makefile (contents, props changed) head/mail/alpine/distinfo (contents, props changed) Modified: head/mail/alpine/Makefile ============================================================================== --- head/mail/alpine/Makefile Wed Jul 17 18:53:13 2019 (r506815) +++ head/mail/alpine/Makefile Wed Jul 17 19:03:11 2019 (r506816) @@ -2,6 +2,7 @@ PORTNAME?= alpine DISTVERSION= 2.21.99999 +PORTREVISION= 1 CATEGORIES?= mail news ipv6 MASTER_SITES= http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/ @@ -12,6 +13,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE USES+= ssl libtool ncurses gettext-runtime + GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes CONFIGURE_ARGS+= --with-debug-level=2 \ @@ -33,13 +35,14 @@ GIT_COMMIT= abeb2c25935ef8c75f1e5deef0f81276754dc975 GIT_COMMIT_SHORT= ${GIT_COMMIT:C/^(.......).*/\1/} 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 .endif CONS25_DESC= Add a patch to support color for default console +MAILDIR_DESC= Add a patch to support maildir NTLM_DESC= Support for Windows NT Lan Manager authentication PASSFILE_DESC= Support for a stored password file @@ -58,7 +61,12 @@ IPV6_CONFIGURE_WITH= ipv6 # Option LDAP LDAP_USE= openldap=yes LDAP_CONFIGURE_WITH= ldap -LDAP_CONFIGURE_ON= --with-ldap-dir=${LOCALBASE} +LDAP_CFLAGS= -I${LOCALBASE}/include +LDAP_LDFLAGS= -L${LOCALBASE}/lib + +# Option MAILDIR +MAILDIR_PATCH_SITES= http://alpine.x10host.com/alpine/alpha/patches/alpine-2.21.99999/ +MAILDIR_PATCHFILES+= maildir.patch.gz:-p1 # Option MOUSE MOUSE_CONFIGURE_ENABLE= mouse Modified: head/mail/alpine/distinfo ============================================================================== --- head/mail/alpine/distinfo Wed Jul 17 18:53:13 2019 (r506815) +++ head/mail/alpine/distinfo Wed Jul 17 19:03:11 2019 (r506816) @@ -1,3 +1,5 @@ -TIMESTAMP = 1563014517 +TIMESTAMP = 1563204482 SHA256 (alpine-2.21.99999.tar.gz) = 983f04e1c5f1beba767877303c682d3c995e0cd93ad6888f2d9933ef4236c25f SIZE (alpine-2.21.99999.tar.gz) = 15160895 +SHA256 (maildir.patch.gz) = ac68a8421c68e18d0acba9086ca595b961799b4b47b5c12a1bf430f973dc0dbd +SIZE (maildir.patch.gz) = 34018