svn commit: r309247 - in head/databases: postgresql84-server postgresql91-server postgresql92-server
Palle Girgensohn
girgen at FreeBSD.org
Wed Dec 19 16:13:31 UTC 2012
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
More information about the svn-ports-head
mailing list