diff options
author | hubertf <hubertf> | 1999-08-23 15:41:24 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1999-08-23 15:41:24 +0000 |
commit | 0711481adcd49fc2411d535040c550c2880654d5 (patch) | |
tree | 8bdc342b6d7bb1b12afba92afbb8ffb910bfba93 /pkgtools | |
parent | a8a008ab7834ef3db09a13fb9c3a111c412d0954 (diff) | |
download | pkgsrc-0711481adcd49fc2411d535040c550c2880654d5.tar.gz |
Bump version to pkg_install-19990823.
Main reason is that the last update collided with an earlier one
on the same day, and people ended up with the wrong distfile
(content-wise).
New features in this version:
- Compile in full names for chown(1), chmod(1) and chgrp(1).
Fixes PR 8250 by Wiz <wiz@danbala.ifoer.tuwien.ac.at>.
- pkg_delete calls DEINSTALL script a second time after all the files
are removed, with "DEINSTALL $PKGNAME POST-DEINSTALL" as args
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/pkg_install/Makefile | 4 | ||||
-rw-r--r-- | pkgtools/pkg_install/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index 1fcc8282051..0132b938c00 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 1999/08/19 07:32:59 tron Exp $ +# $NetBSD: Makefile,v 1.25 1999/08/23 15:41:24 hubertf Exp $ # Note to package maintainers: # To update the distfile of this pkg, cd to /usr/src/usr.sbin, @@ -8,7 +8,7 @@ # (Use "make show-pkgtools-version" to find the correct value # for YYYYMMDD) -DISTNAME= pkg_install-19990819 +DISTNAME= pkg_install-19990823 CATEGORIES= pkgtools MASTER_SITES= ${MASTER_SITE_LOCAL} diff --git a/pkgtools/pkg_install/files/md5 b/pkgtools/pkg_install/files/md5 index 7c06c314396..8241c7aa086 100644 --- a/pkgtools/pkg_install/files/md5 +++ b/pkgtools/pkg_install/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.11 1999/08/19 21:44:27 hubertf Exp $ +$NetBSD: md5,v 1.12 1999/08/23 15:41:25 hubertf Exp $ -MD5 (pkg_install-19990819.tar.gz) = 8d8df75c84f3adc6e92f3d8cb8b2b888 +MD5 (pkg_install-19990823.tar.gz) = 264eede79000856dd4ca102f96f36beb |