git: 7d772f44a657 - main - www/yourls: Fix PHP dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Feb 2023 16:05:18 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7d772f44a657b6fd380bbb46db7be084b7d26211 commit 7d772f44a657b6fd380bbb46db7be084b7d26211 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-02-05 15:29:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-02-05 15:50:16 +0000 www/yourls: Fix PHP dependencies - Fix USE_PHP: - Add missing iconv - Replace mysqli with pdo_mysql - Bump PORTREVISION for dependency change PR: 268522 Reported by: Jason Tubnor <jason@tubnor.net> --- www/yourls/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/yourls/Makefile b/www/yourls/Makefile index 374ff4e9bfb3..683cd9826f73 100644 --- a/www/yourls/Makefile +++ b/www/yourls/Makefile @@ -1,5 +1,6 @@ PORTNAME= yourls PORTVERSION= 1.9.1 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= sunpoet@FreeBSD.org @@ -10,7 +11,7 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USES= cpe php -USE_PHP= bcmath curl json mysqli pcre xml +USE_PHP= bcmath curl iconv json pcre pdo_mysql xml NO_ARCH= yes NO_BUILD= yes