From owner-svn-ports-all@FreeBSD.ORG Wed Dec 19 16:13:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 74B57664; Wed, 19 Dec 2012 16:13:31 +0000 (UTC) (envelope-from girgen@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 404B78FC17; Wed, 19 Dec 2012 16:13:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qBJGDVJf033784; Wed, 19 Dec 2012 16:13:31 GMT (envelope-from girgen@svn.freebsd.org) Received: (from girgen@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qBJGDUdH033781; Wed, 19 Dec 2012 16:13:30 GMT (envelope-from girgen@svn.freebsd.org) Message-Id: <201212191613.qBJGDUdH033781@svn.freebsd.org> From: Palle Girgensohn Date: Wed, 19 Dec 2012 16:13:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309247 - in head/databases: postgresql84-server postgresql91-server postgresql92-server X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2012 16:13:31 -0000 Author: girgen Date: Wed Dec 19 16:13:30 2012 New Revision: 309247 URL: http://svnweb.freebsd.org/changeset/ports/309247 Log: Chase ICU update properly and bump PORTREVISION Modified: head/databases/postgresql84-server/Makefile head/databases/postgresql91-server/Makefile head/databases/postgresql92-server/Makefile Modified: head/databases/postgresql84-server/Makefile ============================================================================== --- head/databases/postgresql84-server/Makefile Wed Dec 19 16:03:58 2012 (r309246) +++ head/databases/postgresql84-server/Makefile Wed Dec 19 16:13:30 2012 (r309247) @@ -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 Modified: head/databases/postgresql91-server/Makefile ============================================================================== --- head/databases/postgresql91-server/Makefile Wed Dec 19 16:03:58 2012 (r309246) +++ head/databases/postgresql91-server/Makefile Wed Dec 19 16:13:30 2012 (r309247) @@ -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 Modified: head/databases/postgresql92-server/Makefile ============================================================================== --- head/databases/postgresql92-server/Makefile Wed Dec 19 16:03:58 2012 (r309246) +++ head/databases/postgresql92-server/Makefile Wed Dec 19 16:13:30 2012 (r309247) @@ -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