diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-17 13:24:04 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-17 13:24:04 +0000 |
commit | 10e4a4cddafbc31f292f1c8f52e2063c9614889a (patch) | |
tree | 2605efad15e070b2af1ede9fd52bffaf169807eb | |
parent | d2df74278969e53ddcff8585a453bda0b6eefca6 (diff) | |
download | pkgsrc-10e4a4cddafbc31f292f1c8f52e2063c9614889a.tar.gz |
Add and enable same-1.3.
-rw-r--r-- | doc/CHANGES | 3 | ||||
-rw-r--r-- | sysutils/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index dbd790cadf0..423945a1b14 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.5624 2004/04/17 10:56:21 xtraeme Exp $ +$NetBSD: CHANGES,v 1.5625 2004/04/17 13:24:04 minskim Exp $ Changes to the packages collection and infrastructure in 2004: @@ -2042,3 +2042,4 @@ Changes to the packages collection and infrastructure in 2004: Updated libglade2 to 2.3.6nb1 [jmmv 2004-04-17] Updated evolution to 1.4.5nb9 [jmmv 2004-04-17] Updated openldap to 2.1.30 [xtraeme 2004-04-17] + Added same-1.3 [minskim 2004-04-17] diff --git a/sysutils/Makefile b/sysutils/Makefile index cbaa54e5b2f..a7517a1fc6f 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.231 2004/04/08 14:19:17 drochner Exp $ +# $NetBSD: Makefile,v 1.232 2004/04/17 13:24:04 minskim Exp $ COMMENT= System utilities @@ -137,6 +137,7 @@ SUBDIR+= rox-wrappers SUBDIR+= rtty SUBDIR+= ruby-quota SUBDIR+= safetynet +SUBDIR+= same SUBDIR+= sarah SUBDIR+= screentest SUBDIR+= scsiinfo |