svn commit: r357388 - in head/www/otrs: . files
Carlo Strub
cs at FreeBSD.org
Tue Jun 10 21:52:48 UTC 2014
Author: cs
Date: Tue Jun 10 21:52:47 2014
New Revision: 357388
URL: http://svnweb.freebsd.org/changeset/ports/357388
QAT: https://qat.redports.org/buildarchive/r357388/
Log:
Update to 3.3.7
Submitted by: m.tsatsenko at gmail.com (maintainer, via mail)
Modified:
head/www/otrs/Makefile
head/www/otrs/distinfo
head/www/otrs/files/pkg-message.in
Modified: head/www/otrs/Makefile
==============================================================================
--- head/www/otrs/Makefile Tue Jun 10 21:48:33 2014 (r357387)
+++ head/www/otrs/Makefile Tue Jun 10 21:52:47 2014 (r357388)
@@ -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
Modified: head/www/otrs/distinfo
==============================================================================
--- head/www/otrs/distinfo Tue Jun 10 21:48:33 2014 (r357387)
+++ head/www/otrs/distinfo Tue Jun 10 21:52:47 2014 (r357388)
@@ -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
Modified: head/www/otrs/files/pkg-message.in
==============================================================================
--- head/www/otrs/files/pkg-message.in Tue Jun 10 21:48:33 2014 (r357387)
+++ head/www/otrs/files/pkg-message.in Tue Jun 10 21:52:47 2014 (r357388)
@@ -7,6 +7,15 @@ Please see http://doc.otrs.org/3.3/en/ht
%%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
More information about the svn-ports-all
mailing list