svn commit: r506816 - head/mail/alpine

Steve Wills swills at FreeBSD.org
Wed Jul 17 19:03:12 UTC 2019


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 <mbeis at xs4all.nl> (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


More information about the svn-ports-all mailing list