mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Add missing pg_id and bump PORTREVISION.
Reported by: Stefan Foulis
This commit is contained in:
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
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
PORTNAME?= postgresql
|
PORTNAME?= postgresql
|
||||||
PORTVERSION?= 7.4.15
|
PORTVERSION?= 7.4.15
|
||||||
PORTREVISION?= 0
|
PORTREVISION?= 1
|
||||||
CATEGORIES?= databases
|
CATEGORIES?= databases
|
||||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||||
MASTER_SITE_SUBDIR= source/v${PORTVERSION}
|
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 \
|
BUILD_DIRS?= src/backend src/backend/utils/mb/conversion_procs \
|
||||||
src/bin/initdb src/bin/initlocation src/bin/ipcclean \
|
src/bin/initdb src/bin/initlocation src/bin/ipcclean \
|
||||||
src/bin/pg_controldata src/bin/pg_ctl src/bin/pg_resetxlog \
|
src/bin/pg_controldata src/bin/pg_ctl src/bin/pg_id \
|
||||||
src/bin/postgres src/bin/postmaster src/pl
|
src/bin/pg_resetxlog src/bin/postgres src/bin/postmaster \
|
||||||
|
src/pl
|
||||||
|
|
||||||
INSTALL_DIRS?= ${BUILD_DIRS}
|
INSTALL_DIRS?= ${BUILD_DIRS}
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,7 @@ bin/initlocation
|
||||||
bin/ipcclean
|
bin/ipcclean
|
||||||
bin/pg_controldata
|
bin/pg_controldata
|
||||||
bin/pg_ctl
|
bin/pg_ctl
|
||||||
|
bin/pg_id
|
||||||
bin/pg_resetxlog
|
bin/pg_resetxlog
|
||||||
bin/postgres
|
bin/postgres
|
||||||
bin/postmaster
|
bin/postmaster
|
||||||
|
|
Loading…
Add table
Reference in a new issue