- Update mail/courier-unicode to 1.3
- Update mail/maildrop to 2.8.3 - Add make.conf variable for maildrop to force it choosing a non standard mailbox directory [1] Reported by: Jim Trigg <jktrigg at gmail.com> [1]
This commit is contained in:
parent
b54c82627b
commit
2dd4054b19
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390950
5 changed files with 12 additions and 7 deletions
|
@ -1,7 +1,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= courier-unicode
|
||||
PORTVERSION= 1.2
|
||||
PORTVERSION= 1.3
|
||||
CATEGORIES= devel mail
|
||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (courier-unicode-1.2.tar.bz2) = 55017f49975dfece84f061e33f38361ff7d7e52ceda98346c9462bf036d9724f
|
||||
SIZE (courier-unicode-1.2.tar.bz2) = 390014
|
||||
SHA256 (courier-unicode-1.3.tar.bz2) = 8067d2fec621af1a463b690b325c700920f98e1271052354abfd4c8ca82f7e68
|
||||
SIZE (courier-unicode-1.3.tar.bz2) = 394011
|
||||
|
|
|
@ -2,7 +2,7 @@ include/courier-unicode.h
|
|||
lib/libcourier-unicode.a
|
||||
lib/libcourier-unicode.so
|
||||
lib/libcourier-unicode.so.1
|
||||
lib/libcourier-unicode.so.1.0.0
|
||||
lib/libcourier-unicode.so.1.1.0
|
||||
man/man3/unicode::iconvert::convert.3.gz
|
||||
man/man3/unicode::iconvert::convert_tocase.3.gz
|
||||
man/man3/unicode::iconvert::fromu.3.gz
|
||||
|
|
|
@ -13,9 +13,10 @@
|
|||
# installed package to miss files.
|
||||
# MAILDROP_TRUSTED_USERS=<user> Specify users allowed to use the -d option
|
||||
# MAILDROP_LOG_COLUMNS lenght of 'File:' line in log - 8; default: 72
|
||||
# MAILDROP_MBOX_DIR=<dir> Specify DEFAULT mailbox location
|
||||
|
||||
PORTNAME= maildrop
|
||||
PORTVERSION= 2.8.2
|
||||
PORTVERSION= 2.8.3
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF/courier/${PORTNAME}/${PORTVERSION}
|
||||
|
||||
|
@ -92,6 +93,10 @@ PLIST_SUB+= MMODE='2755' MGID='${MAILDROP_SGID}' MUID='root'
|
|||
PLIST_SUB+= MMODE='' MUID='root' MGID='mail'
|
||||
.endif
|
||||
|
||||
.if defined(MAILDROP_MBOX_DIR)
|
||||
CONFIGURE_ARGS+= --with-default-maildrop='${MAILDROP_MBOX_DIR}'
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MFAM}
|
||||
USES+= fam
|
||||
.else
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (maildrop-2.8.2.tar.bz2) = ab505c4c75ec5566f0626ae477c21ca3069ac37f8f31c41b318025d4ee549654
|
||||
SIZE (maildrop-2.8.2.tar.bz2) = 1989913
|
||||
SHA256 (maildrop-2.8.3.tar.bz2) = 58245ccd759382761c4cdbeaefbd37622e01f1c48e71251b06ea085a890ce6c9
|
||||
SIZE (maildrop-2.8.3.tar.bz2) = 1992695
|
||||
|
|
Loading…
Reference in a new issue