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