Date: Tue, 21 Nov 2023 17:45:37 GMT From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 877580d27f72 - main - mail/postfix-current: fix some PKGBASE collisions Message-ID: <202311211745.3ALHjbO8061675@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=877580d27f7260a54fb10e912821e3ac0ae837e0 commit 877580d27f7260a54fb10e912821e3ac0ae837e0 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2023-11-21 17:45:12 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2023-11-21 17:45:36 +0000 mail/postfix-current: fix some PKGBASE collisions --- mail/postfix-current/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index f1b63b89bea6..c57bd08d31e7 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -29,31 +29,31 @@ default_CONFLICTS_INSTALL= postfix-current-base-ldap postfix-current-base-sasl \ postfix-current-mysql postfix-current-base-mysql \ postfix-current-pgsql postfix-current-base-pgsql \ postfix-current-sqlite postfix-current-base-sqlite -ldap_PKGNAMESUFFIX= -ldap +ldap_PKGNAMESUFFIX= -current-ldap ldap_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-base-sasl postfix-current-sasl \ postfix-current-mysql postfix-current-base-mysql \ postfix-current-pgsql postfix-current-base-pgsql \ postfix-current-sqlite postfix-current-base-sqlite -mysql_PKGNAMESUFFIX= -mysql +mysql_PKGNAMESUFFIX= -current-mysql mysql_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-ldap postfix-current-base-ldap \ postfix-current-pgsql postfix-current-base-pgsql \ postfix-current-sasl postfix-current-base-sasl \ postfix-current-sqlite postfix-current-base-sqlite -pgsql_PKGNAMESUFFIX= -pgsql +pgsql_PKGNAMESUFFIX= -current-pgsql pgsql_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-ldap postfix-current-base-ldap \ postfix-current-mysql postfix-current-base-mysql \ postfix-current-sasl postfix-current-base-sasl \ postfix-current-sqlite postfix-current-base-sqlite -sasl_PKGNAMESUFFIX= -sasl +sasl_PKGNAMESUFFIX= -current-sasl sasl_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-base-ldap postfix-current-ldap \ postfix-current-mysql postfix-current-base-mysql \ postfix-current-pgsql postfix-current-base-pgsql \ postfix-current-sqlite postfix-current-base-sqlite -sqlite_PKGNAMESUFFIX= -sqlite +sqlite_PKGNAMESUFFIX= -current-sqlite sqlite_CONFLICTS_INSTALL= postfix-current postfix-current-base \ postfix-current-ldap postfix-current-base-ldap \ postfix-current-mysql postfix-current-base-mysql \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202311211745.3ALHjbO8061675>