Date: Thu, 18 Jun 2020 03:56:49 +0000 (UTC) From: Li-Wen Hsu <lwhsu@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r539521 - head/www/otrs Message-ID: <202006180356.05I3unam029372@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: lwhsu Date: Thu Jun 18 03:56:49 2020 New Revision: 539521 URL: https://svnweb.freebsd.org/changeset/ports/539521 Log: Add missing doc directory PR: 247361 Submitted by: maintainer Modified: head/www/otrs/Makefile head/www/otrs/pkg-plist Modified: head/www/otrs/Makefile ============================================================================== --- head/www/otrs/Makefile Thu Jun 18 03:54:10 2020 (r539520) +++ head/www/otrs/Makefile Thu Jun 18 03:56:49 2020 (r539521) @@ -2,8 +2,9 @@ # $FreeBSD$ PORTNAME= otrs -DISTVERSION= 6_0_25 DISTVERSIONPREFIX= rel- +DISTVERSION= 6_0_25 +PORTREVISION= 1 CATEGORIES= www MAINTAINER= m.tsatsenko@gmail.com @@ -80,7 +81,7 @@ SUB_FILES= pkg-message SUB_LIST= OTRS_USER=${USERS} OTRS_GROUP=${USERS} WWWOWN=${WWWOWN} NO_ARCH= YES -ROOT_DIRS_LIST= Kernel bin scripts +ROOT_DIRS_LIST= Kernel bin scripts doc BIN_DIRS_LIST= "" cgi-bin fcgi-bin PM_DIRS_LIST= Kernel Kernel/Config Kernel/Config/Files Kernel/Language \ Modules Kernel/Output/HTML Kernel/Output/HTML/Lite \ Modified: head/www/otrs/pkg-plist ============================================================================== --- head/www/otrs/pkg-plist Thu Jun 18 03:54:10 2020 (r539520) +++ head/www/otrs/pkg-plist Thu Jun 18 03:56:49 2020 (r539521) @@ -3213,6 +3213,7 @@ otrs/var/webservices/examples/Base.pm @group @owner root @group wheel +@dir otrs/doc @dir otrs/scripts/DBUpdateTo6 @dir otrs/scripts @dir otrs/var/article
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202006180356.05I3unam029372>