aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-04-19 20:34:54 +0000
committerThierry Thomas <thierry@FreeBSD.org>2022-04-19 20:49:43 +0000
commit0703b15c9b8d95142bbf481f0acf4ec2cd456775 (patch)
treee9cc7b15d647e1795e343859091e0e8e1aa06ccb
parent5fb471b83a7113dd263995ba17cb634768d06844 (diff)
downloadports-0703b15c9b8d95142bbf481f0acf4ec2cd456775.tar.gz
ports-0703b15c9b8d95142bbf481f0acf4ec2cd456775.zip
lang/php??, mail/php*-imap: chase panda-cclient
-rw-r--r--lang/php74/Makefile.ext2
-rw-r--r--lang/php80/Makefile.ext2
-rw-r--r--lang/php81/Makefile2
-rw-r--r--mail/php74-imap/Makefile1
-rw-r--r--mail/php80-imap/Makefile1
-rw-r--r--mail/php81-imap/Makefile1
6 files changed, 6 insertions, 3 deletions
diff --git a/lang/php74/Makefile.ext b/lang/php74/Makefile.ext
index 21c78a9985c6..6a5a8dabe8df 100644
--- a/lang/php74/Makefile.ext
+++ b/lang/php74/Makefile.ext
@@ -513,7 +513,7 @@ CONFIGURE_ARGS+=--with-xpm
.if ${PHP_MODNAME} == "imap"
. if ${PORT_OPTIONS:MPANDA}
-LIB_DEPENDS+= libc-client4.so.10:mail/panda-cclient
+LIB_DEPENDS+= libc-client.so.2010:mail/panda-cclient
. else
LIB_DEPENDS+= libc-client4.so.9:mail/cclient
. endif
diff --git a/lang/php80/Makefile.ext b/lang/php80/Makefile.ext
index 5a251c4a2a06..8f47bdbfa6a0 100644
--- a/lang/php80/Makefile.ext
+++ b/lang/php80/Makefile.ext
@@ -169,7 +169,7 @@ OPTIONS_DEFAULT=PANDA
CCLIENT_DESC= Uses the original but unmaintained cclient
PANDA_DESC= Uses the forked panda-cclient instead of the original cclient
-PANDA_LIB_DEPENDS= libc-client4.so.10:mail/panda-cclient
+PANDA_LIB_DEPENDS= libc-client.so.2010:mail/panda-cclient
PANDA_LIB_DEPENDS_OFF= libc-client4.so.9:mail/cclient
CONFIGURE_ARGS+=--with-imap=${LOCALBASE} \
diff --git a/lang/php81/Makefile b/lang/php81/Makefile
index ad04d3f47b46..4f13833b770f 100644
--- a/lang/php81/Makefile
+++ b/lang/php81/Makefile
@@ -326,7 +326,7 @@ OPTIONS_RADIO_CLIENT= CCLIENT PANDA
OPTIONS_DEFAULT= PANDA
CCLIENT_DESC= Uses the original but unmaintained cclient
PANDA_DESC= Uses the forked panda-cclient instead of the original cclient
-PANDA_LIB_DEPENDS= libc-client4.so.10:mail/panda-cclient
+PANDA_LIB_DEPENDS= libc-client.so.2010:mail/panda-cclient
PANDA_LIB_DEPENDS_OFF= libc-client4.so.9:mail/cclient
CONFIGURE_ARGS+= --with-imap-ssl=${OPENSSLBASE} \
diff --git a/mail/php74-imap/Makefile b/mail/php74-imap/Makefile
index f6e7d148e028..ef4b8bfaf19c 100644
--- a/mail/php74-imap/Makefile
+++ b/mail/php74-imap/Makefile
@@ -1,3 +1,4 @@
+PORTREVISION= 1
CATEGORIES= mail
MASTERDIR= ${.CURDIR}/../../lang/php74
diff --git a/mail/php80-imap/Makefile b/mail/php80-imap/Makefile
index 740d14b0f761..8044e1fb4ee9 100644
--- a/mail/php80-imap/Makefile
+++ b/mail/php80-imap/Makefile
@@ -1,3 +1,4 @@
+PORTREVISION= 1
CATEGORIES= mail
MASTERDIR= ${.CURDIR}/../../lang/php80
diff --git a/mail/php81-imap/Makefile b/mail/php81-imap/Makefile
index 8fea8d06fd96..efc6b9d71815 100644
--- a/mail/php81-imap/Makefile
+++ b/mail/php81-imap/Makefile
@@ -1,3 +1,4 @@
+PORTREVISION= 1
CATEGORIES= mail
MASTERDIR= ${.CURDIR}/../../lang/php81