From 72f58f762c358ff583338e4dcd5f7936b2eb7b89 Mon Sep 17 00:00:00 2001 From: Palle Girgensohn Date: Wed, 19 Dec 2012 16:13:30 +0000 Subject: [PATCH] Chase ICU update properly and bump PORTREVISION --- databases/postgresql84-server/Makefile | 4 ++-- databases/postgresql91-server/Makefile | 4 ++-- databases/postgresql92-server/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/databases/postgresql84-server/Makefile b/databases/postgresql84-server/Makefile index 2793c2008d27..4877caf30063 100644 --- a/databases/postgresql84-server/Makefile +++ b/databases/postgresql84-server/Makefile @@ -4,7 +4,7 @@ PORTNAME?= postgresql DISTVERSION?= 8.4.15 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= source/v${DISTVERSION} @@ -133,7 +133,7 @@ USE_AUTOTOOLS= autoconf CONFIGURE_ARGS+=--with-icu PATCH_SITES+= http://people.freebsd.org/~crees/postgresql-icu/:icu PATCHFILES+= ${ICU_PATCHFILE}:icu -LIB_DEPENDS+= icudata.48:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.50:${PORTSDIR}/devel/icu EXTRA_PATCHES+= ${FILESDIR}/extra-patch-icu4 . endif .endif # !SLAVE_ONLY diff --git a/databases/postgresql91-server/Makefile b/databases/postgresql91-server/Makefile index 916a95af4cac..f888cde42a3b 100644 --- a/databases/postgresql91-server/Makefile +++ b/databases/postgresql91-server/Makefile @@ -4,7 +4,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.1.7 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= source/v${DISTVERSION} @@ -133,7 +133,7 @@ PATCHFILES+= ${ICU_PATCHFILE}:icu . if defined(ICU_EXTRAPATCH) EXTRA_PATCHES+= ${ICU_EXTRAPATCH} . endif -LIB_DEPENDS+= icudata.48:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.50:${PORTSDIR}/devel/icu . endif .endif # !SLAVE_ONLY diff --git a/databases/postgresql92-server/Makefile b/databases/postgresql92-server/Makefile index 472fd129c73e..8359c2b1564d 100644 --- a/databases/postgresql92-server/Makefile +++ b/databases/postgresql92-server/Makefile @@ -4,7 +4,7 @@ PORTNAME?= postgresql DISTVERSION?= 9.2.2 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= databases MASTER_SITES= PGSQL MASTER_SITE_SUBDIR= source/v${DISTVERSION:S,beta,.0&,} @@ -132,7 +132,7 @@ PATCHFILES+= ${ICU_PATCHFILE}:icu . if defined(ICU_EXTRAPATCH) EXTRA_PATCHES+= ${ICU_EXTRAPATCH} . endif -LIB_DEPENDS+= icudata.48:${PORTSDIR}/devel/icu +LIB_DEPENDS+= icudata.50:${PORTSDIR}/devel/icu . endif .endif # !SLAVE_ONLY