mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Update to 3.3.7
Submitted by: m.tsatsenko@gmail.com (maintainer, via mail)
This commit is contained in:
parent
9b305e9b7b
commit
0b1a8c547a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357388
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user