diff options
-rw-r--r-- | databases/Makefile | 3 | ||||
-rw-r--r-- | databases/postgresql90/Makefile.common | 3 | ||||
-rw-r--r-- | doc/CHANGES-2011 | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/databases/Makefile b/databases/Makefile index c1bf63bc517..269434ae481 100644 --- a/databases/Makefile +++ b/databases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.363 2011/02/10 16:25:55 wiz Exp $ +# $NetBSD: Makefile,v 1.364 2011/02/16 06:35:30 manu Exp $ # COMMENT= Databases @@ -239,6 +239,7 @@ SUBDIR+= postgresql90-datatypes SUBDIR+= postgresql90-dblink SUBDIR+= postgresql90-docs SUBDIR+= postgresql90-monitoring +SUBDIR+= postgresql90-fuzzystrmatch SUBDIR+= postgresql90-pgcrypto SUBDIR+= postgresql90-plperl SUBDIR+= postgresql90-plpython diff --git a/databases/postgresql90/Makefile.common b/databases/postgresql90/Makefile.common index 16a918854ce..1568a696297 100644 --- a/databases/postgresql90/Makefile.common +++ b/databases/postgresql90/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.9 2011/02/09 08:48:16 adam Exp $ +# $NetBSD: Makefile.common,v 1.10 2011/02/16 06:35:30 manu Exp $ # # used by databases/postgresql90-adminpack/Makefile # used by databases/postgresql90-client/Makefile # used by databases/postgresql90-datatypes/Makefile # used by databases/postgresql90-dblink/Makefile # used by databases/postgresql90-docs/Makefile +# used by databases/postgresql90-fuzzystrmatch/Makefile # used by databases/postgresql90-pgcrypto/Makefile # used by databases/postgresql90-plperl/Makefile # used by databases/postgresql90-plpython/Makefile diff --git a/doc/CHANGES-2011 b/doc/CHANGES-2011 index 6317e2ce7cd..3d7d944d81e 100644 --- a/doc/CHANGES-2011 +++ b/doc/CHANGES-2011 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2011,v 1.378 2011/02/15 20:15:46 jmmv Exp $ +$NetBSD: CHANGES-2011,v 1.379 2011/02/16 06:35:29 manu Exp $ Changes to the packages collection and infrastructure in 2011: @@ -628,3 +628,4 @@ Changes to the packages collection and infrastructure in 2011: Updated multimedia/libmatroska to 1.1.0 [drochner 2011-02-15] Updated devel/libebml to 1.2.0 [drochner 2011-02-15] Updated wm/fvwm-devel to 2.5.31 [jmmv 2011-02-15] + Added databases/postgresql90-fuzzystrmatch [manu 2011-02-16] |