From owner-svn-ports-head@freebsd.org Tue Jul 16 16:55:20 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 791ABB4DDE; Tue, 16 Jul 2019 16:55:20 +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 59FAC68064; Tue, 16 Jul 2019 16:55:20 +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 1A7938EB4; Tue, 16 Jul 2019 16:55:20 +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 x6GGtJCF052558; Tue, 16 Jul 2019 16:55:19 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x6GGtJOg052556; Tue, 16 Jul 2019 16:55:19 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201907161655.x6GGtJOg052556@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Tue, 16 Jul 2019 16:55:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506767 - head/mail/alpine X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/mail/alpine X-SVN-Commit-Revision: 506767 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 59FAC68064 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.997,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.95)[-0.953,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: Tue, 16 Jul 2019 16:55:20 -0000 Author: swills Date: Tue Jul 16 16:55:19 2019 New Revision: 506767 URL: https://svnweb.freebsd.org/changeset/ports/506767 Log: mail/alpine: update to 2.21.99999 PR: 239187 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 Tue Jul 16 16:45:44 2019 (r506766) +++ head/mail/alpine/Makefile Tue Jul 16 16:55:19 2019 (r506767) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME?= alpine -DISTVERSION= 2.21.9999 -PORTREVISION?= 0 +DISTVERSION= 2.21.99999 CATEGORIES?= mail news ipv6 MASTER_SITES= http://repo.or.cz/alpine.git/snapshot/${GIT_COMMIT}${EXTRACT_SUFX}?dummy=/ @@ -30,11 +29,11 @@ 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= d3e6f3932f2af9deca8eed09e30a55e9bd524362 -GIT_COMMIT_SHORT= d3e6f39 +GIT_COMMIT= abeb2c25935ef8c75f1e5deef0f81276754dc975 +GIT_COMMIT_SHORT= ${GIT_COMMIT:C/^(.......).*/\1/} WRKSRC= ${WRKDIR}/alpine-${GIT_COMMIT_SHORT} -OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MAILDIR MOUSE NLS NTLM 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 @@ -60,10 +59,6 @@ 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 Tue Jul 16 16:45:44 2019 (r506766) +++ head/mail/alpine/distinfo Tue Jul 16 16:55:19 2019 (r506767) @@ -1,5 +1,3 @@ -TIMESTAMP = 1530021204 -SHA256 (alpine-2.21.9999.tar.gz) = bc0c0e09e67c8746f6eb01aef8b235db2865fc0238bef1454e22f6e696f79870 -SIZE (alpine-2.21.9999.tar.gz) = 15004250 -SHA256 (maildir.patch.gz) = 1229ea9ec4e150dda1d2da866730a777148874e4667c54cd2c488101b5db8099 -SIZE (maildir.patch.gz) = 33789 +TIMESTAMP = 1563014517 +SHA256 (alpine-2.21.99999.tar.gz) = 983f04e1c5f1beba767877303c682d3c995e0cd93ad6888f2d9933ef4236c25f +SIZE (alpine-2.21.99999.tar.gz) = 15160895