aboutsummaryrefslogtreecommitdiff
path: root/mail/imp3/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-05-23 11:44:31 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-05-23 11:44:31 +0000
commit4e7fff565594eb7bd91dee3de16cafd3877078d4 (patch)
tree1562b888dbe75493d7c01d6c8970df56362bfa7a /mail/imp3/Makefile
parent6089e3ea54daa71efccfe122974ca50cb09b83a5 (diff)
downloadports-4e7fff565594eb7bd91dee3de16cafd3877078d4.tar.gz
ports-4e7fff565594eb7bd91dee3de16cafd3877078d4.zip
Notes
Diffstat (limited to 'mail/imp3/Makefile')
-rw-r--r--mail/imp3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/imp3/Makefile b/mail/imp3/Makefile
index 8c3f93ccdf35..797dbaa8c932 100644
--- a/mail/imp3/Makefile
+++ b/mail/imp3/Makefile
@@ -7,9 +7,10 @@
PORTNAME= imp
PORTVERSION= 3.1
+PORTREVISION= 1
CATEGORIES= mail www
MASTER_SITES= ftp://ftp.horde.org/pub/imp/tarballs/
-DISTNAME= ${PORTNAME}-${PORTVERSION}-RC2
+DISTNAME= ${PORTNAME}-${PORTVERSION}-RC3
MAINTAINER= thierry@pompo.net
@@ -242,7 +243,7 @@ do-install:
@${PERL} -pi -e "s:IMP_VERSION:IMP_VERSION . ' / ${SERVOS}':" \
${IMPDIR}/compose.php
.if defined(WITHOUT_SSL)
- @${PERL} -pi -e "s:%%PROTOCOL%%:imap:;s:%%IMAPPORT%%:143:" \
+ @${PERL} -pi -e "s:%%PROTOCOL%%:imap/notls:;s:%%IMAPPORT%%:143:" \
${CONFDIR}/servers.php
.else
@${PERL} -pi -e "s:%%IMAPPORT%%:993:" ${CONFDIR}/servers.php