From owner-freebsd-ports Tue Oct 3 4:56:53 2000 Delivered-To: freebsd-ports@freebsd.org Received: from lists01.iafrica.com (lists01.iafrica.com [196.7.0.141]) by hub.freebsd.org (Postfix) with ESMTP id CEA4C37B502 for ; Tue, 3 Oct 2000 04:56:47 -0700 (PDT) Received: from nwl.fw.uunet.co.za ([196.31.2.162]) by lists01.iafrica.com with esmtp (Exim 3.12 #2) id 13gQgZ-0004ob-00; Tue, 03 Oct 2000 13:56:39 +0200 Received: (from nobody@localhost) by nwl.fw.uunet.co.za (8.8.8/8.6.9) id NAA26769; Tue, 3 Oct 2000 13:56:42 +0200 (SAST) Received: by nwl.fw.uunet.co.za via recvmail id 26559; Tue Oct 3 13:55:31 2000 Received: from sheldonh (helo=axl.fw.uunet.co.za) by axl.fw.uunet.co.za with local-esmtp (Exim 3.16 #1) id 13gQfT-0008KK-00; Tue, 03 Oct 2000 13:55:31 +0200 From: Sheldon Hearn To: frank@exit.com Cc: ports@freebsd.org Subject: Re: Plans to update p5-Apache-Session? In-reply-to: Your message of "Tue, 03 Oct 2000 11:56:51 +0200." <29217.970567011@axl.fw.uunet.co.za> Date: Tue, 03 Oct 2000 13:55:30 +0200 Message-ID: <32011.970574130@axl.fw.uunet.co.za> Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 03 Oct 2000 11:56:51 +0200, Sheldon Hearn wrote: > Do you have any plans to update the FreeBSD port for p5-Apache-Session > from version 1.51 to version 1.53? Here's the patchset I'm using for the newer version of the port. Note that I've removed the unnecessary dependency on p5-Apache and have added the required dependency on p5-MD5. Ciao, Sheldon. Index: Makefile =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-Session/Makefile,v retrieving revision 1.4 diff -u -d -r1.4 Makefile --- Makefile 2000/06/17 02:37:07 1.4 +++ Makefile 2000/10/03 11:53:09 @@ -6,7 +6,7 @@ # PORTNAME= Apache-Session -PORTVERSION= 1.51 +PORTVERSION= 1.53 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache @@ -14,7 +14,7 @@ MAINTAINER= frank@exit.com -BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/mod_perl.pm:${PORTSDIR}/www/p5-Apache \ +BUILD_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/MD5.pm:${PORTSDIR}/security/p5-MD5 \ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable USE_PERL5= yes @@ -34,12 +34,15 @@ Apache::Session::Postgres.3 \ Apache::Session::Serialize::Base64.3 \ Apache::Session::Serialize::Storable.3 \ + Apache::Session::Serialize::Sybase.3 \ Apache::Session::Serialize::UUEncode.3 \ Apache::Session::Store::DB_File.3 \ Apache::Session::Store::File.3 \ Apache::Session::Store::MySQL.3 \ Apache::Session::Store::Oracle.3 \ - Apache::Session::Store::Postgres.3 + Apache::Session::Store::Postgres.3 \ + Apache::Session::Store::Sybase.3 \ + Apache::Session::Sybase.3 do-configure: @cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL Index: files/md5 =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-Session/files/md5,v retrieving revision 1.2 diff -u -d -r1.2 md5 --- files/md5 2000/06/10 17:06:07 1.2 +++ files/md5 2000/10/03 11:54:01 @@ -1 +1 @@ -MD5 (Apache-Session-1.51.tar.gz) = 30df6f5a780a5908681b8728f2e4b2d3 +MD5 (Apache-Session-1.53.tar.gz) = 31c4fb527e39763c6f3ab723d94e5a52 Index: pkg/PLIST =================================================================== RCS file: /home/ncvs/ports/www/p5-Apache-Session/pkg/PLIST,v retrieving revision 1.2 diff -u -d -r1.2 PLIST --- pkg/PLIST 2000/06/10 17:06:08 1.2 +++ pkg/PLIST 2000/10/03 11:50:20 @@ -2,16 +2,17 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/DB_File.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/File.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Flex.pm -lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/MySQL.pm -lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Oracle.pm -lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Postgres.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate/MD5.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/File.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/MySQL.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/Null.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock/Semaphore.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/MySQL.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Oracle.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Postgres.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Base64.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Storable.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/Sybase.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize/UUEncode.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/DBI.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/DB_File.pm @@ -19,10 +20,12 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/MySQL.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Oracle.pm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Postgres.pm -lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session/.packlist -@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Session -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store/Sybase.pm +lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Sybase.pm +lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Apache/Session/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/mach/auto/Apache/Session @dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Generate +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Lock +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Serialize +@dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session/Store @dirrm lib/perl5/site_perl/%%PERL_VER%%/Apache/Session To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message