[56157] trunk/dports/lang/perl5.10

ricci at macports.org ricci at macports.org
Mon Aug 24 15:29:36 PDT 2009


Revision: 56157
          http://trac.macports.org/changeset/56157
Author:   ricci at macports.org
Date:     2009-08-24 15:29:32 -0700 (Mon, 24 Aug 2009)
Log Message:
-----------
uprev to 5.10.1
remove use of patches that are incorporated in 5.10.1
refresh patches that are still used

Modified Paths:
--------------
    trunk/dports/lang/perl5.10/Portfile
    trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff
    trunk/dports/lang/perl5.10/files/patch-perl.c.diff

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2009-08-24 22:12:33 UTC (rev 56156)
+++ trunk/dports/lang/perl5.10/Portfile	2009-08-24 22:29:32 UTC (rev 56157)
@@ -3,8 +3,8 @@
 PortSystem      1.0
 
 name            perl5.10
-version         5.10.0
-revision        4
+version         5.10.1
+revision        0
 categories      lang
 platforms       darwin freebsd linux
 maintainers     ricci openmaintainer
@@ -17,35 +17,18 @@
     development, and more.
 
 distname        perl-${version}
-use_bzip2       no
+use_bzip2       yes
 homepage        http://www.perl.org/
 master_sites    http://www.cpan.org/src/5.0/
 
-checksums       md5 d2c39b002ebfd2c3c5dba589365c5a71 \
-                sha1 adf73606dd5248af7ccdd735bcaa0e628ea75b3c \
-                rmd160 c6614fc99a162790a703f91085b24a60af903ba2
+checksums           md5     82400c6d34f7b7b43d0196c76cd2bbb1 \
+                    sha1    98b762b5cd4fb76dd354dfa5ba0d21bc2acacaf2 \
+                    rmd160  840b3a5ac3d7f517770ce789676ebd9154d9ee5a
 
-##
-## Patchfiles:
-##	patch-t_comp_require.t.diff
-## 	patch-toke.c.diff
-## resolve #19490 (and #19604) with patches from
-## 	http://www.nntp.perl.org/group/perl.perl5.changes/2008/02/msg21106.html
-## Bug is:
-## 	http://rt.perl.org/rt3/Public/Bug/Display.html?id=49472
-## and marked as fixed for perl 5.10.1
-##
-##
-patchfiles	patch-t_comp_require.t.diff	\
-			patch-toke.c.diff
-
 platform darwin {
     patchfiles-append   patch-hints_darwin.diff \
 						patch-perl.c.diff
 
-    pre-configure {
-        reinplace "s|ld=\"MACOSX_DEPLOYMENT_TARGET=10.3|ld=\"env MACOSX_DEPLOYMENT_TARGET=10.3|g" "${worksrcpath}/hints/darwin.sh"
-    }
 }
 
 pre-configure {

Modified: trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff
===================================================================
--- trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff	2009-08-24 22:12:33 UTC (rev 56156)
+++ trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff	2009-08-24 22:29:32 UTC (rev 56157)
@@ -1,13 +1,13 @@
---- hints/darwin.sh.orig	Tue May 25 14:52:21 2004
-+++ hints/darwin.sh	Tue Jan 25 20:40:55 2005
-@@ -224,6 +224,10 @@
- # really need ODBM_FIle, though, so let's just hint ODBM away.
- i_dbm=undef;
+--- hints/darwin.sh.orig	2009-04-14 11:38:15.000000000 -0700
++++ hints/darwin.sh	2009-08-24 10:55:26.000000000 -0700
+@@ -253,6 +253,10 @@
+ ;;
+ esac
  
 +# When the bind9 port is installed, its libbind includes dups from
 +# /usr/lib/libdl, so remove libbind
 +libswanted=`echo $libswanted | sed 's/ bind / /'`
 +
  ##
- # Build process
+ # System libraries
  ##

Modified: trunk/dports/lang/perl5.10/files/patch-perl.c.diff
===================================================================
--- trunk/dports/lang/perl5.10/files/patch-perl.c.diff	2009-08-24 22:12:33 UTC (rev 56156)
+++ trunk/dports/lang/perl5.10/files/patch-perl.c.diff	2009-08-24 22:29:32 UTC (rev 56157)
@@ -1,6 +1,6 @@
---- perl.c.orig	2007-12-18 02:47:08.000000000 -0800
-+++ perl.c	2009-03-31 22:21:17.000000000 -0700
-@@ -4747,45 +4747,14 @@
+--- perl.c	2009-04-22 11:07:41.000000000 -0700
++++ perl.c	2009-08-24 10:55:26.000000000 -0700
+@@ -4873,45 +4873,14 @@
      }
  
  /* Use the ~-expanded versions of APPLLIB (undocumented),
@@ -49,7 +49,7 @@
  #ifdef SITEARCH_EXP
      /* sitearch is always relative to sitelib on Windows for
       * DLL-based path intuition to work correctly */
-@@ -4807,7 +4776,9 @@
+@@ -4933,7 +4902,9 @@
      /* Search for version-specific dirs below here */
      incpush(SITELIB_STEM, FALSE, TRUE, TRUE, TRUE);
  #endif
@@ -59,7 +59,7 @@
  #ifdef PERL_VENDORARCH_EXP
      /* vendorarch is always relative to vendorlib on Windows for
       * DLL-based path intuition to work correctly */
-@@ -4827,6 +4798,40 @@
+@@ -4953,6 +4924,40 @@
  #ifdef PERL_VENDORLIB_STEM /* Search for version-specific dirs below here */
      incpush(PERL_VENDORLIB_STEM, FALSE, TRUE, TRUE, TRUE);
  #endif
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090824/a5cdf65f/attachment.html>


More information about the macports-changes mailing list