From owner-svn-ports-all@freebsd.org Sat May 5 21:04:32 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9211BFBA88A; Sat, 5 May 2018 21:04:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4385585D0C; Sat, 5 May 2018 21:04:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3C94722DF6; Sat, 5 May 2018 21:04:32 +0000 (UTC) (envelope-from pi@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w45L4Wek074453; Sat, 5 May 2018 21:04:32 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w45L4Wvv074450; Sat, 5 May 2018 21:04:32 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201805052104.w45L4Wvv074450@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Sat, 5 May 2018 21:04:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r469167 - head/www/foswiki X-SVN-Group: ports-head X-SVN-Commit-Author: pi X-SVN-Commit-Paths: head/www/foswiki X-SVN-Commit-Revision: 469167 X-SVN-Commit-Repository: ports 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.25 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: Sat, 05 May 2018 21:04:32 -0000 Author: pi Date: Sat May 5 21:04:31 2018 New Revision: 469167 URL: https://svnweb.freebsd.org/changeset/ports/469167 Log: www/foswiki: fix build with APACHE=off PR: 227796 Pointy hat: pi Reported by: antoine Modified: head/www/foswiki/Makefile head/www/foswiki/pkg-plist Modified: head/www/foswiki/Makefile ============================================================================== --- head/www/foswiki/Makefile Sat May 5 20:32:14 2018 (r469166) +++ head/www/foswiki/Makefile Sat May 5 21:04:31 2018 (r469167) @@ -12,8 +12,6 @@ COMMENT= Free and open source enterprise wiki LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BROKEN= fails to package - RUN_DEPENDS= p5-Error>=0.15:lang/p5-Error \ p5-Algorithm-Diff>=1.1901:devel/p5-Algorithm-Diff \ p5-Text-Diff>=0.35:textproc/p5-Text-Diff \ Modified: head/www/foswiki/pkg-plist ============================================================================== --- head/www/foswiki/pkg-plist Sat May 5 20:32:14 2018 (r469166) +++ head/www/foswiki/pkg-plist Sat May 5 21:04:31 2018 (r469167) @@ -6645,8 +6645,8 @@ %%WWWDIR%%/templates/viewtopbar.pattern01x01.tmpl %%WWWDIR%%/templates/viewtopicactionbuttons.tmpl %%WWWDIR%%/templates/workflowedit.natedit.tmpl -%%WWWDIR%%/tools/%%AP_NAME%%.freebsd.etc-defaults -%%WWWDIR%%/tools/%%AP_NAME%%.freebsd.init-script +%%APACHE%%%%WWWDIR%%/tools/%%AP_NAME%%.freebsd.etc-defaults +%%APACHE%%%%WWWDIR%%/tools/%%AP_NAME%%.freebsd.init-script %%WWWDIR%%/tools/bulk_copy.pl %%WWWDIR%%/tools/configure %%WWWDIR%%/tools/convertTopicSettings.pl @@ -6663,7 +6663,7 @@ %%WWWDIR%%/tools/mod_perl_startup.pl %%WWWDIR%%/tools/rewriteshebang.pl %%WWWDIR%%/tools/save-pending-checkins -%%WWWDIR%%/tools/systemd/%%AP_NAME%%.service +%%APACHE%%%%WWWDIR%%/tools/systemd/%%AP_NAME%%.service %%WWWDIR%%/tools/tick_foswiki.pl %%WWWDIR%%/tools/tml2html.pl %%WWWDIR%%/tools/upgrade_emails.pl