diff options
author | mat <mat@FreeBSD.org> | 2014-01-09 23:51:57 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-09 23:51:57 +0800 |
commit | 4bc29a28e4180691bba11ef9d2b4c4380aa44db7 (patch) | |
tree | 5d8a29e22d60234c5355cb22b7ee0a8e9ca09306 /mail | |
parent | dbe5a7ed7954d23b394c7e5e3afb5836f8ba68a6 (diff) | |
download | freebsd-ports-gnome-4bc29a28e4180691bba11ef9d2b4c4380aa44db7.tar.gz freebsd-ports-gnome-4bc29a28e4180691bba11ef9d2b4c4380aa44db7.tar.zst freebsd-ports-gnome-4bc29a28e4180691bba11ef9d2b4c4380aa44db7.zip |
Fix pkgname collisions.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 9ee1fb19a1f7..572633d09417 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/Makefile @@ -10,7 +10,7 @@ MASTER_SITES= http://www.dovecot.org/releases/${DOVECOTVERSION}/ \ MAINTAINER= yds@CoolRat.org COMMENT= Secure and compact IMAP and POP3 servers -CONFLICTS= dovecot-2.* +CONFLICTS= dovecot2-* DOVECOTVERSION= 1.2 diff --git a/mail/dovecot2/Makefile b/mail/dovecot2/Makefile index a07f531a4368..f6d9671b67a1 100644 --- a/mail/dovecot2/Makefile +++ b/mail/dovecot2/Makefile @@ -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 POP3 servers LICENSE= LGPL21 MIT LICENSE_COMB= dual -LATEST_LINK= dovecot2 CONFLICTS= dovecot-1.[0-9]* ###################################################################### |