Date: Tue, 19 Apr 2022 20:50:20 GMT From: Thierry Thomas <thierry@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 0703b15c9b8d - main - lang/php??, mail/php*-imap: chase panda-cclient Message-ID: <202204192050.23JKoKq0090451@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by thierry: URL: https://cgit.FreeBSD.org/ports/commit/?id=0703b15c9b8d95142bbf481f0acf4ec2cd456775 commit 0703b15c9b8d95142bbf481f0acf4ec2cd456775 Author: Thierry Thomas <thierry@FreeBSD.org> AuthorDate: 2022-04-19 20:34:54 +0000 Commit: Thierry Thomas <thierry@FreeBSD.org> CommitDate: 2022-04-19 20:49:43 +0000 lang/php??, mail/php*-imap: chase panda-cclient --- lang/php74/Makefile.ext | 2 +- lang/php80/Makefile.ext | 2 +- lang/php81/Makefile | 2 +- mail/php74-imap/Makefile | 1 + mail/php80-imap/Makefile | 1 + mail/php81-imap/Makefile | 1 + 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202204192050.23JKoKq0090451>