Skip to content

Commit

Permalink
www/piwigo: Update to 14.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
netchild committed Dec 14, 2023
1 parent f866b08 commit 48911f1
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 235 deletions.
9 changes: 4 additions & 5 deletions www/piwigo/Makefile
@@ -1,6 +1,6 @@
PORTNAME= piwigo
DISTVERSION= 13.8.0
PORTREVISION= 1
DISTVERSION= 14.0.0
PORTREVISION= 0
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
CATEGORIES= www
MASTER_SITES= https://piwigo.org/download/dlcounter.php?code=${PORTVERSION}&/
Expand All @@ -13,9 +13,8 @@ LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/COPYING

USES= cpe php:web,flavors zip
# php hash/json/openssl/pcre/spl extension is required but it's statically linked in default php
USE_PHP= ctype dom exif filter gd iconv mbstring mysqli \
pdo session simplexml sodium tokenizer \
USE_PHP= ctype dom exif filter gd hash iconv json mbstring mysqli \
openssl pcre pdo session simplexml sodium spl tokenizer \
xml zip zlib
# sodium is needed for randomisation stuff (prefferred option),
# could be replaced by mcrypt
Expand Down
6 changes: 3 additions & 3 deletions www/piwigo/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1689061427
SHA256 (piwigo-13.8.0.zip) = 7f6a2a796693a4ce245fd67ebdd8bf873dc6cb1a33acd567104a10347af7fe1d
SIZE (piwigo-13.8.0.zip) = 18345886
TIMESTAMP = 1702539729
SHA256 (piwigo-14.0.0.zip) = 42ad8f998177c2c9528fc9b547c2ee5637abe2dc398dcd5c2e4880fa66a8cf2f
SIZE (piwigo-14.0.0.zip) = 18442805

0 comments on commit 48911f1

Please sign in to comment.