diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-12-28 00:28:09 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-12-28 00:28:09 +0000 |
commit | b40fef45e37a9e92bae0367326cddccd540d7e72 (patch) | |
tree | cb91f11d29cf991e55291643d9ffb185815bb3ad | |
parent | 46ea05f309c2211164afd264d6698022c51a990f (diff) | |
download | pkgsrc-b40fef45e37a9e92bae0367326cddccd540d7e72.tar.gz |
Added pkg_notify-0.3.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | pkgtools/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 421840ed62d..8969b2b8d71 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.8483 2004/12/28 00:05:19 xtraeme Exp $ +$NetBSD: CHANGES,v 1.8484 2004/12/28 00:28:09 xtraeme Exp $ Changes to the packages collection and infrastructure in 2004: @@ -6602,3 +6602,4 @@ Changes to the packages collection and infrastructure in 2004: Added ap-rivet-0.4.0.1 [minskim 2004-12-27] Added py-urwid-0.8.4 [minskim 2004-12-27] Added xenvstat-20041127 [xtraeme 2004-12-27] + Added pkg_notify-0.3 [xtraeme 2004-12-27] diff --git a/pkgtools/Makefile b/pkgtools/Makefile index b1e9d212fae..e1d84fd19cd 100644 --- a/pkgtools/Makefile +++ b/pkgtools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.61 2004/08/28 00:26:57 gavan Exp $ +# $NetBSD: Makefile,v 1.62 2004/12/28 00:28:09 xtraeme Exp $ # COMMENT= Tools for use in the packages collection @@ -19,6 +19,7 @@ SUBDIR+= pkg_comp SUBDIR+= pkg_filecheck #SUBDIR+= pkg_install # Only install on demand of bsd.pkg.mk SUBDIR+= pkg_install-info +SUBDIR+= pkg_notify SUBDIR+= pkg_regress SUBDIR+= pkg_tarup SUBDIR+= pkgclean |