Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Sep 2022 08:44:02 GMT
From:      Alexander Leidinger <netchild@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 557ead68a499 - main - www/piwigo: flavorize
Message-ID:  <202209210844.28L8i2Or001941@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202209210844.28L8i2Or001941>