diff options
author | Sean Chittenden <seanc@FreeBSD.org> | 2002-10-27 20:16:19 +0000 |
---|---|---|
committer | Sean Chittenden <seanc@FreeBSD.org> | 2002-10-27 20:16:19 +0000 |
commit | 6e6ddae19169c8511f76c748542b7d1635d746b9 (patch) | |
tree | 52ba4366479a43f72a178744766bd84d0bcc586b /databases/postgresql-devel | |
parent | b7115bf06fc5ac34747ea6fa4ee1373b6f6f43e1 (diff) | |
download | ports-6e6ddae19169c8511f76c748542b7d1635d746b9.tar.gz ports-6e6ddae19169c8511f76c748542b7d1635d746b9.zip |
Notes
Diffstat (limited to 'databases/postgresql-devel')
-rw-r--r-- | databases/postgresql-devel/Makefile | 27 | ||||
-rw-r--r-- | databases/postgresql-devel/distinfo | 10 |
2 files changed, 24 insertions, 13 deletions
diff --git a/databases/postgresql-devel/Makefile b/databases/postgresql-devel/Makefile index 1c6110149323..3f0c42183f31 100644 --- a/databases/postgresql-devel/Makefile +++ b/databases/postgresql-devel/Makefile @@ -6,25 +6,31 @@ # PORTNAME?= postgresql -PORTVERSION?= 7.3.b2 +PORTVERSION?= 7.3.b3 PKGNAMESUFFIX= -devel CATEGORIES?= databases -MASTER_SITES= ftp://ftp.postgresql.org/pub/%SUBDIR%/ \ +MASTER_SITES= ftp://ftp9.us.postgresql.org/pub/mirrors/postgresql/%SUBDIR%/ \ + ftp://ftp5.us.postgresql.org/pub/PostgreSQL/%SUBDIR%/ \ + ftp://ftp3.us.postgresql.org/pub/postgresql/%SUBDIR%/ \ + ftp://ftp13.us.postgresql.org/mirror/postresql/%SUBDIR%/ \ + ftp://ftp8.us.postgresql.org/pub/pgsql/%SUBDIR%/ \ + ftp://ftp10.us.postgresql.org/pub/postgresql/%SUBDIR%/ \ ftp://ftp.se.postgresql.org/pub/database/relational/postgresql/%SUBDIR%/ \ ftp://ftp2.ch.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp.de.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp.chg.ru/pub/databases/postgresql/%SUBDIR%/ \ ftp://ftp.sunet.se/pub/unix/databases/relational/postgresql/%SUBDIR%/ \ - ftp://ftp2.ch.postgresql.org/mirror/postgresql/%SUBDIR%/ \ ftp://ftp.jaist.ac.jp/pub/dbms/PostgreSQL/%SUBDIR%/ \ - ftp://ftp.us.postgresql.org/%SUBDIR%/ + ftp://ftp.us.postgresql.org/%SUBDIR%/ \ + ftp://ftp.postgresql.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= source/v7.3beta -DISTFILES= postgresql-base-7.3b2${EXTRACT_SUFX} \ - postgresql-opt-7.3b2${EXTRACT_SUFX} +DISTFILES= postgresql-base-7.3b3${EXTRACT_SUFX} \ + postgresql-opt-7.3b3${EXTRACT_SUFX} \ + postgresql-test-7.3b3${EXTRACT_SUFX} MAINTAINER?= seanc@FreeBSD.org -WRKSRC= ${WRKDIR}/postgresql-7.3b2 +WRKSRC= ${WRKDIR}/postgresql-7.3b3 DIST_SUBDIR= postgresql USE_GMAKE= YES @@ -127,7 +133,8 @@ pre-everything:: @${ECHO} "CAUTION!!!!!" @${ECHO} "" @${ECHO} " This is a development port! You will have to re-initdb between" - @${ECHO} " upgrades as the system catalogs may change between snapshots." + @${ECHO} " upgrades as the system catalogs have changed between snapshots." + @${ECHO} "" @${ECHO} " Running this version of the port implies a large degree of" @${ECHO} " familiarity with the PostgreSQL development cycle and process." @${ECHO} " You should _always_ backup your data using pg_dump(all) before" @@ -201,5 +208,9 @@ do-install: post-clean: @ ${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc +check: + @ cd ${WRKSRC}; \ + ${GMAKE} check + .include <bsd.port.mk> .endif diff --git a/databases/postgresql-devel/distinfo b/databases/postgresql-devel/distinfo index 6e0ad7b357b7..de49a08fabbc 100644 --- a/databases/postgresql-devel/distinfo +++ b/databases/postgresql-devel/distinfo @@ -1,5 +1,5 @@ -MD5 (postgresql/postgresql-7.3b2.tar.gz) = b199f470fd834efab8a6e564b1d5342c -MD5 (postgresql/postgresql-base-7.3b2.tar.gz) = 6e731ab8292f3d85c2a30800ece3ebf9 -MD5 (postgresql/postgresql-docs-7.3b2.tar.gz) = d5d7125d6afa6da661c39f86e3bf727b -MD5 (postgresql/postgresql-opt-7.3b2.tar.gz) = 69c74213b532342026975310003a2fdb -MD5 (postgresql/postgresql-test-7.3b2.tar.gz) = d7913696003144a048713e1ca9e646ec +MD5 (postgresql/postgresql-7.3b3.tar.gz) = e40e810105002cefdaa1c10853e3f7fa +MD5 (postgresql/postgresql-base-7.3b3.tar.gz) = 416092b132aadbbed2dfca4990357f75 +MD5 (postgresql/postgresql-docs-7.3b3.tar.gz) = 8c16b9ce0bdece3fa61e1b1c7a9d0c60 +MD5 (postgresql/postgresql-opt-7.3b3.tar.gz) = 9de8adc0ef6f268f2e15ab6f9e597609 +MD5 (postgresql/postgresql-test-7.3b3.tar.gz) = 63be4334f5ea1628ebeafe3bd773a7d6 |