diff options
Diffstat (limited to 'databases/postgresql80')
-rw-r--r-- | databases/postgresql80/Makefile.common | 10 | ||||
-rw-r--r-- | databases/postgresql80/distinfo | 8 |
2 files changed, 11 insertions, 7 deletions
diff --git a/databases/postgresql80/Makefile.common b/databases/postgresql80/Makefile.common index 3215077a1b6..35e1ed88473 100644 --- a/databases/postgresql80/Makefile.common +++ b/databases/postgresql80/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2007/02/08 20:00:57 adam Exp $ +# $NetBSD: Makefile.common,v 1.28 2007/04/30 13:37:36 adam Exp $ # # This Makefile fragment is included by all PostgreSQL packages built from # the main sources of the PostgreSQL distribution except jdbc-postgresql. @@ -22,7 +22,11 @@ HOMEPAGE?= http://www.postgresql.org/ # MASTER_SORT_REGEX= ${MASTER_SORT:S/./\\./g:C/.*/:\/\/[^[\/]*&\/ :\/\/[^\/]*&\\./} -CONFLICTS+= postgresql-[0-9]* postgresql73-* postgresql74-* postgresql81-* +CONFLICTS+= postgresql-[0-9]* +CONFLICTS+= postgresql73-[0-9]* +CONFLICTS+= postgresql74-[0-9]* +CONFLICTS+= postgresql81-[0-9]* +CONFLICTS+= postgresql82-[0-9]* DISTINFO_FILE?= ${.CURDIR}/../postgresql80/distinfo COMMON_FILESDIR?= ${.CURDIR}/../postgresql80/files @@ -35,7 +39,7 @@ PATCHDIR?= ${.CURDIR}/../postgresql80/patches # # Note: Do not forget jdbc-postgresql80 when updating version # -DIST_VERS?= 8.0.12 +DIST_VERS?= 8.0.13 BASE_VERS?= ${DIST_VERS} BUILDLINK_API_DEPENDS.postgresql80-client+= postgresql80-client>=${BASE_VERS} diff --git a/databases/postgresql80/distinfo b/databases/postgresql80/distinfo index dd6a306fd7c..f5e9b6e700e 100644 --- a/databases/postgresql80/distinfo +++ b/databases/postgresql80/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.17 2007/02/08 20:00:57 adam Exp $ +$NetBSD: distinfo,v 1.18 2007/04/30 13:37:36 adam Exp $ -SHA1 (postgresql-8.0.12.tar.bz2) = 288ea19241989c8fc3c5c6feb85eae707a0e723e -RMD160 (postgresql-8.0.12.tar.bz2) = f5e7175715b37b078be8c63e715494abbf16f5d7 -Size (postgresql-8.0.12.tar.bz2) = 11164504 bytes +SHA1 (postgresql-8.0.13.tar.bz2) = 9c3b7ce5090f9cbf3fe288cec81ee1b68b14dce0 +RMD160 (postgresql-8.0.13.tar.bz2) = 75c660a79cb851175a1d4980ccae9abb11d41c0f +Size (postgresql-8.0.13.tar.bz2) = 11181003 bytes SHA1 (patch-aa) = d681a5b2bb4dfce4e3db1490b97fed1b99ff445f SHA1 (patch-ab) = 1a80710d13723f2c8130d8235bb40c43af9d9ccd SHA1 (patch-ac) = 092d96fe2baafe8eef731b45a85d33fc40584044 |