From 7a43d5e28c64bf7a7646b6c955462129fedb440c Mon Sep 17 00:00:00 2001 From: stu Date: Wed, 21 Jan 2026 09:14:04 +0000 Subject: [PATCH] MODTK_VERSION=8.5 Needs devel/itcl, which is stuck on Tcl 8.5. Homepage moved. ok sthen@ --- security/password-gorilla/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/password-gorilla/Makefile b/security/password-gorilla/Makefile index 1af1786f678..1cbada7a842 100644 --- a/security/password-gorilla/Makefile +++ b/security/password-gorilla/Makefile @@ -1,5 +1,7 @@ COMMENT = cross-platform password manager +REVISION = 0 + V = 1.5.3.7 GH_ACCOUNT = zdia GH_PROJECT = gorilla @@ -7,13 +9,14 @@ GH_TAGNAME = v${V} DISTNAME = password-gorilla-${V} CATEGORIES = security -HOMEPAGE = http://wiki.github.com/zdia/gorilla/ +HOMEPAGE = https://github.com/zdia/gorilla/wiki # GPLv2 PERMIT_PACKAGE = Yes USE_X11 = Yes MODULES = x11/tk +MODTK_VERSION = 8.5 RUN_DEPENDS = devel/itcl \ devel/tcllib \