svn commit: r559459 - head/security/apg

Matthew Seaman matthew at FreeBSD.org
Mon Dec 28 10:43:34 UTC 2020


Author: matthew
Date: Mon Dec 28 10:43:33 2020
New Revision: 559459
URL: https://svnweb.freebsd.org/changeset/ports/559459

Log:
  Finally bow to the inevitable and deprecate apg -- it has seen no
  development for years, and the distfiles are no-longer available
  except for a private copy in my account on freefall.  Expiry date set
  to 3 months from now.
  
  Also, since it has bit-rotted so much that its cracklib integration
  doesn't work correctly, delete the CRACKLIB option.
  
  PR:		250868
  Submitted by:	Geoff Moraes

Modified:
  head/security/apg/Makefile

Modified: head/security/apg/Makefile
==============================================================================
--- head/security/apg/Makefile	Mon Dec 28 10:42:30 2020	(r559458)
+++ head/security/apg/Makefile	Mon Dec 28 10:43:33 2020	(r559459)
@@ -3,22 +3,22 @@
 
 PORTNAME=	apg
 PORTVERSION=	2.3.0b
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	security
 MASTER_SITES=	LOCAL/matthew
 
 MAINTAINER=	matthew at FreeBSD.org
 COMMENT=	Automated password generator
 
+DEPRECATED=	Abandonware. Please try security/makepass or security/rndpassw instead
+EXPIRATION_DATE=	2021-03-28
+
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/COPYING
 
 DOCS=		APG_TIPS pronun.txt rfc0972.txt rfc1750.txt
 
-OPTIONS_DEFINE=	CRACKLIB DOCS
-CRACKLIB_DESC=	CrackLib support for password quality
-CRACKLIB_LIB_DEPENDS=	libcrack.so:security/cracklib
-CRACKLIB_MAKE_ARGS=	-DWITH_CRACKLIB
+OPTIONS_DEFINE=	DOCS
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/apg ${STAGEDIR}${PREFIX}/bin


More information about the svn-ports-all mailing list