From 64c1fe1362e1635b152a3547c80713a821a90f3f Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Mon, 21 Dec 2020 16:54:42 +0000 Subject: [PATCH] security/sudo: Fix version Use PORTVERSION here to end up with 1.9.4p2, which is considered newer than previous one (1.9.4_1) Reported by: ohauer --- security/sudo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 54896de94a6b..9c1795cef3d3 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -DISTVERSION= 1.9.4p2 +PORTVERSION= 1.9.4p2 CATEGORIES= security MASTER_SITES= SUDO