svn commit: r469167 - head/www/foswiki
Kurt Jaeger
pi at FreeBSD.org
Sat May 5 21:04:32 UTC 2018
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
More information about the svn-ports-all
mailing list