Date: Thu, 31 Oct 2024 19:59:24 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 29101a86499a - main - www/privatebin: Add missing dependencies Message-ID: <202410311959.49VJxOLN008306@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=29101a86499ac1048b3533fda74d53559ae4a5f7 commit 29101a86499ac1048b3533fda74d53559ae4a5f7 Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2024-10-31 19:51:07 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2024-10-31 19:59:16 +0000 www/privatebin: Add missing dependencies After upgrading a host here, it was noticed we needed to manually install: ctype filter --- www/privatebin/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/privatebin/Makefile b/www/privatebin/Makefile index 9a730cec5403..20634b294768 100644 --- a/www/privatebin/Makefile +++ b/www/privatebin/Makefile @@ -1,5 +1,6 @@ PORTNAME= privatebin PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= www security MAINTAINER= dvl@FreeBSD.org @@ -17,7 +18,7 @@ SUB_LIST= PORTNAME=${PORTNAME} NO_BUILD= yes NO_ARCH= yes -USE_PHP= gd zlib +USE_PHP= ctype filter gd zlib USE_GITHUB= yes GH_PROJECT= PrivateBin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410311959.49VJxOLN008306>