mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/cyrus-imapd: Updated for version 2.5.8.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
parent
2201e37295
commit
9044a32502
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ a specific directory structure, you can do something like this:
|
||||||
Afterwards run mkimap script to setup the enviroment:
|
Afterwards run mkimap script to setup the enviroment:
|
||||||
|
|
||||||
# su - cyrus
|
# su - cyrus
|
||||||
# /usr/doc/cyrus-imapd-2.5.7/tools/mkimap
|
# /usr/doc/cyrus-imapd-2.5.8/tools/mkimap
|
||||||
|
|
||||||
You will probably also want to put this into rc.local:
|
You will probably also want to put this into rc.local:
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=cyrus-imapd
|
PRGNAM=cyrus-imapd
|
||||||
VERSION=${VERSION:-2.5.7}
|
VERSION=${VERSION:-2.5.8}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="cyrus-imapd"
|
PRGNAM="cyrus-imapd"
|
||||||
VERSION="2.5.7"
|
VERSION="2.5.8"
|
||||||
HOMEPAGE="http://www.cyrusimap.org/"
|
HOMEPAGE="http://www.cyrusimap.org/"
|
||||||
DOWNLOAD="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-2.5.7.tar.gz"
|
DOWNLOAD="ftp://ftp.cyrusimap.org/cyrus-imapd/cyrus-imapd-2.5.8.tar.gz"
|
||||||
MD5SUM="1b60d52348578143a4467a2beca07c4e"
|
MD5SUM="8f1e04ed2c4db249591a0a328c11d5b7"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue