FreeBSD Bugzilla – Attachment 34927 Details for
Bug 56562
[update] www/mod_sqlinclude: update to 1.4
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
mod_sqlinclude.diff
mod_sqlinclude.diff (text/plain), 2.79 KB, created by
Clement Laforet
on 2003-09-07 18:20:10 UTC
(
hide
)
Description:
mod_sqlinclude.diff
Filename:
MIME Type:
Creator:
Clement Laforet
Created:
2003-09-07 18:20:10 UTC
Size:
2.79 KB
patch
obsolete
>diff -Nru mod_sqlinclude.old/Makefile mod_sqlinclude/Makefile >--- mod_sqlinclude.old/Makefile Sat Sep 6 11:51:24 2003 >+++ mod_sqlinclude/Makefile Sat Sep 6 10:26:18 2003 >@@ -5,22 +5,23 @@ > # $FreeBSD: ports/www/mod_sqlinclude/Makefile,v 1.4 2003/03/07 06:12:45 ade Exp $ > > PORTNAME= mod_sqlinclude >-PORTVERSION= 1.2 >+PORTVERSION= 1.4 > CATEGORIES= www > MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} > MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} >-DISTNAME= ${PORTNAME}_${PORTVERSION} > EXTRACT_SUFX= .tgz > > MAINTAINER= anders@FreeBSD.org > COMMENT= An Apache module implementing config inclusion from MySQL databases > > BUILD_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 >-LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client > RUN_DEPENDS= ${APXS}:${PORTSDIR}/www/apache13 > >+USE_MYSQL= YES >+WANT_MYSQL_VER= 323 >+ > APXS?= ${LOCALBASE}/sbin/apxs >-DOCS= CHANGES.txt README.txt TODO.txt >+DOCS= CHANGES.txt README.txt TODO.txt test.sql > > do-build: > (cd ${WRKSRC} && ${APXS} -c -I${LOCALBASE}/include \ >diff -Nru mod_sqlinclude.old/distinfo mod_sqlinclude/distinfo >--- mod_sqlinclude.old/distinfo Sat Sep 6 11:51:24 2003 >+++ mod_sqlinclude/distinfo Sat Sep 6 10:15:22 2003 >@@ -1 +1 @@ >-MD5 (mod_sqlinclude_1.2.tgz) = 4db84fa282416ca098d937d18cd262d6 >+MD5 (mod_sqlinclude-1.4.tgz) = ecb1fd5d5a89c55e7dda4a9a456b0c13 >diff -Nru mod_sqlinclude.old/files/patch-mod_sqlinclude.c mod_sqlinclude/files/patch-mod_sqlinclude.c >--- mod_sqlinclude.old/files/patch-mod_sqlinclude.c Sat Sep 6 11:51:24 2003 >+++ mod_sqlinclude/files/patch-mod_sqlinclude.c Thu Jan 1 01:00:00 1970 >@@ -1,11 +0,0 @@ >---- mod_sqlinclude.c.orig Thu Oct 25 17:09:46 2001 >-+++ mod_sqlinclude.c Thu Oct 25 17:10:00 2001 >-@@ -376,7 +376,7 @@ >- { "SQL_SQLPassword", cmd_sqli_sqlpassword, NULL, RSRC_CONF, TAKE1, >- "the MySQL password for SQLI_User. No default" }, >- { "SQL_SQLDB", cmd_sqli_sqldb, NULL, RSRC_CONF, TAKE1, >-- "the MySQL database the module shall use. Default 'sqlinclude' }, >-+ "the MySQL database the module shall use. Default 'sqlinclude'" }, >- >- { "SQL_Include", cmd_sqli_include, NULL, RSRC_CONF, TAKE1, >- "valid SQL query. Data returned in 1st column will be passed to Apache" }, >diff -Nru mod_sqlinclude.old/pkg-plist mod_sqlinclude/pkg-plist >--- mod_sqlinclude.old/pkg-plist Sat Sep 6 11:51:24 2003 >+++ mod_sqlinclude/pkg-plist Sat Sep 6 10:27:11 2003 >@@ -1,7 +1,8 @@ > libexec/apache/mod_sqlinclude.so > @exec %D/sbin/apxs -e -A -n sqlinclude %f > @unexec %D/sbin/apxs -e -A -n sqlinclude %f >-%%PORTDOCS%%share/doc/mod_sqlinclude/CHANGES.txt >-%%PORTDOCS%%share/doc/mod_sqlinclude/README.txt >-%%PORTDOCS%%share/doc/mod_sqlinclude/TODO.txt >-%%PORTDOCS%%@dirrm share/doc/mod_sqlinclude >+%%PORTDOCS%%%%DOCSDIR%%/CHANGES.txt >+%%PORTDOCS%%%%DOCSDIR%%/README.txt >+%%PORTDOCS%%%%DOCSDIR%%/TODO.txt >+%%PORTDOCS%%%%DOCSDIR%%/test.sql >+%%PORTDOCS%%@dirrm %%DOCSDIR%%
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 56562
: 34927