svn commit: r339260 - in head/mail: dovecot dovecot2

Mathieu Arnold mat at FreeBSD.org
Thu Jan 9 15:51:58 UTC 2014


Author: mat
Date: Thu Jan  9 15:51:57 2014
New Revision: 339260
URL: http://svnweb.freebsd.org/changeset/ports/339260

Log:
  Fix pkgname collisions.

Modified:
  head/mail/dovecot/Makefile
  head/mail/dovecot2/Makefile

Modified: head/mail/dovecot/Makefile
==============================================================================
--- head/mail/dovecot/Makefile	Thu Jan  9 15:50:26 2014	(r339259)
+++ head/mail/dovecot/Makefile	Thu Jan  9 15:51:57 2014	(r339260)
@@ -10,7 +10,7 @@ MASTER_SITES=	http://www.dovecot.org/rel
 MAINTAINER=	yds at CoolRat.org
 COMMENT=	Secure and compact IMAP and POP3 servers
 
-CONFLICTS=	dovecot-2.*
+CONFLICTS=	dovecot2-*
 
 DOVECOTVERSION=	1.2
 

Modified: head/mail/dovecot2/Makefile
==============================================================================
--- head/mail/dovecot2/Makefile	Thu Jan  9 15:50:26 2014	(r339259)
+++ head/mail/dovecot2/Makefile	Thu Jan  9 15:51:57 2014	(r339260)
@@ -5,6 +5,7 @@ PORTNAME=	dovecot
 PORTVERSION=	2.2.9
 CATEGORIES=	mail ipv6
 MASTER_SITES=	http://www.dovecot.org/releases/${PORTVERSION:R}/
+PKGNAMESUFFIX=	2
 
 MAINTAINER=	bra at fsn.hu
 COMMENT=	Secure and compact IMAP and POP3 servers
@@ -12,7 +13,6 @@ COMMENT=	Secure and compact IMAP and POP
 LICENSE=	LGPL21 MIT
 LICENSE_COMB=	dual
 
-LATEST_LINK=	dovecot2
 CONFLICTS=	dovecot-1.[0-9]*
 
 ######################################################################


More information about the svn-ports-all mailing list