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:
sthen
2024-10-30 00:02:20 +00:00
parent 68ff0554f1
commit 0d94abca75
4 changed files with 4 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
V= 5.4.6.9
REVISION= 0
RUN_DEPENDS= jdk->=1.8v0,<12v0:devel/jdk/11 \
www/tomcat/v9
+1 -2
View File
@@ -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
View File
@@ -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
+1 -2
View File
@@ -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".