diff options
author | miwi <miwi@FreeBSD.org> | 2014-06-05 11:29:57 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-06-05 11:29:57 +0800 |
commit | 021a97994762c4080b092e424d3020f3621b94a0 (patch) | |
tree | 23497fd6e7ce8949b3591abb76ae9aa5ff9a75e1 /textproc/apache-solr/Makefile | |
parent | ad6ddc3cbf83f0464a21f22654d70d7d0607e593 (diff) | |
download | freebsd-ports-gnome-021a97994762c4080b092e424d3020f3621b94a0.tar.gz freebsd-ports-gnome-021a97994762c4080b092e424d3020f3621b94a0.tar.zst freebsd-ports-gnome-021a97994762c4080b092e424d3020f3621b94a0.zip |
- Update to 4.8.1
PR: 190449
Submitted by: Larry Rosenman
Diffstat (limited to 'textproc/apache-solr/Makefile')
-rw-r--r-- | textproc/apache-solr/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/apache-solr/Makefile b/textproc/apache-solr/Makefile index fa95cb618d88..f9b7bedff101 100644 --- a/textproc/apache-solr/Makefile +++ b/textproc/apache-solr/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apache-solr -PORTVERSION= 4.6.0 +PORTVERSION= 4.8.1 CATEGORIES= textproc java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION} @@ -18,7 +18,7 @@ CONFLICT= apache-solr-3.6.* USES= shebangfix SHEBANG_FILES= example/etc/create-solrtest.keystore.sh -JAVA_VERSION= 1.6+ +JAVA_VERSION= 1.7+ NO_BUILD= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" USE_JAVA= yes |