diff options
author | mi <mi@FreeBSD.org> | 2012-09-26 08:12:16 +0800 |
---|---|---|
committer | mi <mi@FreeBSD.org> | 2012-09-26 08:12:16 +0800 |
commit | c2f9207504f0ed7fda14b59657d6d3ff5a486e04 (patch) | |
tree | 3933df159066c7c4a11b7047a1f169213f94ca6e /www/Makefile | |
parent | fffe58d6b07ae39e2527f129c43e5c78e9060f73 (diff) | |
download | freebsd-ports-gnome-c2f9207504f0ed7fda14b59657d6d3ff5a486e04.tar.gz freebsd-ports-gnome-c2f9207504f0ed7fda14b59657d6d3ff5a486e04.tar.zst freebsd-ports-gnome-c2f9207504f0ed7fda14b59657d6d3ff5a486e04.zip |
Update JMeter from 2.5.1 to 2.7 -- the latest at this moment. Re-arrange
the port to depend on JAR-files already provided by other ports, instead
of installing its own (bundled) versions of same.
Rename from "jakarta-jmeter" to simply "jmeter" -- according to Apache
site, Jakarta is no more and all its projects now live on their own.
Take over maintainership.
Approved by: beat (the previous maintainer)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/Makefile b/www/Makefile index f0b7ffa914e4..647ecf73e62e 100644 --- a/www/Makefile +++ b/www/Makefile @@ -358,7 +358,7 @@ SUBDIR += interchange SUBDIR += ismail SUBDIR += iwebcal - SUBDIR += jakarta-jmeter + SUBDIR += jmeter SUBDIR += jawstats SUBDIR += jdresolve SUBDIR += jericho-html |