Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id 354E763B882 for ; Thu, 6 Mar 2008 08:37:28 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id E27AB63B18A; Thu, 6 Mar 2008 08:37:27 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 3A28C63B137 for ; Thu, 6 Mar 2008 08:37:27 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 09406175C1; Thu, 6 Mar 2008 08:37:27 +0000 (UTC) From: Roland Illig Subject: CVS commit: pkgsrc/pkgtools/pkglint/files To: pkgsrc-changes@NetBSD.org Reply-To: rillig@netbsd.org Message-Id: <20080306083727.09406175C1@cvs.netbsd.org> Date: Thu, 6 Mar 2008 08:37:27 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org Precedence: list Module Name: pkgsrc Committed By: rillig Date: Thu Mar 6 08:37:26 UTC 2008 Modified Files: pkgsrc/pkgtools/pkglint/files: pkglint.pl Log Message: After the recent fixes by wiz, the regular expression for splitting a package name into PKGBASE and PKGVERSION has been changed. It treats everything in front of the last hyphen as the package basename and the rest (which will hopefully start with a digit) as the package version. Packages that are affected by this change are for example: * fonts/*-100dpi * lang/elisp-manual: elisp-manual-21-2.8 * mail/postfix-current: postfix-2.6-20080216 * net/flodo: flodo-4-20040907 To generate a diff of this commit: cvs rdiff -r1.766 -r1.767 pkgsrc/pkgtools/pkglint/files/pkglint.pl Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.