diff options
author | joerg <joerg@pkgsrc.org> | 2008-03-13 17:38:48 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-03-13 17:38:48 +0000 |
commit | 9a2f6d5d6cf76b7fedaed453ff8101e034ede73d (patch) | |
tree | 127ebf211a108e1c56fd9eabb15e75350a8ecc0b /geography | |
parent | 6f5a310f3ebb2588f5d2ebfd34b1907381de1fed (diff) | |
download | pkgsrc-9a2f6d5d6cf76b7fedaed453ff8101e034ede73d.tar.gz |
Make PostgreSQL 8.2 the default version. Bump all packages using it.
Remove PostgreSQL 8.0 as choice.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 55171310f4b..9cdac156a2f 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.13 2008/02/16 01:29:00 gdt Exp $ +# $NetBSD: Makefile,v 1.14 2008/03/13 17:38:48 joerg Exp $ # DISTNAME= gdal-1.4.0 PKGNAME= gdal-lib-1.4.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= geography MASTER_SITES= http://www.gdal.org/dl/ |