From owner-svn-ports-all@FreeBSD.ORG Tue Jun 10 21:52:48 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6B392508; Tue, 10 Jun 2014 21:52:48 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3EF8F2744; Tue, 10 Jun 2014 21:52:48 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5ALqma5042321; Tue, 10 Jun 2014 21:52:48 GMT (envelope-from cs@svn.freebsd.org) Received: (from cs@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5ALqlr7042318; Tue, 10 Jun 2014 21:52:47 GMT (envelope-from cs@svn.freebsd.org) Message-Id: <201406102152.s5ALqlr7042318@svn.freebsd.org> From: Carlo Strub Date: Tue, 10 Jun 2014 21:52:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357388 - in head/www/otrs: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 21:52:48 -0000 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@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