Add missing pg_id and bump PORTREVISION.

Reported by: Stefan Foulis
This commit is contained in:
Palle Girgensohn 2007-01-15 14:42:09 +00:00
parent 86455d5a2f
commit 38169870a0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182421
2 changed files with 5 additions and 3 deletions

View file

@ -7,7 +7,7 @@
PORTNAME?= postgresql
PORTVERSION?= 7.4.15
PORTREVISION?= 0
PORTREVISION?= 1
CATEGORIES?= databases
MASTER_SITES= ${MASTER_SITE_PGSQL}
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
@ -46,8 +46,9 @@ PLIST= ${PKGDIR}/pkg-plist${PKGNAMESUFFIX}
BUILD_DIRS?= src/backend src/backend/utils/mb/conversion_procs \
src/bin/initdb src/bin/initlocation src/bin/ipcclean \
src/bin/pg_controldata src/bin/pg_ctl src/bin/pg_resetxlog \
src/bin/postgres src/bin/postmaster src/pl
src/bin/pg_controldata src/bin/pg_ctl src/bin/pg_id \
src/bin/pg_resetxlog src/bin/postgres src/bin/postmaster \
src/pl
INSTALL_DIRS?= ${BUILD_DIRS}

View file

@ -3,6 +3,7 @@ bin/initlocation
bin/ipcclean
bin/pg_controldata
bin/pg_ctl
bin/pg_id
bin/pg_resetxlog
bin/postgres
bin/postmaster