mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 10:40:46 -04:00
devel/gitblit: always depend on Tomcat 7, Tomcat 6 is EOL.
Bump PORTREVISION
This commit is contained in:
parent
700159327b
commit
29e809f7a4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=508663
2 changed files with 3 additions and 10 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= gitblit
|
PORTNAME= gitblit
|
||||||
PORTVERSION= 1.8.0
|
PORTVERSION= 1.8.0
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= devel java
|
CATEGORIES= devel java
|
||||||
MASTER_SITES= http://dl.bintray.com/${PORTNAME}/releases/
|
MASTER_SITES= http://dl.bintray.com/${PORTNAME}/releases/
|
||||||
EXTRACT_SUFX= .war
|
EXTRACT_SUFX= .war
|
||||||
|
@ -31,13 +32,10 @@ PLIST_SUB+= GB_DATAHOME=${PREFIX}/${PORTNAME} \
|
||||||
GB_USER=${USERS}
|
GB_USER=${USERS}
|
||||||
|
|
||||||
OPTIONS_RADIO= SQL WEBSERVER
|
OPTIONS_RADIO= SQL WEBSERVER
|
||||||
OPTIONS_SINGLE= TOMCAT
|
|
||||||
OPTIONS_RADIO_SQL= REDIS
|
OPTIONS_RADIO_SQL= REDIS
|
||||||
OPTIONS_RADIO_WEBSERVER=APACHE HIAWATHA LIGHTTPD NGINX
|
OPTIONS_RADIO_WEBSERVER=APACHE HIAWATHA LIGHTTPD NGINX
|
||||||
OPTIONS_SINGLE_TOMCAT= TOMCAT6 TOMCAT7
|
|
||||||
HIAWATHA_DESC= Hiawatha server support
|
HIAWATHA_DESC= Hiawatha server support
|
||||||
NGINX_DESC= Nginx server support
|
NGINX_DESC= Nginx server support
|
||||||
OPTIONS_DEFAULT= TOMCAT7
|
|
||||||
REDIS_RUN_DEPENDS= redis-server:databases/redis
|
REDIS_RUN_DEPENDS= redis-server:databases/redis
|
||||||
|
|
||||||
.include <bsd.port.options.mk>
|
.include <bsd.port.options.mk>
|
||||||
|
@ -52,13 +50,8 @@ RUN_DEPENDS+= hiawatha:www/hiawatha
|
||||||
RUN_DEPENDS+= nginx:www/nginx
|
RUN_DEPENDS+= nginx:www/nginx
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.if ${PORT_OPTIONS:MTOMCAT6}
|
|
||||||
GB_HOME= ${PREFIX}/apache-tomcat-6.0/webapps/${PORTNAME}
|
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/etc/rc.d/tomcat6:www/tomcat6
|
|
||||||
.elif ${PORT_OPTIONS:MTOMCAT7}
|
|
||||||
GB_HOME= ${PREFIX}/apache-tomcat-7.0/webapps/${PORTNAME}
|
GB_HOME= ${PREFIX}/apache-tomcat-7.0/webapps/${PORTNAME}
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/etc/rc.d/tomcat7:www/tomcat7
|
RUN_DEPENDS+= ${LOCALBASE}/etc/rc.d/tomcat7:www/tomcat7
|
||||||
.endif
|
|
||||||
|
|
||||||
do-extract:
|
do-extract:
|
||||||
${MKDIR} ${WRKSRC}
|
${MKDIR} ${WRKSRC}
|
||||||
|
|
|
@ -3,8 +3,8 @@ and serving Git repositories. It's designed primarily as a tool for
|
||||||
small workgroups who want to host centralized repositories.
|
small workgroups who want to host centralized repositories.
|
||||||
|
|
||||||
Gitblit WAR is what you should download if you already have a servlet
|
Gitblit WAR is what you should download if you already have a servlet
|
||||||
container available that you wish to use. Jetty 6/7/8 and Tomcat
|
container available that you wish to use. Jetty 6/7/8 and Tomcat 7
|
||||||
6/7 are known to work. Generally, any Servlet 2.5 or Servlet 3.0
|
are known to work. Generally, any Servlet 2.5 or Servlet 3.0
|
||||||
container should work.
|
container should work.
|
||||||
|
|
||||||
Gitblit can be used as a dumb repository viewer with no administrative
|
Gitblit can be used as a dumb repository viewer with no administrative
|
||||||
|
|
Loading…
Add table
Reference in a new issue