Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jul 2000 00:33:31 +0800
From:      Clive Lin <clive@CirX.ORG>
To:        freebsd-ports@FreeBSD.ORG
Subject:   PERL_VERSION in bsd.port.mk
Message-ID:  <20000704003331.A42719@cartier.cirx.org>

next in thread | raw e-mail | index | archive | help
Any one noticed this ?

Index: bsd.port.mk
===================================================================
RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
retrieving revision 1.340
diff -u -r1.340 bsd.port.mk
--- bsd.port.mk	2000/06/16 21:52:40	1.340
+++ bsd.port.mk	2000/07/03 16:27:20
@@ -764,12 +764,16 @@
 .endif
 .endif
 
-.if ${OSVERSION} >= 300000
+.if ${OSVERSION} >= 500007
+PERL_VERSION=	5.6.0
+PERL_VER=		5.6.0
+.elif ${OSVERSION} >= 300000
 PERL_VERSION=	5.00503
+PERL_VER=		5.005
 .else
 PERL_VERSION=	5.00502
-.endif
 PERL_VER=		5.005
+.endif
 PERL_ARCH=		${ARCH}-freebsd
 PLIST_SUB+=		PERL_VERSION=${PERL_VERSION} \
 				PERL_VER=${PERL_VER} \

I have a bad habit to delete files/directories which last modified time
do not match the time I make world. I removed /usr/bin/perl5* except
perl5.6.0 and found this small problem.

The 4.x stable branch still has 5.00503, I hope this diff would be fine.
-- 
CirX - This site doesnt' exist.
9c  k9o h9 s1bg s1f, 7v  .y xqx a  sj m8r ffg1 vg5 a6 asox tmul h38 .
ant sj m8r ob ? 1fj mwby a1 tao vg5. soq df v ' .a. CirX.


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?20000704003331.A42719>