From d918a6b458da0364e1212e63932090e384f79230 Mon Sep 17 00:00:00 2001 From: naddy Date: Wed, 12 Feb 2003 01:00:45 +0000 Subject: [PATCH] Update to 2.51; from Peter Galbavy . --- www/p5-Apache-ASP/Makefile | 6 +++--- www/p5-Apache-ASP/distinfo | 6 +++--- www/p5-Apache-ASP/patches/patch-ASP_pm | 12 ------------ 3 files changed, 6 insertions(+), 18 deletions(-) delete mode 100644 www/p5-Apache-ASP/patches/patch-ASP_pm diff --git a/www/p5-Apache-ASP/Makefile b/www/p5-Apache-ASP/Makefile index f859491a7b1..b827bda772d 100644 --- a/www/p5-Apache-ASP/Makefile +++ b/www/p5-Apache-ASP/Makefile @@ -1,15 +1,15 @@ -# $OpenBSD: Makefile,v 1.5 2002/11/22 12:21:48 naddy Exp $ +# $OpenBSD: Makefile,v 1.6 2003/02/12 01:00:45 naddy Exp $ COMMENT= "Apache ASP support" -VERSION= 2.49 +VERSION= 2.51 DISTNAME= Apache-ASP-${VERSION} PKGNAME= p5-${DISTNAME} CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Apache/} BUILD_DEPENDS= :p5-MLDBM-Sync->=0.25:devel/p5-MLDBM-Sync -RUN_DEPENDS= $(BUILD_DEPENDS) \ +RUN_DEPENDS= ${BUILD_DEPENDS} \ ::www/mod_perl MAINTAINER= Peter Galbavy diff --git a/www/p5-Apache-ASP/distinfo b/www/p5-Apache-ASP/distinfo index 1b09a3ac9ba..337bf94d9bf 100644 --- a/www/p5-Apache-ASP/distinfo +++ b/www/p5-Apache-ASP/distinfo @@ -1,3 +1,3 @@ -MD5 (Apache-ASP-2.49.tar.gz) = bb12479b9face73bea7ed9b37a99fb8a -RMD160 (Apache-ASP-2.49.tar.gz) = d08458de0ae84a61c764127b1d1f65c0bc96e2fd -SHA1 (Apache-ASP-2.49.tar.gz) = 5f709ddc7a206b99d6d7a87f50e09469f6441a13 +MD5 (Apache-ASP-2.51.tar.gz) = 8f0be930443413735fd4d47c10cadb49 +RMD160 (Apache-ASP-2.51.tar.gz) = 910d865dc3d623478a1388411d2f297860d703d7 +SHA1 (Apache-ASP-2.51.tar.gz) = 444adcf1fd50f4a4b7a8f46d6b758c91bc10e788 diff --git a/www/p5-Apache-ASP/patches/patch-ASP_pm b/www/p5-Apache-ASP/patches/patch-ASP_pm deleted file mode 100644 index 204ac17eedb..00000000000 --- a/www/p5-Apache-ASP/patches/patch-ASP_pm +++ /dev/null @@ -1,12 +0,0 @@ -$OpenBSD: patch-ASP_pm,v 1.1 2002/11/22 12:21:48 naddy Exp $ ---- ASP.pm.orig Fri Nov 22 13:12:02 2002 -+++ ASP.pm Fri Nov 22 13:12:11 2002 -@@ -537,7 +537,7 @@ sub FileId { - my @inode_stat = (); - if($self->{inode_names}) { - @inode_stat = stat($file); -- unless($inode_stat[0] && $inode_stat[1]) { -+ unless($inode_stat[0] || $inode_stat[1]) { - @inode_stat = (); - } - }