aboutsummaryrefslogtreecommitdiffstats
path: root/www/thundercache
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2012-03-06 15:31:51 +0800
committercrees <crees@FreeBSD.org>2012-03-06 15:31:51 +0800
commitcdcdb27c9d1fb2d80347ad011103d4abeecdafb4 (patch)
tree612213a8d2c59adb4e57c58581ee536e991468b3 /www/thundercache
parentba6f6b0f12f51420d057c4a9f432e1588a58c846 (diff)
downloadfreebsd-ports-gnome-cdcdb27c9d1fb2d80347ad011103d4abeecdafb4.tar.gz
freebsd-ports-gnome-cdcdb27c9d1fb2d80347ad011103d4abeecdafb4.tar.zst
freebsd-ports-gnome-cdcdb27c9d1fb2d80347ad011103d4abeecdafb4.zip
- Set postgresql version 9.0 as default
- Add facility to set minimum/maximum version ranges in WANT_PGSQL_VER - Remove BROKEN_WITH_PGSQL shim PR: ports/165245 Submitted by: crees (me) Reviewed by: exp-runs by pav and erwin Discussed with: girgen
Diffstat (limited to 'www/thundercache')
-rw-r--r--www/thundercache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thundercache/Makefile b/www/thundercache/Makefile
index 7aa79686a881..8401a2ea2f47 100644
--- a/www/thundercache/Makefile
+++ b/www/thundercache/Makefile
@@ -7,7 +7,7 @@
PORTNAME= thundercache
PORTVERSION= 6.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.bmsoftware.org/packs/ \
http://www8.freebsdbrasil.com.br/~eksffa/thunder/ \
@@ -55,7 +55,7 @@ USE_APACHE= 20+
.if defined (WITH_PGSQL)
USE_PGSQL= yes
-WANT_PGSQL_VER= 84
+WANT_PGSQL_VER= 84+
RUN_DEPENDS+= postgresql-server>=0:${PORTSDIR}/databases/postgresql${PGSQL_VER}-server
.endif