From owner-svn-ports-head@freebsd.org Mon Dec 28 10:43:34 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 440714D6DF2; Mon, 28 Dec 2020 10:43:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4Dft1TjHz3G3Y; Mon, 28 Dec 2020 10:43:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 2527A17E57; Mon, 28 Dec 2020 10:43:34 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BSAhY5m075137; Mon, 28 Dec 2020 10:43:34 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BSAhYRV075136; Mon, 28 Dec 2020 10:43:34 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <202012281043.0BSAhYRV075136@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Mon, 28 Dec 2020 10:43:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559459 - head/security/apg X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/security/apg X-SVN-Commit-Revision: 559459 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Dec 2020 10:43:34 -0000 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