[Bug 286550] databases/phpminiadmin: Update to 1.9.240801

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 03 May 2025 20:53:22 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=286550

--- Comment #3 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Flavorization + replace PORTVERSION with DISTVERSION:
@@ -1,7 +1,8 @@
 PORTNAME=      phpminiadmin
-PORTVERSION=   1.9.170730
+DISTVERSION=   1.9.240801
 CATEGORIES=    databases www
-MASTER_SITES=  SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
+MASTER_SITES=  SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${DISTVERSION}
+PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}
 DISTNAME=      ${PORTNAME}
 EXTRACT_SUFX=  .php
 DIST_SUBDIR=   ${PKGNAME}
@@ -14,12 +15,12 @@
 LICENSE=       GPLv2 MIT
 LICENSE_COMB=  dual

-NO_WRKSUBDIR=  yes
-NO_BUILD=      yes
-USES=          cpe php
+USES=          cpe php:flavors
 CPE_VENDOR=    ${PORTNAME}_project
 USE_PHP=       mysqli session
 NO_ARCH=       yes
+NO_BUILD=      yes
+NO_WRKSUBDIR=  yes

 PLIST_FILES=   ${WWWDIR_REL}/phpminiadmin.php

-- 
You are receiving this mail because:
You are the assignee for the bug.