Index: head/www/mod_scgi/Makefile =================================================================== --- head/www/mod_scgi/Makefile (revision 137847) +++ head/www/mod_scgi/Makefile (revision 137848) @@ -1,44 +1,44 @@ # New ports collection makefile for: scgi # Date created: 19 Aug 2002 # Whom: Neil Blakey-Milner # # $FreeBSD$ # PORTNAME= scgi -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= www MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/ \ http://bsdchat.com/dist/dryice/ PKGNAMEPREFIX= mod_ DISTNAME= scgi-${PORTVERSION:S/.a/a/} MAINTAINER= dryice@liu.com.cn COMMENT= Apache module that implements the client side of the SCGI protocol USE_APACHE= yes USE_REINPLACE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/${SCGI_DIR} .include .if exists(${LOCALBASE}/include/apache2/apr.h) WITH_APACHE2= yes .endif .if defined(WITH_APACHE2) SCGI_DIR= apache2 PLIST_SUB= APACHE_DIR=apache2 .else SCGI_DIR= apache1 PLIST_SUB= APACHE_DIR=apache .endif do-build: cd ${WRKSRC} && ${APXS} -c mod_scgi.c do-install: cd ${WRKSRC} && ${APXS} -i -c mod_scgi.c post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/www/mod_scgi/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.9 \ No newline at end of property +1.10 \ No newline at end of property Index: head/www/mod_scgi/distinfo =================================================================== --- head/www/mod_scgi/distinfo (revision 137847) +++ head/www/mod_scgi/distinfo (revision 137848) @@ -1,2 +1,2 @@ -MD5 (scgi-1.2.tar.gz) = 577f6db7ab95e602378293756d368112 -SIZE (scgi-1.2.tar.gz) = 19098 +MD5 (scgi-1.4.tar.gz) = 87f0554609b87cf83c2c2dbd2b093b94 +SIZE (scgi-1.4.tar.gz) = 19542 Property changes on: head/www/mod_scgi/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.4 \ No newline at end of property +1.5 \ No newline at end of property