[Midnightbsd-cvs] mports [18468] trunk/www/mod_fastcgi/Makefile: fix depends for apache 2.4

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Mar 29 13:09:02 EDT 2015


Revision: 18468
          http://svnweb.midnightbsd.org/mports/?rev=18468
Author:   laffer1
Date:     2015-03-29 13:09:01 -0400 (Sun, 29 Mar 2015)
Log Message:
-----------
fix depends for apache 2.4

Modified Paths:
--------------
    trunk/www/mod_fastcgi/Makefile

Modified: trunk/www/mod_fastcgi/Makefile
===================================================================
--- trunk/www/mod_fastcgi/Makefile	2015-03-29 17:05:05 UTC (rev 18467)
+++ trunk/www/mod_fastcgi/Makefile	2015-03-29 17:09:01 UTC (rev 18468)
@@ -2,6 +2,7 @@
 
 PORTNAME=	mod_fastcgi
 PORTVERSION=	2.4.7
+PORTREVISION=	1
 CATEGORIES=	www
 MASTER_SITES=	http://www.fastcgi.com/dist/ \
 		FREEBSD_LOCAL/ohauer
@@ -9,11 +10,11 @@
 DIST_SUBDIR=	apache2
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A fast-cgi module for Apache
+COMMENT=	Fast-cgi module for Apache
 
 LICENSE=	other
 
-USE_APACHE=	22
+USE_APACHE=	22+
 AP_FAST_BUILD=	yes
 AP_GENPLIST=	yes
 SRC_FILE=	*.c



More information about the Midnightbsd-cvs mailing list