diff --git a/lang/lucee/v5/Makefile b/lang/lucee/v5/Makefile index 71b64ec891b..337242e33a5 100644 --- a/lang/lucee/v5/Makefile +++ b/lang/lucee/v5/Makefile @@ -1,4 +1,5 @@ V= 5.4.6.9 +REVISION= 0 RUN_DEPENDS= jdk->=1.8v0,<12v0:devel/jdk/11 \ www/tomcat/v9 diff --git a/lang/lucee/v5/pkg/README b/lang/lucee/v5/pkg/README index 6c10ffc37ad..ff39462e2d9 100644 --- a/lang/lucee/v5/pkg/README +++ b/lang/lucee/v5/pkg/README @@ -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". diff --git a/lang/lucee/v6/Makefile b/lang/lucee/v6/Makefile index 4ebf68fa780..4de5315ec80 100644 --- a/lang/lucee/v6/Makefile +++ b/lang/lucee/v6/Makefile @@ -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 diff --git a/lang/lucee/v6/pkg/README b/lang/lucee/v6/pkg/README index f9980e8b8f9..76bcbf0be2e 100644 --- a/lang/lucee/v6/pkg/README +++ b/lang/lucee/v6/pkg/README @@ -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".