FreeBSD Bugzilla – Attachment 70144 Details for
Bug 102418
[maintainer] www/mod_scgi: update to 1.11
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.88 KB, created by
dryice
on 2006-08-23 05:40:13 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
dryice
Created:
2006-08-23 05:40:13 UTC
Size:
1.88 KB
patch
obsolete
>diff -ruN mod_scgi.old/Makefile mod_scgi/Makefile >--- mod_scgi.old/Makefile Sun Jan 1 05:07:38 2006 >+++ mod_scgi/Makefile Wed Aug 23 11:10:10 2006 >@@ -6,9 +6,9 @@ > # > > PORTNAME= scgi >-PORTVERSION= 1.10 >+PORTVERSION= 1.11 > CATEGORIES= www >-MASTER_SITES= http://www.mems-exchange.org/software/files/scgi/ \ >+MASTER_SITES= http://quixote.python.ca/releases/ \ > http://dryice.name/computer/FreeBSD/distfiles/ > PKGNAMEPREFIX= mod_ > DISTNAME= scgi-${PORTVERSION:S/.a/a/} >@@ -16,21 +16,18 @@ > MAINTAINER= dryice@dryice.name > COMMENT= Apache module that implements the client side of the SCGI protocol > >-USE_APACHE= yes >+USE_APACHE= 1.3+ > WRKSRC= ${WRKDIR}/${DISTNAME}/${SCGI_DIR} > > .include <bsd.port.pre.mk> >-.if exists(${LOCALBASE}/include/apache2/apr.h) >-WITH_APACHE2= yes >-.endif > >-.if defined(WITH_APACHE2) >+.if ${APACHE_VERSION} >= 20 > SCGI_DIR= apache2 >-PLIST_SUB= APACHE_DIR=apache2 > .else > SCGI_DIR= apache1 >-PLIST_SUB= APACHE_DIR=apache > .endif >+PLIST_SUB= APACHE_DIR=${APACHEMODDIR} >+ > > do-build: > cd ${WRKSRC} && ${APXS} -c mod_scgi.c >diff -ruN mod_scgi.old/distinfo mod_scgi/distinfo >--- mod_scgi.old/distinfo Thu Feb 9 02:44:56 2006 >+++ mod_scgi/distinfo Wed Aug 23 10:42:08 2006 >@@ -1,3 +1,3 @@ >-MD5 (scgi-1.10.tar.gz) = 53530a15f4b7eb5dfc7b853b11781ee3 >-SHA256 (scgi-1.10.tar.gz) = 3cad8c19ea988ecdc55fd873df1fe138a3662d9218bd9d2d17399e785dde9821 >-SIZE (scgi-1.10.tar.gz) = 21179 >+MD5 (scgi-1.11.tar.gz) = 45a2332e3582caf3c90605a34c4d0b8f >+SHA256 (scgi-1.11.tar.gz) = b7b1da48c19d8eaf493eb4e91d112a0f7bd5e17c2bc0015c12530a52b3c07948 >+SIZE (scgi-1.11.tar.gz) = 22567 >diff -ruN mod_scgi.old/pkg-plist mod_scgi/pkg-plist >--- mod_scgi.old/pkg-plist Tue Jun 29 21:13:27 2004 >+++ mod_scgi/pkg-plist Wed Aug 23 11:26:18 2006 >@@ -1,3 +1,3 @@ >-libexec/%%APACHE_DIR%%/mod_scgi.so >+%%APACHE_DIR%%/mod_scgi.so > @exec %D/sbin/apxs -e -a -n scgi %f > @unexec %D/sbin/apxs -e -A -n scgi %f >--- attached file ends here ---
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 102418
: 70144