diff options
Diffstat (limited to 'databases/postgresql74')
-rw-r--r-- | databases/postgresql74/Makefile.common | 12 | ||||
-rw-r--r-- | databases/postgresql74/distinfo | 8 |
2 files changed, 10 insertions, 10 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common index 04d8e92439b..e0d8af7a5b7 100644 --- a/databases/postgresql74/Makefile.common +++ b/databases/postgresql74/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.11 2004/08/21 17:27:04 seb Exp $ +# $NetBSD: Makefile.common,v 1.12 2004/10/10 07:30:22 jdolecek Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -11,12 +11,14 @@ DISTNAME?= postgresql-${DIST_VERS} CATEGORIES+= databases -MASTER_SITES?= http://www.postgresql.org/ftpsite/source/v${DIST_VERS}/ \ - ftp://ftp.postgresql.org/pub/source/v${DIST_VERS}/ \ +MASTER_SITES?= \ ftp://ftp.de.postgresql.org/mirror/postgresql/source/v${DIST_VERS}/ \ ftp://gd.tuwien.ac.at/db/www.postgresql.org/pub/source/v${DIST_VERS}/ \ ftp://ftp.sunsite.auc.dk/mirrors/postgresql/source/v${DIST_VERS}/ \ - ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${DIST_VERS}/ + ftp://ftp.jaist.ac.jp/pub/dbms/postgres95/source/v${DIST_VERS}/ \ + http://www.postgresql.org/ftpsite/source/v${DIST_VERS}/ \ + ftp://ftp.postgresql.org/pub/source/v${DIST_VERS}/ + EXTRACT_SUFX= .tar.bz2 MAINTAINER?= recht@NetBSD.org @@ -34,7 +36,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql74/patches # BASE_VERS pkgsrc-mangled version number (convert pl -> .) # # Note: Do not forget jdbc-postgresql when updating version -DIST_VERS?= 7.4.3 +DIST_VERS?= 7.4.5 BASE_VERS?= ${DIST_VERS} BUILDLINK_DEPENDS.postgresql74-lib?= postgresql74-lib>=${BASE_VERS} diff --git a/databases/postgresql74/distinfo b/databases/postgresql74/distinfo index 6d87e0dcb3d..7a5d3002e57 100644 --- a/databases/postgresql74/distinfo +++ b/databases/postgresql74/distinfo @@ -1,9 +1,7 @@ -$NetBSD: distinfo,v 1.6 2004/07/24 22:44:12 recht Exp $ +$NetBSD: distinfo,v 1.7 2004/10/10 07:30:22 jdolecek Exp $ -SHA1 (postgresql-7.4.3.tar.bz2) = 26df04f0a32a482646850d9b34d95509c97cb585 -Size (postgresql-7.4.3.tar.bz2) = 10149755 bytes -SHA1 (hier-Pg7.4-0.5.3.tar.gz) = 5b99167a9a87130cc2b7f582e28e3aef6f7f67b3 -Size (hier-Pg7.4-0.5.3.tar.gz) = 34662 bytes +SHA1 (postgresql-7.4.5.tar.bz2) = 42582179398106fb9cfd5fac44f9fc7c614b07ef +Size (postgresql-7.4.5.tar.bz2) = 10180504 bytes SHA1 (patch-aa) = e9b99b04c02b3f04d21144a22489618948c378a8 SHA1 (patch-ab) = f44a544c56452bad197a88cb827e88624c54656c SHA1 (patch-ac) = 39ce96f3ea9fc1167c8d21168fd1536077898d58 |