git: 29101a86499a - main - www/privatebin: Add missing dependencies
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 31 Oct 2024 19:59:24 UTC
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