Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2020 16:54:42 +0000 (UTC)
From:      Renato Botelho <garga@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r558844 - head/security/sudo
Message-ID:  <202012211654.0BLGsgAb084085@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: garga
Date: Mon Dec 21 16:54:42 2020
New Revision: 558844
URL: https://svnweb.freebsd.org/changeset/ports/558844

Log:
  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 <ohauer@gmx.de>

Modified:
  head/security/sudo/Makefile

Modified: head/security/sudo/Makefile
==============================================================================
--- head/security/sudo/Makefile	Mon Dec 21 16:37:23 2020	(r558843)
+++ head/security/sudo/Makefile	Mon Dec 21 16:54:42 2020	(r558844)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	sudo
-DISTVERSION=	1.9.4p2
+PORTVERSION=	1.9.4p2
 CATEGORIES=	security
 MASTER_SITES=	SUDO
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012211654.0BLGsgAb084085>