Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 May 2001 15:35:30 +0400 (MSD)
From:      Alex Kapranoff <alex@kapran.bitmcnit.bryansk.su>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/27030: [mnt port update] www/p5-Apache-Filter
Message-ID:  <200105021135.f42BZUc40090@kapran.bitmcnit.bryansk.su>

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

>Number:         27030
>Category:       ports
>Synopsis:       [mnt port update] www/p5-Apache-Filter
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 02 06:30:06 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Alex Kapranoff
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Inner Mongolia
>Environment:
System: FreeBSD kapran.bitmcnit.bryansk.su 5.0-CURRENT FreeBSD 5.0-CURRENT #5: Tue May 1 14:50:52 MSD 2001 root@kapran.bitmcnit.bryansk.su:/usr/src/sys/compile/KAPRAN i386


	
>Description:
	Update to 1.018 together with plist fixes.
>How-To-Repeat:
	
>Fix:

diff -ru /usr/ports/www/p5-Apache-Filter/Makefile ./Makefile
--- /usr/ports/www/p5-Apache-Filter/Makefile	Sat Apr  7 08:33:24 2001
+++ ./Makefile	Wed May  2 15:17:51 2001
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	Apache-Filter
-PORTVERSION=	1.016
+PORTVERSION=	1.018
 CATEGORIES=	www perl5
 MASTER_SITES=	${MASTER_SITE_PERL_CPAN}
 MASTER_SITE_SUBDIR=	Apache
diff -ru /usr/ports/www/p5-Apache-Filter/distinfo ./distinfo
--- /usr/ports/www/p5-Apache-Filter/distinfo	Sat Apr  7 08:33:24 2001
+++ ./distinfo	Wed May  2 15:18:18 2001
@@ -1 +1 @@
-MD5 (Apache-Filter-1.016.tar.gz) = bff9089882d3f9834fafa1822a4f37f6
+MD5 (Apache-Filter-1.018.tar.gz) = ac3bb8ab1bda2e247d35a1bb5ab33fe7
diff -ru /usr/ports/www/p5-Apache-Filter/files/patch-Makefile.PL ./files/patch-Makefile.PL
--- /usr/ports/www/p5-Apache-Filter/files/patch-Makefile.PL	Sat Apr  7 08:33:24 2001
+++ ./files/patch-Makefile.PL	Wed May  2 15:21:57 2001
@@ -1,16 +1,26 @@
---- Makefile.PL.orig	Mon Apr  2 16:06:30 2001
-+++ Makefile.PL	Mon Apr  2 16:06:59 2001
-@@ -1,13 +1,4 @@
+--- Makefile.PL.orig	Wed May  2 15:21:00 2001
++++ Makefile.PL	Wed May  2 15:21:25 2001
+@@ -1,14 +1,14 @@
+ use strict;
  use ExtUtils::MakeMaker;
 -use lib 't/lib';  # distributed here until changes are incorporated into the real version
--use Apache::test;
+-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>});
--*MY::test = sub { Apache::test->MM_test(%params) };
+-*MY::test = sub { Apache::test->MM_test(%params) } if have_httpd();
++# 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>});
++# *MY::test = sub { Apache::test->MM_test(%params) } if have_httpd();
  
  my $module = 'Apache::Filter';
  my ($name, $dir);
diff -ru /usr/ports/www/p5-Apache-Filter/pkg-plist ./pkg-plist
--- /usr/ports/www/p5-Apache-Filter/pkg-plist	Sat Apr  7 08:33:24 2001
+++ ./pkg-plist	Wed May  2 15:28:37 2001
@@ -1,7 +1,7 @@
 lib/perl5/site_perl/%%PERL_VER%%/Apache/PerlRunFilter.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/Filter.pm
 lib/perl5/site_perl/%%PERL_VER%%/Apache/RegistryFilter.pm
-@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true
 lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Filter/.packlist
 @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Filter
-@unexec rmdir lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
+@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true
>Release-Note:
>Audit-Trail:
>Unformatted:

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




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