- Update to 1.2a1 (port version 1.2.a1)

- Assign maintainership to submitter.

PR:		68353
Submitted by:	Dryice Liu <dryice@liu.com.cn>
This commit is contained in:
Hye-Shik Chang 2004-06-29 13:13:28 +00:00
parent b4f40f7d81
commit 1afd85fbd4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=112547
5 changed files with 37 additions and 11 deletions

View File

@ -6,20 +6,32 @@
#
PORTNAME= scgi
PORTVERSION= 0.2
PORTVERSION= 1.2.a2
CATEGORIES= www
MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/
PKGNAMEPREFIX= mod_
DISTNAME= scgi-${PORTVERSION:S/.a/a/}
MAINTAINER= ports@FreeBSD.org
MAINTAINER= dryice@liu.com.cn
COMMENT= Apache module that implements the client side of the SCGI protocol
BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
USE_APACHE= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/${APACHE_DIR}
do-build:
cd ${WRKSRC} && ${APXS} -c -o mod_scgi.so mod_scgi.c
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/apache2/apr.h)
WITH_APACHE2= yes
.endif
do-install:
cd ${WRKSRC} && ${APXS} -i -a mod_scgi.so
.if defined(WITH_APACHE2)
APACHE_DIR= apache2
PLIST_SUB= APACHE_DIR=apache2
.else
APACHE_DIR= apache1
PLIST_SUB= APACHE_DIR=apache
.endif
.include <bsd.port.mk>
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>

View File

@ -1,2 +1,2 @@
MD5 (scgi-0.2.tar.gz) = 586892ad689e31383c21267590474f89
SIZE (scgi-0.2.tar.gz) = 11251
MD5 (scgi-1.2a2.tar.gz) = 7ed218368a2dadaf8773cef944faa0bf
SIZE (scgi-1.2a2.tar.gz) = 17713

View File

@ -0,0 +1,11 @@
--- ../apache2/Makefile.orig Sat Jun 26 08:54:08 2004
+++ ../apache2/Makefile Sat Jun 26 08:54:56 2004
@@ -1,6 +1,6 @@
-APXS=apxs2
-APACHECTL=apache2ctl
+APXS=apxs
+APACHECTL=apachectl
all:
$(APXS) -c mod_scgi.c

3
www/mod_scgi/pkg-message Normal file
View File

@ -0,0 +1,3 @@
********************************************************************
* If your mod_scgi seg fault, try disable mod_fastcgi *
********************************************************************

View File

@ -1,3 +1,3 @@
libexec/apache/mod_scgi.so
libexec/%%APACHE_DIR%%/mod_scgi.so
@exec %D/sbin/apxs -e -a -n scgi %f
@unexec %D/sbin/apxs -e -A -n scgi %f