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

afb at macports.org afb at macports.org
Sun Oct 12 02:10:34 PDT 2008


Revision: 40718
          http://trac.macports.org/changeset/40718
Author:   afb at macports.org
Date:     2008-10-12 02:10:33 -0700 (Sun, 12 Oct 2008)
Log Message:
-----------
copy minor changes from perl5.8 and drop maintained appearance

Modified Paths:
--------------
    trunk/dports/lang/perl5.10/Portfile

Added Paths:
-----------
    trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff

Removed Paths:
-------------
    trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh

Modified: trunk/dports/lang/perl5.10/Portfile
===================================================================
--- trunk/dports/lang/perl5.10/Portfile	2008-10-12 08:20:04 UTC (rev 40717)
+++ trunk/dports/lang/perl5.10/Portfile	2008-10-12 09:10:33 UTC (rev 40718)
@@ -6,8 +6,8 @@
 version         5.10.0
 revision        2
 categories      lang
-platforms		darwin
-maintainers     afb at macports.org openmaintainer
+platforms		darwin freebsd linux
+maintainers     nomaintainer
 description     Perl 5.10.x - Practical Extraction and Report Language
 
 long_description \
@@ -26,7 +26,7 @@
                 rmd160 c6614fc99a162790a703f91085b24a60af903ba2
 
 platform darwin {
-    patchfiles-append   patch-hints_darwin.sh
+    patchfiles-append   patch-hints_darwin.diff
 
     pre-configure {
         reinplace "s|ld=\"MACOSX_DEPLOYMENT_TARGET=10.3|ld=\"env MACOSX_DEPLOYMENT_TARGET=10.3|g" "${worksrcpath}/hints/darwin.sh"
@@ -39,7 +39,7 @@
 
 configure.env       LC_ALL=C
 configure.cmd       sh Configure
-configure.pre_args  
+configure.pre_args
 configure.post_args -des -Dprefix='${prefix}' -Dccflags="-I'${prefix}/include'"\
                     -Dldflags=-L'${prefix}/lib' \
                     -Dvendorprefix='${prefix}'
@@ -73,11 +73,11 @@
     }
 }
 
-variant threads {
+variant threads description {Build with thread support} {
     configure.args-append   -Dusethreads
 }
 
-variant shared {
+variant shared description {Build shared perl library} {
     configure.args-append   -Duseshrplib
 }
 
@@ -86,6 +86,6 @@
 }
 
 livecheck.check regex
-livecheck.url   ${master_sites}
-livecheck.regex latest_is_(\\d+(?:\\.\\d+)*)
+livecheck.url   http://www.cpan.org/src
+livecheck.regex latest_[join [lrange [split ${version} .] 0 1] .]_is_(\\d+(?:\\.\\d+)*)
 

Copied: trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff (from rev 40717, trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh)
===================================================================
--- trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff	                        (rev 0)
+++ trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff	2008-10-12 09:10:33 UTC (rev 40718)
@@ -0,0 +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;
+ 
++# 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
+ ##


Property changes on: trunk/dports/lang/perl5.10/files/patch-hints_darwin.diff
___________________________________________________________________
Added: svn:mergeinfo
   + 

Deleted: trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh
===================================================================
--- trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh	2008-10-12 08:20:04 UTC (rev 40717)
+++ trunk/dports/lang/perl5.10/files/patch-hints_darwin.sh	2008-10-12 09:10:33 UTC (rev 40718)
@@ -1,13 +0,0 @@
---- 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;
- 
-+# 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
- ##
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20081012/12fe6f97/attachment.html 


More information about the macports-changes mailing list