aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2014-09-14 23:31:30 +0800
committerMatthew Seaman <matthew@FreeBSD.org>2014-09-14 23:31:30 +0800
commit534b0df3afb52b59a126e1651aebfa3f93c0ba78 (patch)
treec397b6e8bb2dba22644f0de90211f7df4925f9c7 /www
parent96818296e2791abc58a922860a1794e0fdea02dd (diff)
downloadfreebsd-ports-gnome-534b0df3afb52b59a126e1651aebfa3f93c0ba78.tar.gz
freebsd-ports-gnome-534b0df3afb52b59a126e1651aebfa3f93c0ba78.tar.zst
freebsd-ports-gnome-534b0df3afb52b59a126e1651aebfa3f93c0ba78.zip
Update to 4.0.22
- USES_PGSQL -> USES+= pgsql - Remove Sourceforge from MASTER_SITES: it only ever had rt-4.0.16 available - Now that the problems with UTF8 in the DB have been solved, switch back to depending on p5-DBD-Pg rather than p5-DBD-Pg32
Diffstat (limited to 'www')
-rw-r--r--www/rt40/Makefile7
-rw-r--r--www/rt40/Makefile.cpan2
-rw-r--r--www/rt40/distinfo4
3 files changed, 6 insertions, 7 deletions
diff --git a/www/rt40/Makefile b/www/rt40/Makefile
index 98f1a79553d7..a66a3624cee9 100644
--- a/www/rt40/Makefile
+++ b/www/rt40/Makefile
@@ -1,10 +1,9 @@
# $FreeBSD$
PORTNAME= rt
-PORTVERSION= 4.0.21
+PORTVERSION= 4.0.22
CATEGORIES= www
-MASTER_SITES= http://download.bestpractical.com/pub/rt/release/ \
- SF/requesttracker/
+MASTER_SITES= http://download.bestpractical.com/pub/rt/release/
PKGNAMESUFFIX= 40
MAINTAINER= matthew@FreeBSD.org
@@ -86,7 +85,7 @@ SPAWN_FCGI_RUN_DEPENDS= ${LOCALBASE}/bin/spawn-fcgi:${PORTSDIR}/www/spawn-fcgi
MYSQL_USE= MYSQL=yes
MYSQL_RUN_DEPENDS= ${MYSQL_DEPS}
-PGSQL_USE= PGSQL=yes
+PGSQL_USES= pgsql
PGSQL_RUN_DEPENDS= ${PGSQL_DEPS}
ORACLE_RUN_DEPENDS= ${ORACLE_DEPS}
diff --git a/www/rt40/Makefile.cpan b/www/rt40/Makefile.cpan
index 765f3d939bc8..ff2d81156039 100644
--- a/www/rt40/Makefile.cpan
+++ b/www/rt40/Makefile.cpan
@@ -113,7 +113,7 @@ MYSQL_DEPS= p5-DBD-mysql>=2.1018:${PORTSDIR}/databases/p5-DBD-mysql
ORACLE_DEPS= p5-DBD-Oracle>0:${PORTSDIR}/databases/p5-DBD-Oracle
-PGSQL_DEPS= p5-DBD-Pg32=3.2.1:${PORTSDIR}/databases/p5-DBD-Pg32
+PGSQL_DEPS= p5-DBD-Pg>=3.3.1:${PORTSDIR}/databases/p5-DBD-Pg
SQLITE_DEPS= p5-DBD-SQLite>=1.00:${PORTSDIR}/databases/p5-DBD-SQLite
diff --git a/www/rt40/distinfo b/www/rt40/distinfo
index 2aba2d6c9710..4200b4e763de 100644
--- a/www/rt40/distinfo
+++ b/www/rt40/distinfo
@@ -1,2 +1,2 @@
-SHA256 (rt-4.0.21.tar.gz) = f3a567a43a7c4bd85a1f63427ba92336ca6c0c0fb1053baa61195e338308a48a
-SIZE (rt-4.0.21.tar.gz) = 6944530
+SHA256 (rt-4.0.22.tar.gz) = dfcadacef6e2854a0761b0dbd83e9e8c19e31d933712e9eb21ef3fb0c28ce5aa
+SIZE (rt-4.0.22.tar.gz) = 6940740