aboutsummaryrefslogtreecommitdiff
path: root/www/thundersnarf
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2012-03-06 07:31:51 +0000
committerChris Rees <crees@FreeBSD.org>2012-03-06 07:31:51 +0000
commit6a01694df5b1e7403c8f1a066a1e6b9384d4eee4 (patch)
tree4feac517964c9504153b15eaaba16f4c208376f5 /www/thundersnarf
parentdc9163dbcb1aa8249f96c42affacab3fd971948c (diff)
downloadports-6a01694df5b1e7403c8f1a066a1e6b9384d4eee4.tar.gz
ports-6a01694df5b1e7403c8f1a066a1e6b9384d4eee4.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
Notes
Notes: svn path=/head/; revision=292811
Diffstat (limited to 'www/thundersnarf')
-rw-r--r--www/thundersnarf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/thundersnarf/Makefile b/www/thundersnarf/Makefile
index d3a6bba0f05d..b4018e5f1259 100644
--- a/www/thundersnarf/Makefile
+++ b/www/thundersnarf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= thundersnarf
PORTVERSION= 1.3
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= http://www.tracanelli.com.br/l/dev/thunder/ \
@@ -33,7 +33,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