aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dovecot/Makefile
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2009-01-18 11:41:05 +0800
committerbeech <beech@FreeBSD.org>2009-01-18 11:41:05 +0800
commitbe6c3354cc8a61df985f30aa73b027c6b26cf357 (patch)
treeba2cadb7bf488169dd210b39034b907a90afd5e4 /mail/dovecot/Makefile
parent2eabdcb190e88abdf37ce5005eb9d9db6eee2643 (diff)
downloadfreebsd-ports-gnome-be6c3354cc8a61df985f30aa73b027c6b26cf357.tar.gz
freebsd-ports-gnome-be6c3354cc8a61df985f30aa73b027c6b26cf357.tar.zst
freebsd-ports-gnome-be6c3354cc8a61df985f30aa73b027c6b26cf357.zip
- Update to 1.1.8 [1]
- Fix rc.d [2] PR: ports/130359 [1] PR: ports/130598 [2] Submitted by: Marcin Rzepecki <m.rzepecki@iem.pw.edu.pl> [1] Submitted by: Craig Leres <leres@ee.lbl.gov> [2] Approved by: Yarema <yds@CoolRat.org> (maintainer)
Diffstat (limited to 'mail/dovecot/Makefile')
-rw-r--r--mail/dovecot/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 52e45f7cf3db..3a214889334d 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= dovecot
-PORTVERSION= 1.1.7
-PORTREVISION= 1
+PORTVERSION= 1.1.8
CATEGORIES= mail ipv6
MASTER_SITES= http://www.dovecot.org/releases/1.1/
@@ -61,7 +60,7 @@ OPTIONS= KQUEUE "kqueue(2) support" on \
_REQUIRE= LOGIN
# sed script for dovecot.conf
-SED_CONF= s!%%PROTOCOLS%%!${PROTOCOLS}!g;\
+REINPLACE= s!%%PROTOCOLS%%!${PROTOCOLS}!g;\
s!/usr/!${PREFIX}/!g;\
s!=/usr!=${PREFIX}!g;\
s!=/etc !=${PREFIX}/etc !g;\
@@ -147,7 +146,7 @@ USE_BDB= yes
CONFIGURE_ARGS+= --with-db
CFLAGS+= -I${BDB_INCLUDE_DIR} -L${BDB_LIB_DIR}
PLIST_SUB+= BDB=""
-SED_CONF+= s!^\#(dict_db_config)!\1!;
+REINPLACE+= s!^\#(dict_db_config)!\1!;
.else
PLIST_SUB+= BDB="@comment "
.endif
@@ -203,7 +202,7 @@ SUB_LIST+= REQUIRE="${_REQUIRE}" DOVECOT_UID=${DOVECOT_UID} DOVECOT_GID=${DOVEC
SUB_FILES+= pkg-install pkg-deinstall pkg-message
post-patch:
- @${REINPLACE_CMD} -E -e '${SED_CONF}' \
+ @${REINPLACE_CMD} -E -e '${REINPLACE}' \
${WRKSRC}/dovecot-example.conf
@${REINPLACE_CMD} -E -e'\
s!-example\.conf[[:>:]]!.conf!g;\