Subject: CVS commit: sharesrc/share/man/man7
To: None <source-changes@netbsd.org>
From: Hubert Feyrer <hubertf@netbsd.org>
List: source-changes
Date: 11/29/2001 03:12:36
Module Name: sharesrc
Committed By: hubertf
Date: Thu Nov 29 01:12:36 UTC 2001
Modified Files:
sharesrc/share/man/man7: packages.7
Log Message:
Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
To generate a diff of this commit:
cvs rdiff -r1.60 -r1.61 sharesrc/share/man/man7/packages.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.