Date: Fri, 16 Jan 2004 15:39:09 -0500 (EST) From: Christopher Nehren <apeiron@comcast.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/61444: Upgrade perl5.8 to 5.8.3. Message-ID: <200401162039.i0GKd9Go097116@prophecy.dyndns.org> Resent-Message-ID: <200401162040.i0GKeDRR096170@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 61444 >Category: ports >Synopsis: Upgrade perl5.8 to 5.8.3. >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: Fri Jan 16 12:40:13 PST 2004 >Closed-Date: >Last-Modified: >Originator: Christopher Nehren >Release: FreeBSD 5.2-RELEASE i386 >Organization: >Environment: System: FreeBSD prophecy.dyndns.org 5.2-RELEASE FreeBSD 5.2-RELEASE #0: Tue Jan 13 02:50:17 EST 2004 root@prophecy.dyndns.org:/usr/obj/usr/src/sys/PROPHECY i386 >Description: Perl 5.8.3 was released earlier today, here's a patch to update the port. >How-To-Repeat: $BROWSER http://use.perl.org ; cat ports/lang/perl5.8/distinfo >Fix: This is my first attempt at upgrading a port as involved and important as Perl, so it may not be perfect. I have tested it, though, and it seems to work on this machine. diff -urN /usr/ports/lang/perl5.8/Makefile /usr/ports/lang/new.perl5.8/Makefile --- /usr/ports/lang/perl5.8/Makefile Tue Nov 25 13:48:26 2003 +++ /usr/ports/lang/new.perl5.8/Makefile Fri Jan 16 15:24:35 2004 @@ -7,7 +7,6 @@ PORTNAME= perl PORTVERSION= ${PERL_VER} -PORTREVISION= 2 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -20,7 +19,7 @@ MAINTAINER= tobez@FreeBSD.org COMMENT= Practical Extraction and Report Language -PERL_VER= 5.8.2 +PERL_VER= 5.8.3 PERL_ARCH= mach PERL_VERSION= ${PERL_VER} @@ -159,7 +158,7 @@ Locale::Language.3 Locale::Maketext.3 Locale::Maketext::TPJ13.3 \ Locale::Script.3 MIME::Base64.3 MIME::QuotedPrint.3 \ Math::BigFloat.3 Math::BigInt.3 Math::BigInt::Calc.3 \ - Math::BigInt::Scalar.3 Math::BigRat.3 \ + Math::BigRat.3 \ Math::Complex.3 Math::Trig.3 Memoize.3 Memoize::AnyDBM_File.3 \ Memoize::Expire.3 Memoize::ExpireFile.3 Memoize::ExpireTest.3 \ Memoize::NDBM_File.3 Memoize::SDBM_File.3 Memoize::Storable.3 \ diff -urN /usr/ports/lang/perl5.8/distinfo /usr/ports/lang/new.perl5.8/distinfo --- /usr/ports/lang/perl5.8/distinfo Mon Nov 10 16:02:21 2003 +++ /usr/ports/lang/new.perl5.8/distinfo Fri Jan 16 14:12:28 2004 @@ -1,2 +1,2 @@ -MD5 (perl-5.8.2.tar.gz) = fa356b74f99166b63a68a322c3c68f91 +MD5 (perl-5.8.3.tar.gz) = 6d2b389f8c6424b7af303f417947714f MD5 (BSDPAN-5.8.0_1.tar.gz) = af9f075e073b14714cfeb8a7582013e7 diff -urN /usr/ports/lang/perl5.8/pkg-plist /usr/ports/lang/new.perl5.8/pkg-plist --- /usr/ports/lang/perl5.8/pkg-plist Tue Nov 11 19:07:43 2003 +++ /usr/ports/lang/new.perl5.8/pkg-plist Fri Jan 16 14:49:58 2004 @@ -166,7 +166,6 @@ lib/perl5/%%PERL_VER%%/ExtUtils/Packlist.pm lib/perl5/%%PERL_VER%%/ExtUtils/README lib/perl5/%%PERL_VER%%/ExtUtils/TODO -lib/perl5/%%PERL_VER%%/ExtUtils/instmodsh lib/perl5/%%PERL_VER%%/ExtUtils/testlib.pm lib/perl5/%%PERL_VER%%/ExtUtils/typemap lib/perl5/%%PERL_VER%%/ExtUtils/xsubpp @@ -233,7 +232,6 @@ lib/perl5/%%PERL_VER%%/Math/BigFloat/Trace.pm lib/perl5/%%PERL_VER%%/Math/BigInt.pm lib/perl5/%%PERL_VER%%/Math/BigInt/Calc.pm -lib/perl5/%%PERL_VER%%/Math/BigInt/Scalar.pm lib/perl5/%%PERL_VER%%/Math/BigInt/Trace.pm lib/perl5/%%PERL_VER%%/Math/BigRat.pm lib/perl5/%%PERL_VER%%/Math/Complex.pm >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200401162039.i0GKd9Go097116>