Date: Mon, 28 Dec 2020 10:43:34 +0000 (UTC) From: Matthew Seaman <matthew@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559459 - head/security/apg Message-ID: <202012281043.0BSAhYRV075136@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012281043.0BSAhYRV075136>