Date: Thu, 9 Jan 2014 15:51:58 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r339260 - in head/mail: dovecot dovecot2 Message-ID: <201401091551.s09FpwGh004460@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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]* ######################################################################
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401091551.s09FpwGh004460>