summaryrefslogtreecommitdiff
path: root/databases/postgresql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2001-12-03 08:06:24 +0000
committerjlam <jlam@pkgsrc.org>2001-12-03 08:06:24 +0000
commit35cdfd9d760f47fa2059ff9dde6b9cf66f10fc69 (patch)
treefec53543ebbac781a63b91aa3ba41b6ed535ab54 /databases/postgresql
parent9ea2b2ee81bd7f1f6174ad14a99a62535eb148a0 (diff)
downloadpkgsrc-35cdfd9d760f47fa2059ff9dde6b9cf66f10fc69.tar.gz
Use PKGREVISION to manage the package-specific version number when it
differs from the distfile version number. G/C some the unused variables in postgresql/Makefile.common related to the old way of handling version numbers.
Diffstat (limited to 'databases/postgresql')
-rw-r--r--databases/postgresql/Makefile5
-rw-r--r--databases/postgresql/Makefile.common6
2 files changed, 3 insertions, 8 deletions
diff --git a/databases/postgresql/Makefile b/databases/postgresql/Makefile
index fe82d277d79..5ec2a774c1c 100644
--- a/databases/postgresql/Makefile
+++ b/databases/postgresql/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.65 2001/05/15 15:59:22 jlam Exp $
+# $NetBSD: Makefile,v 1.66 2001/12/03 08:06:25 jlam Exp $
.include "../../databases/postgresql/Makefile.common"
-PKGNAME= postgresql-${PG_VERS}
-PG_PKG_VERS= # empty
+PKGNAME= postgresql-${PG_BASE_VERS}
COMMENT= Robust, next generation, object-relational DBMS
DEPENDS+= postgresql-client>=${PG_BASE_VERS}:../../databases/postgresql-client
diff --git a/databases/postgresql/Makefile.common b/databases/postgresql/Makefile.common
index 0570d7806c2..76436599629 100644
--- a/databases/postgresql/Makefile.common
+++ b/databases/postgresql/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.23 2001/10/06 21:41:30 veego Exp $
+# $NetBSD: Makefile.common,v 1.24 2001/12/03 08:06:25 jlam Exp $
#
# This Makefile fragment is included by all PostgreSQL packages built from
# the main sources of the PostgreSQL distribution.
@@ -33,13 +33,9 @@ PATCHDIR= ${.CURDIR}/../../databases/postgresql/patches
#
# PG_DIST_VERS version number on the postgresql distfile
# PG_BASE_VERS pkgsrc-mangled version number (convert pl -> .)
-# PG_PKG_VERS pkgsrc revisions of postgresql (nbX, etc.)
-# PG_VERS pkgsrc version number of package
#
PG_DIST_VERS= 7.1.3
PG_BASE_VERS= ${PG_DIST_VERS}
-PG_PKG_VERS?= # empty
-PG_VERS= ${PG_BASE_VERS}${PG_PKG_VERS}
USE_GMAKE= # defined
GNU_CONFIGURE= # defined