Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  1 Feb 2003 13:13:30 +0100 (CET)
From:      Erwin Lansing <erwin@lansing.dk>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/47783: update www/p5-Apache-Filter to 1.022 
Message-ID:  <20030201121330.78B23A9CC@backup-mx.droso.dk>

next in thread | raw e-mail | index | archive | help

>Number:         47783
>Category:       ports
>Synopsis:       update www/p5-Apache-Filter to 1.022
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 01 04:20:10 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Erwin Lansing
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
pil.dk 
>Environment:
System: FreeBSD panda.droso.net 4.7-STABLE FreeBSD 4.7-STABLE #13: Tue Jan 7 21:26:37 CET 2003 root@panda.droso.net:/usr/obj/usr/src/sys/PANDA i386


	
>Description:

update to 1.022
add WWW

obsoletes PR 47371

>How-To-Repeat:
	
>Fix:

	

--- p5-Apache-Filter.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Filter/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	10 Nov 2002 16:48:28 -0000	1.6
+++ Makefile	1 Feb 2003 12:11:57 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Apache-Filter
-PORTVERSION=	1.019
+PORTVERSION=	1.022
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Apache
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Filter/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	25 Mar 2002 16:17:44 -0000	1.3
+++ distinfo	1 Feb 2003 12:11:57 -0000
@@ -1 +1 @@
-MD5 (Apache-Filter-1.019.tar.gz) = b5de75f13588143147c983b4af441d2e
+MD5 (Apache-Filter-1.022.tar.gz) = f2aa0a85081c28d6d86a14773149ebc5
Index: pkg-descr
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Filter/pkg-descr,v
retrieving revision 1.1
diff -u -r1.1 pkg-descr
--- pkg-descr	7 Apr 2001 04:33:24 -0000	1.1
+++ pkg-descr	1 Feb 2003 12:11:57 -0000
@@ -17,4 +17,6 @@
      HTML::Mason
      Apache::SimpleReplace
 
+WWW: WWW: http://search.cpan.org/dist/Apache-Filter/
+
 -- Alex Kapranoff <kapr@crosswinds.net>
Index: files/patch-Makefile.PL
===================================================================
RCS file: /home/ncvs/ports/www/p5-Apache-Filter/files/patch-Makefile.PL,v
retrieving revision 1.3
diff -u -r1.3 patch-Makefile.PL
--- files/patch-Makefile.PL	27 May 2001 05:44:58 -0000	1.3
+++ files/patch-Makefile.PL	1 Feb 2003 12:11:58 -0000
@@ -1,35 +1,30 @@
---- Makefile.PL.orig	Sun Apr  8 15:24:25 2001
-+++ Makefile.PL	Sat May 26 15:36:16 2001
-@@ -1,14 +1,14 @@
+--- Makefile.PL.orig	Fri Jan 31 20:36:41 2003
++++ Makefile.PL	Sat Feb  1 13:07:44 2003
+@@ -1,13 +1,13 @@
  use strict;
  use ExtUtils::MakeMaker;
 -use lib 't/lib';  # distributed here until changes are incorporated into the real version
-+# use lib 't/lib';  # distributed here until changes are incorporated into the real version
++#use lib 't/lib';  # distributed here until changes are incorporated into the real version
  use Apache::test qw(have_httpd);
--
+ 
 -my %params = Apache::test->get_test_params();
--chomp (my $cwd = `pwd`);
 -Apache::test->write_httpd_conf
 -    (%params,
--     include => do {local $/; <DATA>});
+-     include => do {local $/; open FH, 't/config.incl'; <FH>});
 -*MY::test = sub { Apache::test->MM_test(%params) } if have_httpd();
-+# 
-+# my %params = Apache::test->get_test_params();
-+# chomp (my $cwd = `pwd`);
-+# Apache::test->write_httpd_conf
-+#     (%params,
-+#      include => do {local $/; <DATA>});
-+# *MY::test = sub { Apache::test->MM_test(%params) } if have_httpd();
++#my %params = Apache::test->get_test_params();
++#Apache::test->write_httpd_conf
++#    (%params,
++#     include => do {local $/; open FH, 't/config.incl'; <FH>});
++#*MY::test = sub { Apache::test->MM_test(%params) } if have_httpd();
  
  my $module = 'Apache::Filter';
  my ($name, $dir);
-@@ -28,9 +28,6 @@
-                       ),
+@@ -27,7 +27,4 @@
               },
+    'PL_FILES' => {},
     'clean' => {FILES => "t/httpd t/httpd.conf t/error_log"},
 -   'PREREQ_PM' => {
--                   have_httpd() ? ('mod_perl' => '1.24_01') : (),
+-                   'mod_perl' => '1.24_01',
 -		  },
    );
- 
- ##################################################################
--- p5-Apache-Filter.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030201121330.78B23A9CC>