From owner-freebsd-ports Sat Jan 26 4:10:21 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7C5DE37B417 for ; Sat, 26 Jan 2002 04:10:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g0QCA1K02851; Sat, 26 Jan 2002 04:10:01 -0800 (PST) (envelope-from gnats) Received: from ftp.translate.ru (ftp.translate.ru [195.131.4.140]) by hub.freebsd.org (Postfix) with ESMTP id D146B37B421 for ; Sat, 26 Jan 2002 04:07:19 -0800 (PST) Received: (from lev@localhost) by ftp.translate.ru (8.11.2/8.11.2) id g0QC5vB18845; Sat, 26 Jan 2002 15:05:57 +0300 (MSK) (envelope-from lev) Message-Id: <200201261205.g0QC5vB18845@ftp.translate.ru> Date: Sat, 26 Jan 2002 15:05:57 +0300 (MSK) From: "Lev A. Serebryakov" Reply-To: "Lev A. Serebryakov" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/34301: [MAINTAINER UPDATE][PATCH] port russian/apache13 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 34301 >Category: ports >Synopsis: [MAINTAINER UPDATE] port russian/apache13 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jan 26 04:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Lev A. Serebryakov >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD freebsd.sereb.net 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Dec 8 13:48:40 MSK 2001 root@freebsd.sereb.net:/usr/obj/usr/src/sys/LEVMAIL i386 Ports collection: 26 Jan 2002 >Description: It is latest version 1.3.23PL30.10 of 'Russian Apache' web server, based on latest stable version 1.3.23 of 'Apache' web server. >How-To-Repeat: >Fix: diff -ruN apache13.orig/Makefile apache13/Makefile --- apache13.orig/Makefile Sat Jan 26 14:40:39 2002 +++ apache13/Makefile Sat Jan 26 14:23:43 2002 @@ -6,7 +6,7 @@ # PORTNAME= apache -PORTVERSION= 1.3.22 +PORTVERSION= 1.3.23 CATEGORIES= russian www MASTER_SITES= http://httpd.apache.org/dist/httpd/ \ ftp://ftp.ccs.neu.edu/net/mirrors/ftp.apache.org/apache/dist/httpd/ \ @@ -31,7 +31,7 @@ MAINTAINER= Lev Serebryakov -RA_VERSION= 30.9 +RA_VERSION= 30.10 Y2K= http://www.apache.org/docs/misc/FAQ.html#year2000 # diff -ruN apache13.orig/distinfo apache13/distinfo --- apache13.orig/distinfo Sat Jan 26 14:40:51 2002 +++ apache13/distinfo Sat Jan 26 14:39:09 2002 @@ -1,2 +1,2 @@ -MD5 (apache_1.3.22.tar.gz) = 77d34c0ac49c3af2416b786228007f90 -MD5 (patches_1.3.22rusPL30.9.tar.gz) = 64251293f7a263c5dbe0c129878137cd +MD5 (apache_1.3.23.tar.gz) = 4499443fa1d604243467afe64522abac +MD5 (patches_1.3.23rusPL30.10.tar.gz) = ec18c3414ed3940d18d419ed1206ce56 diff -ruN apache13.orig/files/patch-ag apache13/files/patch-ag --- apache13.orig/files/patch-ag Sat Jan 26 14:40:28 2002 +++ apache13/files/patch-ag Sat Jan 26 14:47:01 2002 @@ -42,25 +42,4 @@ # # Optionally add a line containing the server version and virtual host -@@ -708,13 +723,17 @@ - # For example, the PHP 3.x module (not part of the Apache distribution - see - # http://www.php.net) will typically use: - # -- #AddType application/x-httpd-php3 .php3 -- #AddType application/x-httpd-php3-source .phps -+ -+ AddType application/x-httpd-php3 .php3 -+ AddType application/x-httpd-php3-source .php3s -+ - # - # And for PHP 4.x, use: - # -- #AddType application/x-httpd-php .php -- #AddType application/x-httpd-php-source .phps -+ -+ AddType application/x-httpd-php .php -+ AddType application/x-httpd-php-source .phps -+ - - AddType application/x-tar .tgz - + diff -ruN apache13.orig/pkg-plist apache13/pkg-plist --- apache13.orig/pkg-plist Sat Jan 26 14:40:28 2002 +++ apache13/pkg-plist Sat Jan 26 14:58:10 2002 @@ -1,4 +1,5 @@ bin/dbmmanage +bin/checkgid bin/htdigest bin/htpasswd @unexec if cmp -s %D/etc/apache/access.conf %D/etc/apache/access.conf.default; then rm -f %D/etc/apache/access.conf; fi @@ -299,6 +300,7 @@ share/doc/apache/manual/handler.html.html share/doc/apache/manual/handler.html.ja.jis share/doc/apache/manual/header.html +share/doc/apache/manual/howto/auth.html share/doc/apache/manual/howto/cgi.html.en share/doc/apache/manual/howto/cgi.html.html share/doc/apache/manual/howto/cgi.html.ja.jis @@ -396,7 +398,9 @@ share/doc/apache/manual/mod/mod_cgi.html share/doc/apache/manual/mod/mod_cookies.html share/doc/apache/manual/mod/mod_digest.html -share/doc/apache/manual/mod/mod_dir.html +share/doc/apache/manual/mod/mod_dir.html.en +share/doc/apache/manual/mod/mod_dir.html.html +share/doc/apache/manual/mod/mod_dir.html.ja.jis share/doc/apache/manual/mod/mod_dld.html share/doc/apache/manual/mod/mod_env.html.en share/doc/apache/manual/mod/mod_env.html.html @@ -469,6 +473,7 @@ share/doc/apache/manual/server-wide.html.fr share/doc/apache/manual/server-wide.html.html share/doc/apache/manual/server-wide.html.ja.jis +share/doc/apache/manual/sitemap.html share/doc/apache/manual/sourcereorg.html share/doc/apache/manual/stopping.html.en share/doc/apache/manual/stopping.html.fr >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message