mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
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)
This commit is contained in:
parent
955455de8e
commit
e586e94e2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=470452
2 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
@ -60,6 +61,10 @@ 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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue