mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
www/lucee: don't split a line to be pasted across two lines when it's already
<80 chars after var expansion
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
V= 5.4.6.9
|
||||
REVISION= 0
|
||||
|
||||
RUN_DEPENDS= jdk->=1.8v0,<12v0:devel/jdk/11 \
|
||||
www/tomcat/v9
|
||||
|
||||
@@ -10,8 +10,7 @@ you will need to make a few configuration changes to tomcat to use it.
|
||||
If you have not yet modified Tomcat's configuration, this readme includes
|
||||
a patch which can be used:
|
||||
|
||||
# patch -d ${CATALINA_BASE}/conf < \
|
||||
${LOCALBASE}/share/doc/pkg-readmes/${PKGSTEM}
|
||||
# patch -d ${CATALINA_BASE}/conf < ${LOCALBASE}/share/doc/pkg-readmes/${PKGSTEM}
|
||||
|
||||
Then skip to the next section in this file, "Starting the service
|
||||
and online configuration".
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
V= 6.1.0.243
|
||||
REVISION= 0
|
||||
|
||||
# jdk 11 preferred, but should still run with 1.8 for now (unsure about
|
||||
# support for newer versions at this point). tomcat v10 is a big change
|
||||
|
||||
@@ -10,8 +10,7 @@ you will need to make a few configuration changes to tomcat to use it.
|
||||
If you have not yet modified Tomcat's configuration, this readme includes
|
||||
a patch which can be used:
|
||||
|
||||
# patch -d ${CATALINA_BASE}/conf < \
|
||||
${LOCALBASE}/share/doc/pkg-readmes/${PKGSTEM}
|
||||
# patch -d ${CATALINA_BASE}/conf < ${LOCALBASE}/share/doc/pkg-readmes/${PKGSTEM}
|
||||
|
||||
Then skip to the next section in this file, "Starting the service
|
||||
and online configuration".
|
||||
|
||||
Reference in New Issue
Block a user