svn commit: r559632 - head/security/apg

Matthew Seaman matthew at FreeBSD.org
Wed Dec 30 00:05:03 UTC 2020


Author: matthew
Date: Wed Dec 30 00:05:03 2020
New Revision: 559632
URL: https://svnweb.freebsd.org/changeset/ports/559632

Log:
  Correct typo in the deprecation comment
  
  Submitted by:	John W. O'Brien

Modified:
  head/security/apg/Makefile

Modified: head/security/apg/Makefile
==============================================================================
--- head/security/apg/Makefile	Tue Dec 29 23:46:54 2020	(r559631)
+++ head/security/apg/Makefile	Wed Dec 30 00:05:03 2020	(r559632)
@@ -10,7 +10,7 @@ MASTER_SITES=	LOCAL/matthew
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	Automated password generator
 
-DEPRECATED=	Abandonware. Please try security/makepass or security/rndpassw instead
+DEPRECATED=	Abandonware. Please try security/makepasswd or security/rndpassw instead
 EXPIRATION_DATE=	2021-03-28
 
 LICENSE=	BSD3CLAUSE


More information about the svn-ports-all mailing list