- Fix pkg-plist
- USE_APACHE=yes is deprecated - Bump PORTREVISION
This commit is contained in:
parent
a675219d31
commit
e6fb797ffc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232150
2 changed files with 3 additions and 3 deletions
|
@ -7,14 +7,14 @@
|
|||
|
||||
PORTNAME= mod_cvs
|
||||
PORTVERSION= 0.5.91
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= http://resare.com/noa/mod_cvs/dist/
|
||||
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A module that makes Apache 2 CVS aware
|
||||
|
||||
USE_APACHE= yes
|
||||
WITH_APACHE2= yes
|
||||
USE_APACHE= 2.0+
|
||||
|
||||
LATEST_LINK= mod_cvs2
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
libexec/apache2/mod_cvs.so
|
||||
%%APACHEMODDIR%%/mod_cvs.so
|
||||
@exec %D/sbin/apxs -e -A -n cvs %D/%f
|
||||
@unexec %D/sbin/apxs -e -A -n cvs %D/%f
|
||||
@unexec echo "===> If you do not plan on reinstalling mod_cvs, you must manually remove"; echo "===> references to it in httpd.conf."
|
||||
|
|
Loading…
Reference in a new issue