diff options
author | tnn <tnn@pkgsrc.org> | 2008-01-18 05:06:18 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-01-18 05:06:18 +0000 |
commit | ad6ceadd25e1d535423ffbc205cb3e45472c83ca (patch) | |
tree | 3fc4469ff1b731261dc8058b7c6233203bfd65ab /geography | |
parent | 15e62c5c46f9b1689f6ba1a7bb9e0fe21332c21f (diff) | |
download | pkgsrc-ad6ceadd25e1d535423ffbc205cb3e45472c83ca.tar.gz |
Per the process outlined in revbump(1), perform a recursive revbump
on packages that are affected by the switch from the openssl 0.9.7
branch to the 0.9.8 branch. ok jlam@
Diffstat (limited to 'geography')
-rw-r--r-- | geography/gdal-lib/Makefile | 4 | ||||
-rw-r--r-- | geography/gdal-lib/buildlink3.mk | 3 | ||||
-rw-r--r-- | geography/postgresql81-postgis/Makefile | 3 |
3 files changed, 6 insertions, 4 deletions
diff --git a/geography/gdal-lib/Makefile b/geography/gdal-lib/Makefile index 0b0a9f2a904..675ee90d452 100644 --- a/geography/gdal-lib/Makefile +++ b/geography/gdal-lib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2007/08/16 00:42:20 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2008/01/18 05:06:37 tnn Exp $ # DISTNAME= gdal-1.4.0 PKGNAME= gdal-lib-1.4.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= geography MASTER_SITES= http://www.gdal.org/dl/ diff --git a/geography/gdal-lib/buildlink3.mk b/geography/gdal-lib/buildlink3.mk index a819afd589e..c92a245aaef 100644 --- a/geography/gdal-lib/buildlink3.mk +++ b/geography/gdal-lib/buildlink3.mk @@ -1,4 +1,4 @@ -# $NetBSD: buildlink3.mk,v 1.7 2007/05/30 08:54:29 rillig Exp $ +# $NetBSD: buildlink3.mk,v 1.8 2008/01/18 05:06:37 tnn Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ GDAL_LIB_BUILDLINK3_MK:= ${GDAL_LIB_BUILDLINK3_MK}+ @@ -13,6 +13,7 @@ BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}gdal-lib .if !empty(GDAL_LIB_BUILDLINK3_MK:M+) BUILDLINK_API_DEPENDS.gdal-lib+= gdal-lib>=1.3.1 +BUILDLINK_ABI_DEPENDS.gdal-lib?= gdal-lib>=1.4.0nb3 BUILDLINK_PKGSRCDIR.gdal-lib?= ../../geography/gdal-lib .endif # GDAL_LIB_BUILDLINK3_MK diff --git a/geography/postgresql81-postgis/Makefile b/geography/postgresql81-postgis/Makefile index e649a31e2ec..1c5aa54cc6c 100644 --- a/geography/postgresql81-postgis/Makefile +++ b/geography/postgresql81-postgis/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.12 2008/01/03 13:41:28 gdt Exp $ +# $NetBSD: Makefile,v 1.13 2008/01/18 05:06:37 tnn Exp $ DISTNAME= postgis-${VERSION} VERSION= 1.3.2 PKGNAME= postgresql81-postgis-${VERSION} MASTER_SITES= http://postgis.refractions.net/download/ +PKGREVISION= 1 CATEGORIES= databases geography MAINTAINER= gdt@NetBSD.org |