Date: Thu, 5 Jan 2023 21:09:44 GMT From: Dan Langille <dvl@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: ca41fed073ce - main - devel/viewvc-devel: Fix my broken patch. Message-ID: <202301052109.305L9iB6007461@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dvl: URL: https://cgit.FreeBSD.org/ports/commit/?id=ca41fed073ced0147600138b27472d0ffe86ed0b commit ca41fed073ced0147600138b27472d0ffe86ed0b Author: Dan Langille <dvl@FreeBSD.org> AuthorDate: 2023-01-05 21:08:38 +0000 Commit: Dan Langille <dvl@FreeBSD.org> CommitDate: 2023-01-05 21:09:37 +0000 devel/viewvc-devel: Fix my broken patch. PR: 268754 Reported by: Alex --- devel/viewvc-devel/Makefile | 3 ++- devel/viewvc-devel/pkg-plist | 11 +++++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/devel/viewvc-devel/Makefile b/devel/viewvc-devel/Makefile index 7517adc324ac..e87671525480 100644 --- a/devel/viewvc-devel/Makefile +++ b/devel/viewvc-devel/Makefile @@ -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} diff --git a/devel/viewvc-devel/pkg-plist b/devel/viewvc-devel/pkg-plist index 8132b1d20184..dee1740a425c 100644 --- a/devel/viewvc-devel/pkg-plist +++ b/devel/viewvc-devel/pkg-plist @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301052109.305L9iB6007461>