head	1.2;
access;
symbols
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.2
date	2009.01.10.22.58.13;	author wxs;	state dead;
branches;
next	1.1;

1.1
date	2008.03.19.00.28.37;	author gahr;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Downgrade to 2.0.12 (current version is broken)
- Pass maintainer to submitter

PR:		ports/129235
Submitted by:	rodrigo@@bebik.net
@
text
@--- wml_backend/p3_eperl/configure.orig	2001-03-10 22:47:44.000000000 +0100
+++ wml_backend/p3_eperl/configure	2008-03-19 00:19:28.000000000 +0100
@@@@ -577,7 +577,7 @@@@
 PATH_PERL=$perlprog
 echo "$ac_t""$perlprog v$perlvers" 1>&6
 case $perlvers in
-    5.003* | 5.004* | 5.005* | 5.006* )
+    5.003* | 5.004* | 5.005* | 5.006* | 5.007* | 5.008* )
         ;;
     * ) echo ""
         echo "Latest Perl found on your system is $perlvers,"
@@@@ -590,9 +590,9 @@@@
         ;;
 esac
 case $perlvers in
-    5.00[3-6]_[0-9][0-9] ) 
+    5.00[3-8]_[0-9][0-9] ) 
 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; 
-    5.00[3-6] ) 
+    5.00[3-8] ) 
 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/$/00/'` ;; 
 	* ) 
 	    perlvnum=`echo $perlvers | sed -e 's/\.//' -e 's/_//'` ;; 
@


1.1
log
@- Update to 2.1a2

Approved by:	miwi (mentor)
@
text
@@

