git: 877580d27f72 - main - mail/postfix-current: fix some PKGBASE collisions
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Nov 2023 17:45:37 UTC
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 \