Date: Sat, 6 Jul 2019 09:43:05 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505971 - head/www/madsonic Message-ID: <201907060943.x669h5cp029490@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Jul 6 09:43:05 2019 New Revision: 505971 URL: https://svnweb.freebsd.org/changeset/ports/505971 Log: www/madsonic: Drop TOMCAT8 option www/tomcat8 has expired. PR: 238541 Modified: head/www/madsonic/Makefile Modified: head/www/madsonic/Makefile ============================================================================== --- head/www/madsonic/Makefile Sat Jul 6 09:32:07 2019 (r505970) +++ head/www/madsonic/Makefile Sat Jul 6 09:43:05 2019 (r505971) @@ -16,8 +16,7 @@ LICENSE= GPLv3 OPTIONS_SINGLE= APPSERVER APPSERVER_DESC= Java Application Server -OPTIONS_SINGLE_APPSERVER= JETTY TOMCAT8 TOMCAT7 TOMCAT6 RESIN3 -TOMCAT8_DESC= Use Tomcat 8.x +OPTIONS_SINGLE_APPSERVER= JETTY TOMCAT7 TOMCAT6 RESIN3 TOMCAT7_DESC= Use Tomcat 7.x TOMCAT6_DESC= Use Tomcat 6.x JETTY_DESC= Use Jetty @@ -41,8 +40,6 @@ OPTIONS_SUB= yes RUN_DEPENDS+= ${JAVALIBDIR}/servlet-api.jar:www/servlet-api \ ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins -TOMCAT8_BUILD_DEPENDS= ${LOCALBASE}/${SERVERDIR}/bin/bootstrap.jar:www/tomcat8 -TOMCAT8_RUN_DEPENDS= ${LOCALBASE}/${SERVERDIR}/bin/bootstrap.jar:www/tomcat8 TOMCAT7_BUILD_DEPENDS= ${LOCALBASE}/${SERVERDIR}/bin/bootstrap.jar:www/tomcat7 TOMCAT7_RUN_DEPENDS= ${LOCALBASE}/${SERVERDIR}/bin/bootstrap.jar:www/tomcat7 TOMCAT6_BUILD_DEPENDS= ${LOCALBASE}/${SERVERDIR}/bin/bootstrap.jar:www/tomcat6 @@ -80,14 +77,6 @@ PLIST_SUB+= MADSONIC_HOME="${MADSONIC_HOME}" \ SUB_FILES= message-common\ message-transcoding SUB_LIST= MADSONIC_HOME="${MADSONIC_HOME}" - -.if ${PORT_OPTIONS:MTOMCAT8} -APPPKGMESSAGE= pkg-message-tomcat -DISTVER= tomcat -PKGNAMESUFFIX= -tomcat8 -SERVERDIR= apache-tomcat-8.0 -SUB_LIST+= CONTAINERFLAGS="tomcat8_java_opts" -.endif .if ${PORT_OPTIONS:MTOMCAT7} APPPKGMESSAGE= pkg-message-tomcat
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907060943.x669h5cp029490>