diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-12-07 04:12:58 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-12-07 04:12:58 +0800 |
commit | 8960f57e56c1c534146cf7576635458529c46026 (patch) | |
tree | 44c9b7228f8309aefc616c78db11833d1f2c3abb /www/Makefile | |
parent | 141ac45978a514416ff8727580080531d3cafb19 (diff) | |
download | freebsd-ports-graphics-8960f57e56c1c534146cf7576635458529c46026.tar.gz freebsd-ports-graphics-8960f57e56c1c534146cf7576635458529c46026.tar.zst freebsd-ports-graphics-8960f57e56c1c534146cf7576635458529c46026.zip |
Add support for Jetty 9.
- Add www/jetty9 to track the latest branch of Jetty
- Move www/jetty to www/jetty8
- Add LICENSE and fix RUN_DEPENDS in www/jetty8
www/jetty8 is officially EOL'd upstream but still seems to be in use.
PR: 204190
Submitted by: David Harrigan
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index 5efa9c8c125..cac5a2ffefb 100644 --- a/www/Makefile +++ b/www/Makefile @@ -353,7 +353,8 @@ SUBDIR += jdresolve SUBDIR += jericho-html SUBDIR += jesred - SUBDIR += jetty + SUBDIR += jetty8 + SUBDIR += jetty9 SUBDIR += jinzora SUBDIR += jmeter SUBDIR += joomla15 |