diff options
author | adam <adam@pkgsrc.org> | 2008-10-06 09:42:59 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-06 09:42:59 +0000 |
commit | b27a3ccccc617120138a1ddd3733726b0a59128e (patch) | |
tree | a40bb83defad53f76c02b17b5446be30dc09a24d /databases/postgresql83/Makefile.common | |
parent | 07959a3a85a7f637062998023e031d1440466187 (diff) | |
download | pkgsrc-b27a3ccccc617120138a1ddd3733726b0a59128e.tar.gz |
Changes 8.3.4:
Bug-fix release, see HISTORY for details.
Diffstat (limited to 'databases/postgresql83/Makefile.common')
-rw-r--r-- | databases/postgresql83/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql83/Makefile.common b/databases/postgresql83/Makefile.common index 3fcb8b83887..753b68632ae 100644 --- a/databases/postgresql83/Makefile.common +++ b/databases/postgresql83/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2008/06/20 06:54:42 adam Exp $ +# $NetBSD: Makefile.common,v 1.4 2008/10/06 09:42:59 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -37,7 +37,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql83/patches # # Note: Do not forget jdbc-postgresql83 when updating version # -DIST_VERS?= 8.3.3 +DIST_VERS?= 8.3.4 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql83-client+= postgresql83-client>=${BASE_VERS} |