- Updated to 1.1.9
- Fixed Apache OPTION message - Updated verbiage in pkg-message regarding installation of standalone server rc script PR: 155106 Submitted by: ohauer
This commit is contained in:
parent
77f0b12edf
commit
34a84d7130
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271290
4 changed files with 9 additions and 10 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= viewvc
|
||||
PORTVERSION= 1.1.8
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.1.9
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.viewvc.org/ \
|
||||
LOCAL/glarkin
|
||||
|
@ -16,7 +15,7 @@ MAINTAINER= glarkin@FreeBSD.org
|
|||
COMMENT= Web-based Version Control Repository Browsing
|
||||
|
||||
OPTIONS= SUBVERSION "use svn binding" on \
|
||||
APACHE "Use ${APACHE_PORT} as webserver" on \
|
||||
APACHE "Use apache as webserver" on \
|
||||
LIGHTTPD "Use lighttpd as webserver" off \
|
||||
MODPYTHON3 "Enable mod_python3 support (deprecated)" off \
|
||||
MODWSGI3 "Enable mod_wsgi3 support" off \
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (viewvc-1.1.8.tar.gz) = 645ab1a17b1427683bf8c76cdc624bfad7a93cf718cfdcba679874d49838b983
|
||||
SIZE (viewvc-1.1.8.tar.gz) = 599340
|
||||
SHA256 (viewvc-1.1.9.tar.gz) = 886e55852d8ddeeeb92cbd8feffde7c5abc8bd70d82aff9ab2398d30f9afea34
|
||||
SIZE (viewvc-1.1.9.tar.gz) = 601216
|
||||
|
|
|
@ -3,9 +3,10 @@
|
|||
To use ViewVC, modify the configuration file located at
|
||||
%%INSTDIR%%/viewvc.conf.
|
||||
|
||||
There is no need for a web server - all you have to do is
|
||||
enable the standalone ViewVC server in rc.conf with the
|
||||
parameter viewvc_enable="YES".
|
||||
If no webserver was selected during installation, then
|
||||
a rc script for running ViewVC standalone is installed.
|
||||
To enable the standalone ViewVC server in rc.conf use
|
||||
parameter viewvc_enable="YES".
|
||||
|
||||
You can also adjust the user which runs the ViewVC standalone
|
||||
server with the parameter "viewvc_user".
|
||||
|
|
|
@ -24,8 +24,7 @@
|
|||
# adjust the parameter viewvc_user and it should work.
|
||||
#
|
||||
# INFO:
|
||||
# The default port will change with the next release of ViewVC
|
||||
# from 7467 to 49152
|
||||
# ViewVC default tcp port: 49152
|
||||
# see http://viewvc.tigris.org/issues/show_bug.cgi?id=234
|
||||
|
||||
. /etc/rc.subr
|
||||
|
|
Loading…
Reference in a new issue