mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Chase upgrade of pgsql (patch update should be automated...).
This commit is contained in:
parent
eaa89f59ac
commit
fd7a431941
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=257996
3 changed files with 7 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pg_filedump
|
PORTNAME= pg_filedump
|
||||||
PORTVERSION= 8.3
|
PORTVERSION= 8.4
|
||||||
CATEGORIES= databases
|
CATEGORIES= databases
|
||||||
MASTER_SITES= http://sources.redhat.com/rhdb/tools/
|
MASTER_SITES= http://sources.redhat.com/rhdb/tools/
|
||||||
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
||||||
|
@ -16,9 +16,9 @@ MAINTAINER= kuriyama@FreeBSD.org
|
||||||
COMMENT= Utility to format PostgreSQL heap, index, etc into human-readable form
|
COMMENT= Utility to format PostgreSQL heap, index, etc into human-readable form
|
||||||
|
|
||||||
BUILD_DEPENDS= \
|
BUILD_DEPENDS= \
|
||||||
${NONEXISTENT}:${PORTSDIR}/databases/postgresql83-client:patch
|
${NONEXISTENT}:${PORTSDIR}/databases/postgresql84-client:patch
|
||||||
|
|
||||||
BROKEN= does not build
|
WRKSRC= ${WRKDIR}/${PORTNAME}-8.4.0
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${PREFIX}/bin
|
${INSTALL_PROGRAM} ${WRKSRC}/pg_filedump ${PREFIX}/bin
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (pg_filedump-8.3.tar) = d4e6cf9a221e4790b3a4a3ca27276fa0
|
MD5 (pg_filedump-8.4.tar) = fc7d8960adfcb642eb4db5aa39632380
|
||||||
SHA256 (pg_filedump-8.3.tar) = aa0a38043f10531109ff64138d5f5717d9d076685b84c4e41b5a0be40f70e014
|
SHA256 (pg_filedump-8.4.tar) = 75f6607cc78942683bda0967ebe72b7d411e5ba06b2dcd645d0eee2930e6595a
|
||||||
SIZE (pg_filedump-8.3.tar) = 71680
|
SIZE (pg_filedump-8.4.tar) = 71680
|
||||||
|
|
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
# PGSQL MUST POINT TO pgsql SOURCE DIRECTORY
|
# PGSQL MUST POINT TO pgsql SOURCE DIRECTORY
|
||||||
-PGSQL=../../../../postgres/pgsql
|
-PGSQL=../../../../postgres/pgsql
|
||||||
+PGSQL=../../../postgresql83-client/work/postgresql-8.3.9
|
+PGSQL=../../../postgresql84-client/work/postgresql-8.4.4
|
||||||
|
|
||||||
CRC_SRC=${PGSQL}/src/backend/utils/hash
|
CRC_SRC=${PGSQL}/src/backend/utils/hash
|
||||||
CRC_INCLUDE=${PGSQL}/src
|
CRC_INCLUDE=${PGSQL}/src
|
||||||
|
|
Loading…
Add table
Reference in a new issue