summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-05-21 16:06:16 +0000
committerabs <abs@pkgsrc.org>2001-05-21 16:06:16 +0000
commit9fe59637fe5165361f43e1b5e196fdd372064498 (patch)
tree160534ec5d5972fab8dcb7a1fc654bea30b92893 /TODO
parent37e6cc7ad49df918a51cc24fa7a7c427185694e6 (diff)
downloadpkgsrc-9fe59637fe5165361f43e1b5e196fdd372064498.tar.gz
Add:
o Have 'make extract' note the package version in ${WRKDIR}/.version, and 'make install' refuse to run if they do not match.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 55736a13511..14fba88f539 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$NetBSD: TODO,v 1.44 2001/05/18 08:27:24 zuntum Exp $
+$NetBSD: TODO,v 1.45 2001/05/21 16:06:16 abs Exp $
packages TODO (Suggested new packages)
^^^^^^^^^^^^^
@@ -85,3 +85,7 @@ pksgrc TODO (Suggested pkgsrc features and enhancements)
modifications for bsd.pkg.mk and will commit them after freeze. The
remaining and harder part is to make the cross-environment for HP-UX.
[kei]
+
+ o Have 'make extract' note the package version in ${WRKDIR}/.version,
+ and 'make install' refuse to run if they do not match.
+