Date: Fri, 22 Jun 2018 22:18:54 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473090 - head/java/icedtea-web Message-ID: <201806222218.w5MMIsA7033824@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Fri Jun 22 22:18:53 2018 New Revision: 473090 URL: https://svnweb.freebsd.org/changeset/ports/473090 Log: java/icedtea-web: remove optional support for expired www/libxul. This means the PLUGIN option is removed. Bump PORTREVISION Modified: head/java/icedtea-web/Makefile head/java/icedtea-web/pkg-plist Modified: head/java/icedtea-web/Makefile ============================================================================== --- head/java/icedtea-web/Makefile Fri Jun 22 22:10:46 2018 (r473089) +++ head/java/icedtea-web/Makefile Fri Jun 22 22:18:53 2018 (r473090) @@ -2,7 +2,7 @@ PORTNAME= icedtea-web PORTVERSION= 1.6.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= java www MASTER_SITES= http://icedtea.wildebeest.org/download/source/ \ http://icedtea.classpath.org/download/source/ @@ -42,11 +42,9 @@ CONFIGURE_SHELL= ${bash_CMD} TEST_TARGET= check -OPTIONS_DEFINE= DOCS PLUGIN RHINO TAGSOUP -OPTIONS_DEFAULT=PLUGIN +OPTIONS_DEFINE= DOCS RHINO TAGSOUP OPTIONS_SUB= yes -PLUGIN_DESC= Enable the browser plug-in RHINO_DESC= Add support for Proxy Auto Config files TAGSOUP_DESC= Enable cleaning up of malformed JNLP files @@ -62,15 +60,6 @@ TAGSOUP_BUILD_DEPENDS= ${JAVALIBDIR}/tagsoup.jar:textp TAGSOUP_RUN_DEPENDS= ${TAGSOUP_BUILD_DEPENDS} TAGSOUP_VARS= TAGSOUP_JAR="${JAVALIBDIR}/tagsoup.jar" TAGSOUP_VARS_OFF= TAGSOUP_JAR=no - -PLUGIN_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/libxul.pc:www/libxul -PLUGIN_CONFIGURE_ENABLE=plugin -PLUGIN_PORTDOCS= plugin -PLUGIN_TEST_TARGET= plugin-tests -PLUGIN_USE= GNOME=glib20 -PLUGIN_USES= webplugin:native -PLUGIN_VARS= WEBPLUGIN_DIR=${PREFIX}/lib -PLUGIN_VARS+= WEBPLUGIN_FILES=IcedTeaPlugin.so HAMCREST_JAR= ${JAVALIBDIR}/hamcrest.jar JUNIT_JAR= ${JAVALIBDIR}/junit.jar Modified: head/java/icedtea-web/pkg-plist ============================================================================== --- head/java/icedtea-web/pkg-plist Fri Jun 22 22:10:46 2018 (r473089) +++ head/java/icedtea-web/pkg-plist Fri Jun 22 22:18:53 2018 (r473090) @@ -1,7 +1,6 @@ bin/itweb-javaws bin/itweb-policyeditor bin/itweb-settings -%%PLUGIN%%%%WEBPLUGIN_DIR%%/IcedTeaPlugin.so man/cs/man1/icedtea-web-plugin.1.gz man/cs/man1/icedtea-web.1.gz man/cs/man1/itweb-javaws.1.gz @@ -27,5 +26,4 @@ share/applications/itweb-policyeditor.desktop share/applications/itweb-settings.desktop %%DATADIR%%/javaws_splash.png %%DATADIR%%/netx.jar -%%PLUGIN%%%%DATADIR%%/plugin.jar share/pixmaps/itweb-javaws.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806222218.w5MMIsA7033824>