svn commit: r558844 - head/security/sudo

Renato Botelho garga at FreeBSD.org
Mon Dec 21 16:54:43 UTC 2020


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 at 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
 


More information about the svn-ports-all mailing list