git: 33477b92067b - main - www/SNIP: Update 1.1.1 => 1.1.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 11 Feb 2026 20:21:53 UTC
The branch main has been updated by vvd:
URL: https://cgit.FreeBSD.org/ports/commit/?id=33477b92067b31c564b7494086d746c33d900074
commit 33477b92067b31c564b7494086d746c33d900074
Author: Janky Jay, III <ek@purplehat.org>
AuthorDate: 2026-02-11 20:19:26 +0000
Commit: Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2026-02-11 20:19:26 +0000
www/SNIP: Update 1.1.1 => 1.1.2
Changelog:
- Added PHP 8.4 compatibility.
- Fixed broken QR images on PHP 8+.
https://github.com/MercanoGlobal/SNIP/releases/tag/v1.1.2
While here remove unnecessary dir from MKDIR - COPYTREE_SHARE create it.
PR: 293119
---
www/SNIP/Makefile | 5 ++---
www/SNIP/distinfo | 6 +++---
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/www/SNIP/Makefile b/www/SNIP/Makefile
index 4dbc008530f7..d1ad577f52ce 100644
--- a/www/SNIP/Makefile
+++ b/www/SNIP/Makefile
@@ -1,6 +1,6 @@
PORTNAME= SNIP
DISTVERSIONPREFIX= v
-DISTVERSION= 1.1.1
+DISTVERSION= 1.1.2
CATEGORIES= www
MAINTAINER= ek@purplehat.org
@@ -37,8 +37,7 @@ SQLITE_USES= sqlite
SQLITE_USE= PHP=sqlite3
do-install:
- ${MKDIR} ${STAGEDIR}${ETCDIR} \
- ${STAGEDIR}${WWWDIR}
+ ${MKDIR} ${STAGEDIR}${ETCDIR}
(cd ${WRKSRC}/htdocs && ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR})
${FIND} ${STAGEDIR}${WWWDIR} -type f -iname "*.orig" -delete
${INSTALL_DATA} ${STAGEDIR}${WWWDIR}/application/config/snip.php.dist ${STAGEDIR}${ETCDIR}/snip.php.sample
diff --git a/www/SNIP/distinfo b/www/SNIP/distinfo
index b60534c0b253..7cb8f4492bc7 100644
--- a/www/SNIP/distinfo
+++ b/www/SNIP/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1760202378
-SHA256 (MercanoGlobal-SNIP-v1.1.1_GH0.tar.gz) = 5bb362f425227a07161e6fc58d56e960e2083071d3426a77400270bcc8ae7393
-SIZE (MercanoGlobal-SNIP-v1.1.1_GH0.tar.gz) = 15305349
+TIMESTAMP = 1770831438
+SHA256 (MercanoGlobal-SNIP-v1.1.2_GH0.tar.gz) = ca2623f041ba8eee3e210682600cdf1bb9706317a1ac600c0eb7fe8c4b4a4614
+SIZE (MercanoGlobal-SNIP-v1.1.2_GH0.tar.gz) = 15309093