svn commit: r470452 - head/mail/alpine

Larry Rosenman ler at FreeBSD.org
Sun May 20 13:06:52 UTC 2018


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 at 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


More information about the svn-ports-all mailing list