pkgsrc/shells
hubertf 5542206cba 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.
2001-11-29 01:12:24 +00:00
..
bash2 Get rid of manually adding "nbX" to PKGNAME when a pkg was changed in 2001-11-29 01:12:24 +00:00
es Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
esh Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
rc Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
scsh Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
standalone-tcsh Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
static-tcsh Initial import of a statically-linked tcsh package, based on the 2001-08-14 12:46:44 +00:00
tcsh Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
zsh Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
zsh3 Move pkg/ files into package's toplevel directory 2001-10-31 22:18:56 +00:00
Makefile Add and enable static-tcsh 2001-08-14 12:47:05 +00:00