git: 557ead68a499 - main - www/piwigo: flavorize
- Reply: Dima Panov : "Re: git: 557ead68a499 - main - www/piwigo: flavorize"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 21 Sep 2022 08:44:02 UTC
The branch main has been updated by netchild: URL: https://cgit.FreeBSD.org/ports/commit/?id=557ead68a499e14272ed815c6f5d55af403ea194 commit 557ead68a499e14272ed815c6f5d55af403ea194 Author: Alexander Leidinger <netchild@FreeBSD.org> AuthorDate: 2022-09-21 08:41:05 +0000 Commit: Alexander Leidinger <netchild@FreeBSD.org> CommitDate: 2022-09-21 08:43:57 +0000 www/piwigo: flavorize Not tested with all php versions. 74 and 80 seem to be ok, 81 and 82 unknown. --- www/piwigo/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/piwigo/Makefile b/www/piwigo/Makefile index 29b64335dfd5..397c4ac769bb 100644 --- a/www/piwigo/Makefile +++ b/www/piwigo/Makefile @@ -1,8 +1,9 @@ PORTNAME= piwigo DISTVERSION= 12.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= https://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/ +PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= netchild@FreeBSD.org COMMENT= PHP based Web Gallery @@ -13,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING RUN_DEPENDS+= ${LOCALBASE}/lib/php/${PHP_EXT_DIR}/sodium.so:security/pecl-libsodium@${PHP_FLAVOR} -USES= cpe php:web zip +USES= cpe php:web,flavors zip USE_PHP= ctype dom exif filter gd hash iconv json mbstring mysqli \ openssl pcre pdo session simplexml spl tokenizer xml zlib