devel/viewvc-devel: Fix my broken patch.

PR:		268754
Reported by:	Alex

(cherry picked from commit ca41fed073)
This commit is contained in:
Dan Langille 2023-01-05 21:08:38 +00:00
parent 6c9b41c7df
commit f0b0d0575e
2 changed files with 9 additions and 5 deletions

View File

@ -10,7 +10,7 @@ WWW= https://www.viewvc.org/
LICENSE= BSD2CLAUSE
USES= apache:run,24+ cpe python:3.6+
USES= cpe python:3.6+
USE_PYTHON= flavors
USE_GITHUB= yes
GH_TAGNAME= a239c4a93093d9f3e0e34ea4d254bde463ad38b1
@ -29,6 +29,7 @@ WEBSRV_DESC= Enable web server support
APMOD_DESC= depend on Apache module
MODWSGI_DESC= Add mod_wsgi to the list of package dependencies
APACHE_USE= APACHE_RUN=24+
LIGHTTPD_RUN_DEPENDS= lighttpd:www/lighttpd
MODWSGI_RUN_DEPENDS= ${APACHE_PKGNAMEPREFIX}${PYTHON_PKGNAMEPREFIX}mod_wsgi>=4.4.13:www/mod_wsgi4@${PY_FLAVOR}

View File

@ -1,9 +1,12 @@
viewvc/bin/cgi/viewvc.cgi
viewvc/bin/cvsdbadmin
viewvc/bin/loginfo-handler
viewvc/bin/make-database
viewvc/bin/db/cvsdbadmin
viewvc/bin/db/loginfo-handler
viewvc/bin/db/make-database
viewvc/bin/db/schema_0.sql
viewvc/bin/db/schema_1.sql
viewvc/bin/db/schema_2.sql
viewvc/bin/db/svndbadmin
viewvc/bin/standalone.py
viewvc/bin/svndbadmin
viewvc/bin/wsgi/viewvc.fcgi
viewvc/bin/wsgi/viewvc.wsgi
@sample viewvc/cvsgraph.conf.sample