diff options
author | sahil <sahil@FreeBSD.org> | 2010-07-05 13:39:49 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2010-07-05 13:39:49 +0800 |
commit | b94cf37d481bf0e95e23ce21148bbee02d5feb79 (patch) | |
tree | 4c0260175c5f2cefaf2673dfe26e57d5b14873c2 | |
parent | 909820adbde1d0189881b358d41376977a3efaa1 (diff) | |
download | freebsd-ports-gnome-b94cf37d481bf0e95e23ce21148bbee02d5feb79.tar.gz freebsd-ports-gnome-b94cf37d481bf0e95e23ce21148bbee02d5feb79.tar.zst freebsd-ports-gnome-b94cf37d481bf0e95e23ce21148bbee02d5feb79.zip |
- Use pre-su-install instead of pre-install target [1]
- Update to 1.2.12 [2]
PR: ports/147988 [1], ports/147996 [2]
Submitted by: glewis@ [1], Denny Lin <dennylin93@hs.ntnu.edu.tw> [2]
Approved by: Yarema <yds@CoolRat.org> (maintainer)
wxs@/itetcu@ (mentors, implicit)
Feature safe: yes
-rw-r--r-- | mail/dovecot/Makefile | 9 | ||||
-rw-r--r-- | mail/dovecot/distinfo | 12 |
2 files changed, 11 insertions, 10 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 3f7746e09702..8aeadd7d87b5 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -6,7 +6,7 @@ # PORTNAME= dovecot -PORTVERSION= 1.2.11 +PORTVERSION= 1.2.12 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ @@ -17,8 +17,9 @@ COMMENT= Secure and compact IMAP and POP3 servers DOVECOTVERSION= 1.2 ###################################################################### -# Anytime PORTVERSION changes please bump PORTREVISION of # -# mail/dovecot-antispam. Please see ports/135311 for an explanation. # +# Anytime PORTVERSION changes please bump PORTREVISIONs of # +# mail/dovecot-antispam and mail/dovecot-managesieve. Please see # +# ports/135311 and ports/146029 for an explanation. # # # # Please be careful when updating this port as changes to this port # # can break mail/dovecot-sieve and mail/dovecot-managesieve. In # @@ -201,7 +202,7 @@ post-patch: @${LN} -f ${WRKSRC}/doc/dovecot-ldap-example.conf ${WRKSRC}/doc/dovecot-ldap.conf @${LN} -f ${WRKSRC}/doc/dovecot-sql-example.conf ${WRKSRC}/doc/dovecot-sql.conf -pre-install: +pre-su-install: @${SETENV} ${SCRIPTS_ENV} ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL post-install: diff --git a/mail/dovecot/distinfo b/mail/dovecot/distinfo index 6093a646169b..8600f80c1e0e 100644 --- a/mail/dovecot/distinfo +++ b/mail/dovecot/distinfo @@ -1,6 +1,6 @@ -MD5 (dovecot-1.2.11.tar.gz) = bdac013fd57aa616ea4bdd9ac34557c6 -SHA256 (dovecot-1.2.11.tar.gz) = 2971691d4f8307b7014ca6671f44151cb53379f80746aa4a95cdeb0b846e0474 -SIZE (dovecot-1.2.11.tar.gz) = 2878057 -MD5 (dovecot-1.2.11-managesieve-0.11.11.diff.gz) = d773909c5da6ccab092818cf691237bd -SHA256 (dovecot-1.2.11-managesieve-0.11.11.diff.gz) = fc024e9f68c6ab82f811af3155c94f1609670d85c7240dfbd34aa045e6fc8a8b -SIZE (dovecot-1.2.11-managesieve-0.11.11.diff.gz) = 6454 +MD5 (dovecot-1.2.12.tar.gz) = cc8e5c53cd0943ce0b5e1087356ad4ea +SHA256 (dovecot-1.2.12.tar.gz) = 1ef0c40822cf64f20af1e65b4402da75296489aba25df8b13e2386df6952c281 +SIZE (dovecot-1.2.12.tar.gz) = 2882517 +MD5 (dovecot-1.2.12-managesieve-0.11.11.diff.gz) = 591f77f53af6b057ae8d42ef04d50d9f +SHA256 (dovecot-1.2.12-managesieve-0.11.11.diff.gz) = ea6549ed32cb1968971ef00725b43c8154023b4ed67ae1eb272485a0cf90a64f +SIZE (dovecot-1.2.12-managesieve-0.11.11.diff.gz) = 6455 |