aboutsummaryrefslogtreecommitdiff
path: root/www/otrs
diff options
context:
space:
mode:
authorCarlo Strub <cs@FreeBSD.org>2014-06-10 21:52:47 +0000
committerCarlo Strub <cs@FreeBSD.org>2014-06-10 21:52:47 +0000
commit0b1a8c547a5ad9a63a4c10c36bed43e1b14d8b75 (patch)
tree0e8787a5a0ed1b71aea25738b1dde20b4af2910d /www/otrs
parent9b305e9b7bd74230d968357dd3e88e4789ec37be (diff)
downloadports-0b1a8c547a5ad9a63a4c10c36bed43e1b14d8b75.tar.gz
ports-0b1a8c547a5ad9a63a4c10c36bed43e1b14d8b75.zip
Notes
Diffstat (limited to 'www/otrs')
-rw-r--r--www/otrs/Makefile3
-rw-r--r--www/otrs/distinfo4
-rw-r--r--www/otrs/files/pkg-message.in9
3 files changed, 13 insertions, 3 deletions
diff --git a/www/otrs/Makefile b/www/otrs/Makefile
index 7d4230cacfbf..15bfac8b9555 100644
--- a/www/otrs/Makefile
+++ b/www/otrs/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= otrs
-PORTVERSION= 3.3.6
+PORTVERSION= 3.3.7
CATEGORIES= www
MASTER_SITES= http://ftp.otrs.org/pub/otrs/ \
ftp://ftp.samurai.com/pub/otrs/ \
@@ -63,6 +63,7 @@ USERS= ${PORTNAME}
GROUPS= ${USERS} www
SUB_FILES= pkg-message
+SUB_LIST= OTRS_USER=${USERS} OTRS_GROUP=${USERS} WWWOWN=${WWWOWN}
PKGMESSAGE= ${WRKDIR}/pkg-message
ROOT_DIRS_LIST= Kernel bin scripts doc
diff --git a/www/otrs/distinfo b/www/otrs/distinfo
index aecb2d755339..92b7467c43e8 100644
--- a/www/otrs/distinfo
+++ b/www/otrs/distinfo
@@ -1,2 +1,2 @@
-SHA256 (otrs-3.3.6.tar.bz2) = de170be028a15828810e332f8de9a90820b8b5a8bab40e79ebec6459680715ae
-SIZE (otrs-3.3.6.tar.bz2) = 20193699
+SHA256 (otrs-3.3.7.tar.bz2) = 0fbc03ad139d0f53c39db86f124d16a97d23befc1d104ae39144aadf627cfeaf
+SIZE (otrs-3.3.7.tar.bz2) = 20310945
diff --git a/www/otrs/files/pkg-message.in b/www/otrs/files/pkg-message.in
index ae5a05de0b3b..e55a54872121 100644
--- a/www/otrs/files/pkg-message.in
+++ b/www/otrs/files/pkg-message.in
@@ -7,6 +7,15 @@ Please see http://doc.otrs.org/3.3/en/html/ and/or documentation in
%%DOCSDIR%% for further instructions, particularly regarding
configuring your web server, database, cron scripts, and receiving emails.
+Do not forget to run otrs.SetPermissions.pl script.
+For example:
+# %%PREFIX%%/otrs/bin/otrs.SetPermissions.pl \
+--web-user=%%WWWOWN%% --web-group=%%WWWOWN%% \
+--otrs-user=%%OTRS_USER%% --otrs-group=%%OTRS_GROUP%% \
+--admin-user=root --admin-group=wheel \
+%%PREFIX%%/otrs
+
+
If you are upgrading from an earlier version, follow the instructions for
upgrading your database schema and configuration files given in
%%DOCSDIR%%/UPGRADING.md