Index: perl5.10/Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/perl5.10/Makefile,v retrieving revision 1.127 diff -u -r1.127 Makefile --- perl5.10/Makefile 17 May 2011 19:30:02 -0000 1.127 +++ perl5.10/Makefile 3 Aug 2011 15:06:59 -0000 @@ -7,7 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Index: perl5.10/files/patch-Configure =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/perl5.10/files/patch-Configure,v retrieving revision 1.1 diff -u -r1.1 patch-Configure --- perl5.10/files/patch-Configure 14 Jul 2010 17:24:21 -0000 1.1 +++ perl5.10/files/patch-Configure 3 Aug 2011 14:34:05 -0000 @@ -1,6 +1,6 @@ --- Configure.orig 2010-07-14 15:28:45.000000000 +0000 +++ Configure 2010-07-14 15:29:23.000000000 +0000 -@@ -4780,7 +4780,7 @@ +@@ -4798,7 +4798,7 @@ libpth='' for xxx in $dlist do @@ -9,3 +9,13 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; +@@ -9125,8 +9125,7 @@ + + : determine where add-on public executable scripts go + case "$sitescript" in +-'') dflt=$siteprefix/script +- $test -d $dflt || dflt=$sitebin ;; ++'') dflt=$sitebin ;; + *) dflt="$sitescript" ;; + esac + fn=d~+ Index: perl5.12/Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/perl5.12/Makefile,v retrieving revision 1.135 diff -u -r1.135 Makefile --- perl5.12/Makefile 3 Jul 2011 15:51:18 -0000 1.135 +++ perl5.12/Makefile 3 Aug 2011 15:06:49 -0000 @@ -7,6 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} +PORTREVISION= 1 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Index: perl5.12/files/patch-Configure =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/perl5.12/files/patch-Configure,v retrieving revision 1.1 diff -u -r1.1 patch-Configure --- perl5.12/files/patch-Configure 14 Jul 2010 17:24:21 -0000 1.1 +++ perl5.12/files/patch-Configure 3 Aug 2011 14:33:58 -0000 @@ -1,6 +1,6 @@ --- Configure.orig 2010-07-14 15:28:45.000000000 +0000 +++ Configure 2010-07-14 15:29:23.000000000 +0000 -@@ -4780,7 +4780,7 @@ +@@ -4798,7 +4798,7 @@ libpth='' for xxx in $dlist do @@ -9,3 +9,13 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; +@@ -9125,8 +9125,7 @@ + + : determine where add-on public executable scripts go + case "$sitescript" in +-'') dflt=$siteprefix/script +- $test -d $dflt || dflt=$sitebin ;; ++'') dflt=$sitebin ;; + *) dflt="$sitescript" ;; + esac + fn=d~+ Index: perl5.14/Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/perl5.14/Makefile,v retrieving revision 1.135 diff -u -r1.135 Makefile --- perl5.14/Makefile 19 Jun 2011 10:27:11 -0000 1.135 +++ perl5.14/Makefile 3 Aug 2011 15:06:36 -0000 @@ -7,6 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} +PORTREVISION= 1 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Index: perl5.14/files/patch-Configure =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/perl5.14/files/patch-Configure,v retrieving revision 1.1 diff -u -r1.1 patch-Configure --- perl5.14/files/patch-Configure 14 Jul 2010 17:24:21 -0000 1.1 +++ perl5.14/files/patch-Configure 3 Aug 2011 14:33:28 -0000 @@ -1,6 +1,6 @@ --- Configure.orig 2010-07-14 15:28:45.000000000 +0000 +++ Configure 2010-07-14 15:29:23.000000000 +0000 -@@ -4780,7 +4780,7 @@ +@@ -4798,7 +4798,7 @@ libpth='' for xxx in $dlist do @@ -9,3 +9,13 @@ case " $libpth " in *" $xxx "*) ;; *) libpth="$libpth $xxx";; +@@ -9125,8 +9125,7 @@ + + : determine where add-on public executable scripts go + case "$sitescript" in +-'') dflt=$siteprefix/script +- $test -d $dflt || dflt=$sitebin ;; ++'') dflt=$sitebin ;; + *) dflt="$sitescript" ;; + esac + fn=d~+ Index: perl5.8/Makefile =================================================================== RCS file: /home/amdmi3/projects/freebsd/FreeBSD.cvs/ports/lang/perl5.8/Makefile,v retrieving revision 1.116 diff -u -r1.116 Makefile --- perl5.8/Makefile 17 May 2011 19:30:03 -0000 1.116 +++ perl5.8/Makefile 3 Aug 2011 15:07:05 -0000 @@ -7,7 +7,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ Index: perl5.8/files/patch-Configure =================================================================== RCS file: perl5.8/files/patch-Configure diff -N perl5.8/files/patch-Configure --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ perl5.8/files/patch-Configure 3 Aug 2011 14:35:13 -0000 @@ -0,0 +1,12 @@ +--- Configure.orig 2008-10-30 10:48:10.000000000 +0300 ++++ Configure 2011-08-03 18:35:13.000000000 +0400 +@@ -8899,8 +8899,7 @@ + + : determine where add-on public executable scripts go + case "$sitescript" in +-'') dflt=$siteprefix/script +- $test -d $dflt || dflt=$sitebin ;; ++'') dflt=$sitebin ;; + *) dflt="$sitescript" ;; + esac + fn=d~+