From owner-cvs-ports@FreeBSD.ORG Thu Jun 7 10:49:12 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D33BA106564A; Thu, 7 Jun 2012 10:49:12 +0000 (UTC) (envelope-from des@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A39E78FC08; Thu, 7 Jun 2012 10:49:12 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q57AnCma000856; Thu, 7 Jun 2012 10:49:12 GMT (envelope-from des@repoman.freebsd.org) Received: (from des@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q57AnCKo000855; Thu, 7 Jun 2012 10:49:12 GMT (envelope-from des) Message-Id: <201206071049.q57AnCKo000855@repoman.freebsd.org> From: Dag-Erling Smorgrav Date: Thu, 7 Jun 2012 10:49:12 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports MOVED ports/sysutils Makefile ports/sysutils/pwgen Makefile distinfo pkg-descr ports/sysutils/pwgen/files patch-aa ports/sysutils/pwgen2 Makefile distinfo pkg-descr X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 10:49:12 -0000 des 2012-06-07 10:49:12 UTC FreeBSD ports repository Modified files: . MOVED sysutils Makefile sysutils/pwgen Makefile distinfo pkg-descr Removed files: sysutils/pwgen/files patch-aa sysutils/pwgen2 Makefile distinfo pkg-descr Log: Replace pwgen 1 with pwgen 2. The latter is a continuation of the former by a different author, with some serious bugs fixed. We were pretty much the only OS that still shipped pwgen 1, and for good reason: due to the way it implements phoneme equivalence and the way it tracks the length of the generated string, it only works correctly 16% of the time. This was not possible to fix without a major rewrite, which is precisely what the author of pwgen 2 did. Discussed with both maintainers and #bsdports. Revision Changes Path 1.2869 +2 -1 ports/MOVED 1.1415 +0 -1 ports/sysutils/Makefile 1.14 +9 -12 ports/sysutils/pwgen/Makefile 1.7 +2 -2 ports/sysutils/pwgen/distinfo 1.6 +0 -39 ports/sysutils/pwgen/files/patch-aa (dead) 1.3 +9 -4 ports/sysutils/pwgen/pkg-descr 1.14 +0 -25 ports/sysutils/pwgen2/Makefile (dead) 1.7 +0 -2 ports/sysutils/pwgen2/distinfo (dead) 1.3 +0 -10 ports/sysutils/pwgen2/pkg-descr (dead)