New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 82553


Ignore:
Timestamp:
08/15/11 12:22:39 (4 years ago)
Author:
jmr@…
Message:

update p5-* dependents to use a specific version

Location:
trunk/dports
Files:
94 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/aqua/PsyncX/Portfile

    r78632 r82553  
    77name                PsyncX 
    88version             2.2.2 
     9revision            1 
    910categories          aqua sysutils 
    1011maintainers         ryandesign 
     
    2324worksrcdir          trunk 
    2425 
    25 depends_lib         port:p5-macosx-file 
     26depends_lib         port:p5.12-macosx-file 
    2627 
    2728# I don't know why these files aren't in the psyncx subversion repository. 
  • trunk/dports/audio/flac2mp3/Portfile

    r73808 r82553  
    44name            flac2mp3 
    55version         20041223 
     6revision        1 
    67distname        ${name} 
    78categories      audio 
     
    2021destroot        { 
    2122        xinstall ${distpath}/${name}${extract.suffix} ${destroot}${prefix}/bin 
    22         reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|g" \ 
     23        reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.12|g" \ 
    2324            "${destroot}${prefix}/bin/${name}${extract.suffix}" 
    2425} 
    2526 
    26 depends_lib     port:lame port:flac port:p5-mp3-info 
     27depends_lib     port:lame port:flac port:p5.12-mp3-info 
  • trunk/dports/databases/libgda3/Portfile

    r58230 r82553  
    55name            libgda3 
    66version         3.0.4 
    7 revision        1 
     7revision        2 
    88description     GDA provides uniform access to diffent kinds of data sources. 
    99long_description        \ 
     
    2828        port:libxml2 \ 
    2929        port:ncurses \ 
    30         port:p5-xml-parser \ 
    31         path:bin/perl:perl5 \ 
     30        port:p5.12-xml-parser \ 
     31        port:perl5.12 \ 
    3232        port:readline \ 
    3333        port:zlib \ 
     
    4040        port:gnome-doc-utils 
    4141 
    42 configure.perl  ${prefix}/bin/perl 
     42configure.perl  ${prefix}/bin/perl5.12 
    4343configure.env-append  INTLTOOL_PERL=${configure.perl} 
    4444 
  • trunk/dports/databases/mysql-zrm/Portfile

    r48493 r82553  
    66name                    mysql-zrm 
    77version                 2.0 
     8revision        1 
    89categories              databases sysutils 
    910maintainers             bitwrangler.com:kmayer 
     
    2021checksums               md5 13a82abeb181d265af553770d1db6718 \ 
    2122                                sha1 fbc38a346755fb228296af2a447cb5fd74d5d246 
    22 depends_lib             port:p5-dbi \ 
    23                         port:p5-xml-parser 
     23depends_lib             port:p5.12-dbi \ 
     24                        port:p5.12-xml-parser 
    2425use_configure           no 
    2526patchfiles              patch-mysql-zrm-backup-0 \ 
     
    3536        foreach f [exec find ${worksrcpath} -type f -print] { 
    3637                reinplace "s|/opt/csw/bin|${prefix}/bin|" ${f} 
    37                 reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" ${f} 
     38                reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" ${f} 
    3839                reinplace "s|/usr/bin/mysql-zrm|${prefix}/bin/mysql-zrm|" ${f} 
    3940                reinplace "s|/usr/lib/mysql-zrm|${prefix}/lib/mysql-zrm|" ${f} 
  • trunk/dports/databases/postgresql_autodoc/Portfile

    r57375 r82553  
    55name                    postgresql_autodoc 
    66version                 1.31 
     7revision        1 
    78categories              databases textproc 
    89platforms               darwin 
     
    1920                                rmd160 7c7b3a60c79acde53fa8eb542d4d435423324002 
    2021 
    21 depends_lib             path:bin/perl:perl5 \ 
    22                                 port:p5-dbi \ 
    23                                 port:p5-dbd-pg \ 
    24                                 port:p5-html-template \ 
    25                                 port:p5-term-readkey 
     22depends_lib             port:perl5.12 \ 
     23                                port:p5.12-dbi \ 
     24                                port:p5.12-dbd-pg \ 
     25                                port:p5.12-html-template \ 
     26                                port:p5.12-term-readkey 
    2627 
    2728worksrcdir              ${name} 
  • trunk/dports/devel/archway/Portfile

    r75775 r82553  
    66name              archway 
    77version           0.2.1 
     8revision          1 
    89categories        devel 
    910platforms         darwin 
     
    2425use_configure     no 
    2526build             {} 
    26 destroot.destdir  PERL=${prefix}/bin/perl DESTDIR=${destroot} prefix=${prefix} 
     27destroot.destdir  PERL=${prefix}/bin/perl5.12 DESTDIR=${destroot} prefix=${prefix} 
    2728 
    28 depends_lib       port:arch port:p5-gtk2 
     29depends_lib       port:arch port:p5.12-gtk2 
  • trunk/dports/devel/bugzilla/Portfile

    r81742 r82553  
    55name                    bugzilla 
    66version                 2.22.3 
    7 revision                2 
     7revision                3 
    88categories              devel www databases 
    99maintainers             nomaintainer 
     
    3030 
    3131depends_lib             port:apache2 \ 
    32                         path:bin/perl:perl5 \ 
    33                         port:p5-appconfig \ 
    34                         port:p5-timedate \ 
    35                         port:p5-dbi \ 
    36                         port:p5-dbd-mysql \ 
    37                         port:p5-xml-parser \ 
    38                         port:p5-patchreader \ 
    39                         port:p5-gd \ 
    40                         port:p5-gdtextutil \ 
    41                         port:p5-gdgraph \ 
    42                         port:p5-chart \ 
    43                         port:p5-template-toolkit \ 
    44                         port:p5-mime-tools \ 
     32                        port:perl5.12 \ 
     33                        port:p5.12-appconfig \ 
     34                        port:p5.12-timedate \ 
     35                        port:p5.12-dbi \ 
     36                        port:p5.12-dbd-mysql \ 
     37                        port:p5.12-xml-parser \ 
     38                        port:p5.12-patchreader \ 
     39                        port:p5.12-gd \ 
     40                        port:p5.12-gdtextutil \ 
     41                        port:p5.12-gdgraph \ 
     42                        port:p5.12-chart \ 
     43                        port:p5.12-template-toolkit \ 
     44                        port:p5.12-mime-tools \ 
    4545                        port:patchutils \ 
    46                         port:p5-perl-ldap \ 
    47                         port:p5-xml-twig 
     46                        port:p5.12-perl-ldap \ 
     47                        port:p5.12-xml-twig 
    4848 
    4949variant mysql4 conflicts mysql5 description "Use mysql4 database" { 
     
    6767        foreach item [glob ${worksrcpath}/*.cgi ${worksrcpath}/*.pl \ 
    6868                           ${worksrcpath}/contrib/*.pl ${worksrcpath}/docs/*.pl] { 
    69                 reinplace "s%^#!.*perl%#!${prefix}/bin/perl%" ${item} 
     69                reinplace "s%^#!.*perl%#!${prefix}/bin/perl5.12%" ${item} 
    7070        } 
    7171        foreach item [glob ${worksrcpath}/*.pl ${worksrcpath}/contrib/*.pl \ 
  • trunk/dports/devel/cvsweb/Portfile

    r56204 r82553  
    22 
    33PortSystem 1.0 
     4 
    45name            cvsweb 
    56version         3.0.6 
     7revision    1 
    68categories      devel www 
    79maintainers     nomaintainer 
     
    1820checksums       md5 0e1eec962b1db00e01b295fff84b6e89 
    1921 
    20 depends_build   path:bin/perl:perl5 \ 
    21                 port:p5-ipc-run \ 
    22                 port:p5-file-temp \ 
    23                 port:p5-uri \ 
    24                 port:p5-mime-types \ 
    25                 port:p5-string-ediff \ 
     22depends_build   port:perl5.12 \ 
     23                port:p5.12-ipc-run \ 
     24                port:p5.12-file-temp \ 
     25                port:p5.12-uri \ 
     26                port:p5.12-mime-types \ 
     27                port:p5.12-string-ediff \ 
    2628                port:cvsgraph 
    2729 
     
    5456        eval xinstall -m 755 [glob ${worksrcpath}/css/*] ${destroot}${css_path} 
    5557 
    56         reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|g" \ 
     58        reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.12|g" \ 
    5759                "${destroot}${cgi_path}/cvsweb.cgi" 
    5860        reinplace "s|/usr/local/etc/cvsweb/cvsweb.conf|${httpd_conf_path}cvsweb.conf|g" \ 
  • trunk/dports/devel/git-core/Portfile

    r80547 r82553  
    66name              git-core 
    77version           1.7.6 
     8revision          1 
    89description       A fast version control system 
    910long_description  Git is a fast, scalable, distributed open source version \ 
     
    2728                    rmd160  9534cf6540c3be85c6f3b5dfca8ca0cf3f2f366f 
    2829 
    29 depends_run  port:rsync port:p5-error 
    30 depends_lib  path:bin/perl:perl5 port:curl port:zlib port:openssl port:expat port:libiconv 
     30depends_run  port:rsync port:p5.12-error 
     31depends_lib  port:perl5.12 port:curl port:zlib port:openssl port:expat port:libiconv 
    3132 
    3233patchfiles   patch-Makefile.diff 
     
    5253               CC=${configure.cc} \ 
    5354               prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 
    54                PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \ 
     55               PERL_PATH="${prefix}/bin/perl5.12" NO_FINK=1 NO_DARWIN_PORTS=1 \ 
    5556               NO_R_TO_GCC_LINKER=1 
    5657 
     
    6263               CC=${configure.cc} \ 
    6364               prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 
    64                PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \ 
     65               PERL_PATH="${prefix}/bin/perl5.12" NO_FINK=1 NO_DARWIN_PORTS=1 \ 
    6566               NO_R_TO_GCC_LINKER=1 
    6667 
     
    6970                  CC=${configure.cc} \ 
    7071                  prefix=${prefix} CURLDIR=${prefix} OPENSSLDIR=${prefix} ICONVDIR=${prefix} \ 
    71                   PERL_PATH="${prefix}/bin/perl" NO_FINK=1 NO_DARWIN_PORTS=1 \ 
     72                  PERL_PATH="${prefix}/bin/perl5.12" NO_FINK=1 NO_DARWIN_PORTS=1 \ 
    7273                  NO_R_TO_GCC_LINKER=1 
    7374 
     
    144145 
    145146variant svn description {Bi-directional subversion repository support} { 
    146     depends_run-append  port:subversion port:p5-libwww-perl port:p5-svn-simple port:p5-term-readkey 
     147    depends_run-append  port:subversion port:p5.12-libwww-perl port:p5.12-svn-simple port:p5.12-term-readkey 
    147148} 
    148149 
  • trunk/dports/devel/gnome-bindings-perl5/Portfile

    r70776 r82553  
    66name            gnome-bindings-perl5 
    77version         2.30.2 
     8revision        1 
    89categories      devel gnome 
    910maintainers     nomaintainer 
     
    1920homepage        http://www.gnome.org/ 
    2021 
    21 depends_lib     port:p5-glib    \ 
    22                 port:p5-gnome2-canvas    \ 
    23                 port:p5-gnome2-gconf    \ 
    24                 port:p5-gnome2-vfs    \ 
    25                 port:p5-gnome2    \ 
    26                 port:p5-gtk2-gladexml \ 
    27                 port:p5-gtk2    \ 
    28                 port:p5-pango 
     22depends_lib     port:p5.12-glib    \ 
     23                port:p5.12-gnome2-canvas    \ 
     24                port:p5.12-gnome2-gconf    \ 
     25                port:p5.12-gnome2-vfs    \ 
     26                port:p5.12-gnome2    \ 
     27                port:p5.12-gtk2-gladexml \ 
     28                port:p5.12-gtk2    \ 
     29                port:p5.12-pango 
    2930 
    3031distfiles 
  • trunk/dports/devel/mtn-browse/Portfile

    r76699 r82553  
    55name                mtn-browse 
    66version             0.72 
     7revision            1 
    78categories          devel 
    89platforms           darwin 
     
    2324                    rmd160  e2f2bfd767f31c3781f662fb91a73a9e4a7b774e 
    2425 
    25 depends_run         port:p5-monotone-automatestdio \ 
    26                     port:p5-gnome2 \ 
    27                     port:p5-gtk2-gladexml \ 
    28                     port:p5-gtk2-sourceview \ 
    29                     port:p5-libintl-perl 
     26depends_run         port:p5.12-monotone-automatestdio \ 
     27                    port:p5.12-gnome2 \ 
     28                    port:p5.12-gtk2-gladexml \ 
     29                    port:p5.12-gtk2-sourceview \ 
     30                    port:p5.12-libintl-perl 
    3031 
    3132use_configure       no 
    3233 
    3334build { 
    34     reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     35    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    3536        ${worksrcpath}/mtn-browse \ 
    3637        ${worksrcpath}/linux-installer 
  • trunk/dports/devel/vcheck/Portfile

    r50980 r82553  
    55name            vcheck 
    66version         1.2.1 
     7revision    1 
    78categories      devel 
    89maintainers     afb openmaintainer 
     
    1819checksums       md5 712cb91d13ffb4b347b094c9935abca1 
    1920 
    20 depends_lib     path:bin/perl:perl5 
    21 depends_run     port:p5-libwww-perl 
     21depends_lib     port:perl5.12 
     22depends_run     port:p5.12-libwww-perl 
    2223 
    2324patch { 
    24     reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" ${worksrcpath}/vcheck 
     25    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" ${worksrcpath}/vcheck 
    2526} 
    2627 
  • trunk/dports/editors/ackmate/Portfile

    r72111 r82553  
    77set real_name           AckMate 
    88version                 1.1.2 
     9revision                1 
    910categories              editors aqua 
    1011maintainers             singingwolfboy 
     
    1819git.branch              8b0c84cc668612946cee 
    1920depends_build           port:ragel 
    20 depends_lib             port:p5-app-ack 
     21depends_lib             port:p5.12-app-ack 
  • trunk/dports/editors/zim/Portfile

    r52820 r82553  
    22 
    33PortSystem          1.0 
     4 
    45name                zim 
    56version             0.28 
     7revision            1 
    68categories          editors 
    79maintainers         nomaintainer 
     
    2628                    rmd160  b6ecc7c6f094670754b4219e7506edefd00b2ca1 
    2729 
    28 depends_lib         port:p5-gtk2 port:p5-module-build port:p5-file-mimeinfo \ 
    29                     port:p5-file-basedir port:p5-file-desktopentry 
     30depends_lib         port:p5.12-gtk2 port:p5.12-module-build port:p5.12-file-mimeinfo \ 
     31                    port:p5.12-file-basedir port:p5.12-file-desktopentry 
    3032 
    3133configure.pre_args  "" 
    3234 
    3335universal_variant   no 
    34  
  • trunk/dports/erlang/tsung/Portfile

    r77049 r82553  
    66name             tsung 
    77version          1.3.3 
     8revision         1 
    89categories       erlang devel 
    910maintainers      nomaintainer 
     
    2526        port:mochiweb \ 
    2627        port:gnuplot \ 
    27         port:p5-template-toolkit 
     28        port:p5.12-template-toolkit 
    2829 
    2930build.target     all doc 
  • trunk/dports/games/frozenbubble2/Portfile

    r81929 r82553  
    66categories            games 
    77version               2.2.0 
     8revision          1 
    89platforms             darwin 
    910maintainers           pmq 
     
    2526 
    2627depends_build        port:pkgconfig 
    27 depends_lib           path:bin/perl:perl5 path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_image \ 
    28                       port:libsdl_mixer port:p5-sdl_perl port:libsdl_pango 
    29 depends_run           port:p5-locale-gettext 
     28depends_lib           port:perl5.12 path:lib/pkgconfig/sdl.pc:libsdl port:libsdl_image \ 
     29                      port:libsdl_mixer port:p5.12-sdl_perl port:libsdl_pango 
     30depends_run           port:p5.12-locale-gettext 
    3031 
    3132livecheck.type        freshmeat 
     
    3637configure { 
    3738    foreach file [glob ${worksrcpath}/frozen-bubble*] { 
    38         reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${file} 
     39        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" ${file} 
    3940    } 
    4041} 
  • trunk/dports/games/pioneers/Portfile

    r81291 r82553  
    66name                pioneers 
    77version             0.12.4 
     8revision            1 
    89categories          games 
    910license             GPL 
     
    2021homepage            http://pio.sourceforge.net/ 
    2122platforms           freebsd darwin 
    22 depends_build       port:gettext port:grep port:intltool port:p5-xml-parser \ 
     23depends_build       port:gettext port:grep port:intltool port:p5.8-xml-parser \ 
    2324                    port:perl5.8 port:pkgconfig port:rarian 
    2425depends_lib         port:atk port:expat port:fontconfig port:freetype \ 
  • trunk/dports/games/xqf/Portfile

    r73505 r82553  
    55name            xqf 
    66version         1.0.5 
     7revision        1 
    78categories      games 
    89platforms       darwin 
     
    3031depends_lib         port:gtk1 \ 
    3132                    port:gdk-pixbuf \ 
    32                     port:p5-xml-parser \ 
     33                    port:p5.12-xml-parser \ 
    3334                    port:readline 
    3435 
  • trunk/dports/gnome/bakery/Portfile

    r77689 r82553  
    55name            bakery 
    66version         2.6.3 
    7 revision        1 
     7revision        2 
    88set branch      [join [lrange [split ${version} .] 0 1] .] 
    99description     Bakery is a C++ Framework for creating GNOME applications using gtkmm. 
     
    2020 
    2121depends_build   port:pkgconfig \ 
    22                 port:intltool  \ 
    23                 port:p5-xml-parser 
     22                port:intltool 
    2423 
    2524depends_lib     port:gconfmm \ 
  • trunk/dports/gnome/evolution-data-server/Portfile

    r77689 r82553  
    66name            evolution-data-server 
    77version         2.30.3 
    8 revision        1 
     8revision        2 
    99set branch      [join [lrange [split ${version} .] 0 1] .] 
    1010description     Addressbook and calender libs for GNOME. 
     
    2323depends_build   port:pkgconfig \ 
    2424                port:intltool \ 
    25                 port:p5-xml-parser \ 
    2625                port:gtk-doc 
    2726 
  • trunk/dports/gnome/gedit-plugins/Portfile

    r57813 r82553  
    66name            gedit-plugins 
    77version         2.26.3 
     8revision        1 
    89set branch      [join [lrange [split ${version} .] 0 1] .] 
    910description     Plug-ins for GEdit 
     
    2223 
    2324depends_build   \ 
    24                 port:p5-xml-parser \ 
     25                port:p5.12-xml-parser \ 
    2526                port:gnome-doc-utils 
    2627 
  • trunk/dports/gnome/gnucash-devel/Portfile

    r80624 r82553  
    77set my_name       gnucash 
    88version           2.4.7 
     9revision          1 
    910categories        gnome x11 
    1011license           GPL-2+ 
     
    4243    # gnc-fq-dump needs to be patched to use MacPorts perl. 
    4344    # (autoconf takes care of the other perl scripts.) 
    44     reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl|" ${worksrcpath}/src/quotes/gnc-fq-dump 
     45    reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/src/quotes/gnc-fq-dump 
    4546} 
    4647 
     
    6061                  port:goffice \ 
    6162                  port:aqbanking \ 
    62                   port:p5-finance-quote 
     63                  port:p5.12-finance-quote 
    6364 
    6465depends_run       port:evince 
  • trunk/dports/gnome/gnucash/Portfile

    r80624 r82553  
    66name              gnucash 
    77version           2.4.7 
     8revision          1 
    89categories        gnome x11 
    910license           GPL-2+ 
     
    3738    # gnc-fq-dump needs to be patched to use MacPorts perl. 
    3839    # (autoconf takes care of the other perl scripts.) 
    39     reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl|" ${worksrcpath}/src/quotes/gnc-fq-dump 
     40    reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/src/quotes/gnc-fq-dump 
    4041} 
    4142 
     
    5556                  port:goffice \ 
    5657                  port:aqbanking \ 
    57                   port:p5-finance-quote 
     58                  port:p5.12-finance-quote 
    5859 
    5960depends_run       port:evince 
  • trunk/dports/gnome/gtk2-murrine/Portfile

    r76201 r82553  
    77set my_name     murrine 
    88version         0.90.3 
    9 revision        1 
     9revision        2 
    1010set branch      [join [lrange [split ${version} .] 0 1] .] 
    1111categories      gnome x11 gtk 
     
    2929depends_build \ 
    3030    port:intltool \ 
    31     port:p5-xml-parser \ 
    32     path:bin/perl:perl5 \ 
    3331    port:pkgconfig 
    3432 
  • trunk/dports/gnome/icon-naming-utils/Portfile

    r57375 r82553  
    55name              icon-naming-utils 
    66version           0.8.90 
     7revision          1 
    78 
    89description       A default fallback theme. 
     
    2122                  rmd160  1c68587f83e8bad54dfdedbfb76c1ec7f2696dcb 
    2223 
    23 depends_lib       path:bin/perl:perl5 port:p5-xml-simple 
    24 configure.perl    ${prefix}/bin/perl 
     24depends_lib       port:perl5.12 port:p5.12-xml-simple 
     25configure.perl    ${prefix}/bin/perl5.12 
    2526 
    2627universal_variant no 
  • trunk/dports/gnome/planner/Portfile

    r82380 r82553  
    66name            planner 
    77version         0.14.4 
    8 revision        0 
     8revision        1 
    99categories      gnome 
    1010maintainers     billitch 
     
    3737                port:rarian \ 
    3838                port:libxslt \ 
    39                 port:p5-xml-parser \ 
     39                port:p5.12-xml-parser \ 
    4040                port:evolution-data-server 
    4141 
  • trunk/dports/gnome/system-tools-backends/Portfile

    r70911 r82553  
    66name            system-tools-backends 
    77version         2.10.1 
     8revision        1 
    89set branch      [join [lrange [split ${version} .] 0 1] .] 
    910maintainers     nomaintainer 
     
    2930                rmd160  ec73eb97c3f930dc2a04020d69bee2f3402338fe 
    3031 
    31 depends_build   port:pkgconfig \ 
    32                 port:p5-net-dbus 
     32depends_build   port:pkgconfig 
    3333 
    3434depends_lib     port:dbus-glib \ 
    35                 port:policykit 
    36  
    37 depends_run     port:p5-net-dbus 
     35                port:policykit \ 
     36                port:p5.12-net-dbus 
    3837 
    3938livecheck.type  regex 
  • trunk/dports/graphics/gimp2-devel/Portfile

    r77764 r82553  
    88# please remember to update the gimp metapackage to match 
    99version         2.7.1 
    10 revision        4 
     10revision        5 
    1111categories      graphics 
    1212maintainers     devans 
     
    3737 
    3838depends_build   port:pkgconfig \ 
    39                 port:intltool \ 
    40                 port:p5-xml-parser 
     39                port:intltool 
    4140 
    4241depends_lib     port:iso-codes \ 
  • trunk/dports/graphics/hugin-app/Portfile

    r82020 r82553  
    66name                    hugin-app 
    77version                 2011.0.0 
    8 revision                0 
     8revision                1 
    99categories              graphics 
    1010maintainers             gmail.com:hvdwolf \ 
     
    3535 
    3636depends_run             port:enblend \ 
    37                         port:p5-image-exiftool 
     37                        port:p5.12-image-exiftool 
    3838 
    3939checksums               md5 ac8a129b4c3021233df6d9368c8164cf \ 
  • trunk/dports/graphics/imageindex/Portfile

    r66275 r82553  
    66 
    77version           1.1 
     8revision          1 
    89platforms         darwin 
    910categories        graphics 
     
    2021                  rmd160  cffde483a8dddcef7f415c38b8ee3a9487444ecb 
    2122 
    22 depends_lib       port:p5-perlmagick 
     23depends_lib       port:p5.12-perlmagick 
    2324 
    24 depends_run       port:p5-image-info 
     25depends_run       port:p5.12-image-info 
    2526 
    2627use_configure     no 
    2728 
    28 build.args        PREFIX=${prefix} PERLPATH=${prefix}/bin/perl 
     29build.args        PREFIX=${prefix} PERLPATH=${prefix}/bin/perl5.12 
    2930 
    3031destroot.cmd      make install 
    31 destroot.args     PREFIX=${destroot}${prefix} PERLPATH=${prefix}/bin/perl 
     32destroot.args     PREFIX=${destroot}${prefix} PERLPATH=${prefix}/bin/perl5.12 
    3233 
    3334livecheck.type    regex 
  • trunk/dports/mail/amavisd-new/Portfile

    r79477 r82553  
    66name                amavisd-new 
    77version             2.6.6 
    8 revision            1 
     8revision            2 
    99categories          mail 
    1010maintainers         pixilla openmaintainer 
     
    2626 
    2727depends_run         port:perl5 \ 
    28                     port:p5-archive-zip \ 
    29                     port:p5-berkeleydb \ 
    30                     port:p5-convert-tnef \ 
    31                     port:p5-convert-uulib \ 
    32                     port:p5-digest-md5 \ 
    33                     port:p5-io-compress \ 
    34                     port:p5-io-stringy \ 
    35                     port:p5-mail-dkim \ 
    36                     port:p5-mailtools \ 
    37                     port:p5-mime-tools \ 
    38                     port:p5-mime-base64 \ 
    39                     port:p5-net-server \ 
    40                     port:p5-time-hires \ 
    41                     port:p5-unix-syslog \ 
    42                     port:p5-mail-spamassassin \ 
    43                     port:p5-dbd-mysql \ 
    44                     port:p5-mail-clamav \ 
     28                    port:p5.12-archive-zip \ 
     29                    port:p5.12-berkeleydb \ 
     30                    port:p5.12-convert-tnef \ 
     31                    port:p5.12-convert-uulib \ 
     32                    port:p5.12-digest-md5 \ 
     33                    port:p5.12-io-compress \ 
     34                    port:p5.12-io-stringy \ 
     35                    port:p5.12-mail-dkim \ 
     36                    port:p5.12-mailtools \ 
     37                    port:p5.12-mime-tools \ 
     38                    port:p5.12-mime-base64 \ 
     39                    port:p5.12-net-server \ 
     40                    port:p5.12-time-hires \ 
     41                    port:p5.12-unix-syslog \ 
     42                    port:p5.12-mail-spamassassin \ 
     43                    port:p5.12-dbd-mysql \ 
     44                    port:p5.12-mail-clamav \ 
    4545                    port:clamav \ 
    4646                    port:clamav-server 
     
    5151 
    5252post-patch { 
    53     reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" \ 
     53    reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.12|" \ 
    5454              ${worksrcpath}/amavisd 
    5555    file copy ${worksrcpath}/amavisd.conf ${worksrcpath}/amavisd.conf.example 
  • trunk/dports/mail/imapsync/Portfile

    r78436 r82553  
    55name                    imapsync 
    66version                 1.411 
     7revision        1 
    78categories              mail 
    89platforms               darwin 
     
    2324                                rmd160  4cedf8d974b21f7e3013808250a4a42ea30ba63a 
    2425 
    25 depends_run             path:bin/perl:perl5 \ 
    26                                 port:p5-digest-md5 \ 
    27                                 port:p5-mail-imapclient \ 
    28                                 port:p5-term-readkey \ 
    29                                 port:p5-io-socket-ssl \ 
    30                                 port:p5-datemanip \ 
    31                                 port:p5-digest-hmac 
     26depends_run             port:perl5.12 \ 
     27                                port:p5.12-digest-md5 \ 
     28                                port:p5.12-mail-imapclient \ 
     29                                port:p5.12-term-readkey \ 
     30                                port:p5.12-io-socket-ssl \ 
     31                                port:p5.12-datemanip \ 
     32                                port:p5.12-digest-hmac 
    3233 
    3334post-patch { 
    34         reinplace "s|^#!.*|#!${prefix}/bin/perl|g" ${worksrcpath}/imapsync 
     35        reinplace "s|^#!.*|#!${prefix}/bin/perl5.12|g" ${worksrcpath}/imapsync 
    3536} 
    3637 
  • trunk/dports/mail/mailqfmt/Portfile

    r51270 r82553  
    44name                    mailqfmt 
    55version                 0.6 
     6revision        1 
    67categories              mail 
    78maintainers             sky.fr:cbellot 
     
    1415distfiles               ${name}.pl 
    1516checksums               md5 e1d452850f59cd004d2d4930758a4a28 
    16 depends_lib-append      port:p5-libwww-perl port:postfix 
     17depends_lib-append      port:p5.12-libwww-perl port:postfix 
    1718 
    1819variant apple_postfix description {uses the mail queues of macosx postfix} { 
     
    2526        } 
    2627post-patch {  
    27           reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     28          reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    2829            ${workpath}/mailqfmt 
    2930 
  • trunk/dports/mail/mb2md/Portfile

    r43750 r82553  
    11# $Id$ 
     2 
    23PortSystem              1.0 
    34 
    45name                    mb2md 
    56version                 3.20 
     7revision        1 
    68categories              mail 
    79maintainers             nomaintainer 
     
    2123platforms               darwin 
    2224 
    23 depends_run             path:bin/perl:perl5 \ 
    24                                 port:p5-timedate 
     25depends_run             port:perl5.12 \ 
     26                                port:p5.12-timedate 
    2527 
    2628pre-extract             { file mkdir ${worksrcpath} } 
     
    3335build { 
    3436        file copy ${worksrcpath}/${name}-${version}.pl ${worksrcpath}/${name} 
    35         reinplace "s|^#!.*perl|#!${prefix}/bin/perl|" ${worksrcpath}/${name} 
     37        reinplace "s|^#!.*perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/${name} 
    3638} 
    3739 
  • trunk/dports/mail/muttprint/Portfile

    r30236 r82553  
    55name                muttprint 
    66version             0.72d 
     7revision            1 
    78categories          mail 
    89maintainers         nomaintainer 
     
    2021checksums           sha1 532a1c7ed019b0b50c78caf7eeb17f5cd34d3d1e 
    2122 
    22 depends_lib         port:p5-text-iconv port:dialog 
     23depends_lib         port:p5.12-text-iconv port:dialog 
    2324 
    2425use_configure       no 
     
    2728                    file mkdir ${destroot}${prefix}/bin ${destroot}${prefix}/share/man/man1 
    2829                    xinstall -m 755 ${worksrcpath}/${name} ${destroot}${prefix}/bin 
    29                     reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" ${destroot}${prefix}/bin/${name} 
     30                    reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.12|" ${destroot}${prefix}/bin/${name} 
    3031                    xinstall -m 0644 ${worksrcpath}/doc/manpages/en/muttprint.1.gz ${destroot}${prefix}/share/man/man1 
    3132                    } 
  • trunk/dports/mail/pemail/Portfile

    r59830 r82553  
    55name                    pemail 
    66version                 1.2 
     7revision        1 
    78categories              mail 
    89platforms               darwin 
     
    1920checksums               md5 4fbd8f9e8a3912c3b86bbe4a69ed29cd 
    2021 
    21 depends_lib             path:bin/perl:perl5 
    22 depends_run             port:p5-mail-pop3client \ 
    23                                 port:p5-mime-lite \ 
    24                                 port:p5-term-readkey 
     22depends_lib             port:perl5.12 
     23depends_run             port:p5.12--mail-pop3client \ 
     24                                port:p5.12--mime-lite \ 
     25                                port:p5.12--term-readkey 
    2526 
    2627configure       { 
    27         reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${worksrcpath}/pemail.pl 
     28        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" ${worksrcpath}/pemail.pl 
    2829} 
    2930 
  • trunk/dports/mail/perfect_maildir/Portfile

    r70012 r82553  
    55name                perfect_maildir 
    66version             0.3 
     7revision            1 
    78categories          mail 
    89platforms           darwin 
     
    1819distfiles           ${name}.pl 
    1920 
    20 depends_lib         path:bin/perl:perl5 \ 
    21                     port:p5-timedate 
     21depends_lib         port:perl5.12 \ 
     22                    port:p5.12-timedate 
    2223 
    2324extract { 
     
    2728 
    2829patch { 
    29     reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" ${worksrcpath}/${name}.pl 
     30    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" ${worksrcpath}/${name}.pl 
    3031} 
    3132 
  • trunk/dports/mail/pflogsumm/Portfile

    r57375 r82553  
    66name                    pflogsumm 
    77version                 1.1.2 
     8revision        1 
    89categories              mail 
    910maintainers             nomaintainer 
     
    3839platforms               darwin freebsd 
    3940 
    40 set perl5.bin           ${prefix}/bin/perl 
     41set perl5.bin           ${prefix}/bin/perl5.12 
    4142 
    42 depends_run             port:p5-date-calc 
     43depends_lib     port:perl5.12 
     44depends_run             port:p5.12-date-calc 
    4345 
    4446set cgi_path            "" 
  • trunk/dports/mail/postgrey/Portfile

    r51273 r82553  
    55name             postgrey 
    66version          1.32 
     7revision     1 
    78 
    89categories       mail 
     
    2324 
    2425build.target 
    25 depends_lib-append      port:p5-io-multiplex 
    26 depends_lib-append      port:p5-net-server 
    27 depends_lib-append      port:p5-berkeleydb 
     26depends_lib-append      port:p5.12-io-multiplex 
     27depends_lib-append      port:p5.12-net-server 
     28depends_lib-append      port:p5.12-berkeleydb 
    2829 
    2930startupitem.create      yes 
     
    3334configure { 
    3435  system "echo all: > ${worksrcpath}/Makefile" 
    35   reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     36  reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    3637        ${worksrcpath}/postgrey \ 
    3738        ${worksrcpath}/contrib/postgreyreport 
  • trunk/dports/mail/signing-party/Portfile

    r72681 r82553  
    55name        signing-party 
    66version     1.1.3 
     7revision    1 
    78categories  mail security 
    89maintainers milosh openmaintainer 
     
    2324use_configure   no 
    2425 
    25 depends_lib path:bin/perl:perl5 \ 
    26         port:p5-gnupg-interface \ 
    27         port:p5-text-iconv \ 
    28         port:p5-text-template \ 
    29         port:p5-mime-tools \ 
     26depends_lib port:perl5.12 \ 
     27        port:p5.12-gnupg-interface \ 
     28        port:p5.12-text-iconv \ 
     29        port:p5.12-text-template \ 
     30        port:p5.12-mime-tools \ 
    3031        port:qprint 
    3132depends_run bin:gpg:gnupg port:dialog 
    3233 
    3334pre-build   { 
    34         reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \ 
     35        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" \ 
    3536        ${worksrcpath}/caff/caff ${worksrcpath}/caff/pgp-clean \ 
    3637        ${worksrcpath}/caff/pgp-fixkey ${worksrcpath}/gpg-key2ps/gpg-key2ps \ 
  • trunk/dports/mail/sqlgrey/Portfile

    r79572 r82553  
    77name                sqlgrey 
    88version             1.8.0-rc2 
     9revision            1 
    910categories          mail 
    1011maintainers         pixilla 
     
    1718supported_archs     noarch 
    1819 
    19 depends_lib         port:p5-net-server \ 
    20                     port:p5-io-multiplex \ 
    21                     port:p5-dbi 
     20depends_lib         port:p5.12-net-server \ 
     21                    port:p5.12-io-multiplex \ 
     22                    port:p5.12-dbi 
    2223 
    2324depends_run         port:postfix                    
     
    8081 
    8182variant mysql description {add mysql driver support} { 
    82     depends_lib     port:p5-dbd-mysql 
     83    depends_lib     port:p5.12-dbd-mysql 
    8384} 
    8485 
    8586variant sqlite description {add sqlite driver support} { 
    86     depends_lib     port:p5-dbd-sqlite 
     87    depends_lib     port:p5.12-dbd-sqlite 
    8788} 
    8889 
    8990variant postgresql description {add postgres driver support} { 
    90     depends_lib     port:p5-dbd-pg 
     91    depends_lib     port:p5.12-dbd-pg 
    9192} 
  • trunk/dports/mail/sympa/Portfile

    r69520 r82553  
    55name                    sympa 
    66version                 5.4.7 
    7 revision        1 
     7revision        2 
    88categories              mail 
    99maintainers             markd 
     
    3434                        port:openssl \ 
    3535                        port:postfix \ 
    36                         port:p5-libwww-perl \ 
    37                         port:p5-archive-zip \ 
    38                         port:p5-convert-asn1 \ 
    39                         port:p5-pathtools \ 
    40                         port:p5-dbi \ 
    41                         port:p5-dbd-mysql \ 
    42                         port:p5-mailtools \ 
    43                         port:p5-io-stringy \ 
    44                         port:p5-mime-tools \ 
    45                         port:p5-mime-charset \ 
    46                         port:p5-mime-encwords \ 
    47                         port:p5-crypt-openssl-x509 \ 
    48                         port:p5-fcgi \ 
    49                         port:p5-libintl-perl \ 
    50                         port:p5-template-toolkit \ 
    51                         port:p5-crypt-ciphersaber \ 
    52                         port:p5-mhonarc \ 
    53                         port:p5-regexp-common \ 
    54                         port:p5-xml-libxml \ 
    55                         port:p5-io-socket-ssl \ 
    56                         port:p5-soap-lite \ 
    57                         port:p5-perl-ldap \ 
    58                         port:p5-html-format \ 
    59                         port:p5-html-stripscripts-parser 
     36                        port:p5.12-libwww-perl \ 
     37                        port:p5.12-archive-zip \ 
     38                        port:p5.12-convert-asn1 \ 
     39                        port:p5.12-pathtools \ 
     40                        port:p5.12-dbi \ 
     41                        port:p5.12-dbd-mysql \ 
     42                        port:p5.12-mailtools \ 
     43                        port:p5.12-io-stringy \ 
     44                        port:p5.12-mime-tools \ 
     45                        port:p5.12-mime-charset \ 
     46                        port:p5.12-mime-encwords \ 
     47                        port:p5.12-crypt-openssl-x509 \ 
     48                        port:p5.12-fcgi \ 
     49                        port:p5.12-libintl-perl \ 
     50                        port:p5.12-template-toolkit \ 
     51                        port:p5.12-crypt-ciphersaber \ 
     52                        port:p5.12-mhonarc \ 
     53                        port:p5.12-regexp-common \ 
     54                        port:p5.12-xml-libxml \ 
     55                        port:p5.12-io-socket-ssl \ 
     56                        port:p5.12-soap-lite \ 
     57                        port:p5.12-perl-ldap \ 
     58                        port:p5.12-html-format \ 
     59                        port:p5.12-html-stripscripts-parser 
    6060 
    6161configure.args          --with-bindir=${prefix}/bin/${name} \ 
     
    8181\ 
    8282                        --with-mandir=${prefix}/man \ 
    83                         --with-perl=${prefix}/bin/perl \ 
     83                        --with-perl=${prefix}/bin/perl5.12 \ 
    8484                        --with-openssl=${prefix}/bin/openssl \ 
    8585\ 
     
    9292 
    9393variant postgresql { 
    94     depends_lib-append      port:p5-dbd-pg 
    95     depends_lib-delete      port:p5-dbd-mysql 
     94    depends_lib-append      port:p5.12-dbd-pg 
     95    depends_lib-delete      port:p5.12-dbd-mysql 
    9696} 
    9797 
  • trunk/dports/mail/t-prot/Portfile

    r70012 r82553  
    55name                t-prot 
    66version             2.5 
     7revision            1 
    78categories          mail 
    89platforms           darwin 
     
    2021                    rmd160 8568da171a75510af309a0375a626bbfc910c9a9 
    2122 
    22 depends_lib         port:p5-getopt-mixed \ 
    23                     port:p5-locale-gettext 
     23depends_lib         port:p5.12-getopt-mixed \ 
     24                    port:p5.12-locale-gettext 
    2425 
    2526use_configure       no 
  • trunk/dports/math/libqalculate/Portfile

    r82040 r82553  
    66name            libqalculate 
    77version         0.9.7 
     8revision    1 
    89categories      math 
    910platforms       darwin 
     
    2728                    rmd160  cc9e198769bea9731f92d2f3836875c83f715674 
    2829 
    29 depends_build port:p5-xml-parser \ 
     30depends_build port:p5.12-xml-parser \ 
    3031    port:pkgconfig 
    3132 
  • trunk/dports/multimedia/cws2fws-pl/Portfile

    r70583 r82553  
    55name                cws2fws-pl 
    66version             0.0.1 
     7revision            1 
    78categories          multimedia 
    89maintainers         nomaintainer 
     
    1516distfiles           cws2fws 
    1617 
    17 depends_run         port:p5-io-compress 
     18depends_run         port:p5.12-io-compress 
    1819 
    1920checksums           rmd160  733a7fa884771c4a5d66eaafc5d89c867048ca20 
     
    2526 
    2627patch { 
    27     reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl|" "${worksrcpath}/cws2fws.pl" 
     28    reinplace "s|^#!/usr/bin/perl|#!${prefix}/bin/perl5.12|" "${worksrcpath}/cws2fws.pl" 
    2829} 
    2930 
  • trunk/dports/multimedia/dvdrip/Portfile

    r78056 r82553  
    55name                dvdrip 
    66version             0.98.8 
     7revision            1 
    78categories          multimedia 
    89maintainers         web.de:marioscheel 
     
    1718master_sites        http://www.exit1.org/dvdrip/dist/ 
    1819checksums           md5 61b77b298b14c6bde83713e93e9ea4d8 
    19 depends_lib         port:p5-libintl-perl \ 
     20depends_lib         port:p5.12-libintl-perl \ 
    2021                    port:transcode \ 
    21                     port:p5-gtk2 
     22                    port:p5.12-gtk2 
    2223 
    2324# transcode is not universal 
  • trunk/dports/multimedia/gnupod/Portfile

    r57522 r82553  
    55name              gnupod 
    66version           0.99.7 
     7revision          1 
    78categories        multimedia perl 
    89maintainers       pmq 
     
    1819checksums         sha1 3aa4b32cc896af435fb52d4bb154ee950ad08ce1 
    1920 
    20 depends_lib       path:bin/perl:perl5 port:p5-mp3-info port:p5-digest-md5 \ 
    21                   port:p5-xml-parser port:p5-unicode-string \ 
    22                   port:p5-libwww-perl port:p5-digest-sha1 port:p5-timedate \ 
     21depends_lib       port:perl5.12 port:p5.12-mp3-info port:p5.12-digest-md5 \ 
     22                  port:p5.12-xml-parser port:p5.12-unicode-string \ 
     23                  port:p5.12-libwww-perl port:p5.12-digest-sha1 port:p5.12-timedate \ 
    2324                  port:lame 
    2425 
    25 configure.perl    ${prefix}/bin/perl 
     26configure.perl    ${prefix}/bin/perl5.12 
    2627 
    2728configure.args    --infodir=${prefix}/share/info 
     
    3637# should also use timidity 
    3738variant flac description "Enable FLAC" { 
    38     depends_lib-append  port:flac port:p5-audio-flac-header 
     39    depends_lib-append  port:flac port:p5.12-audio-flac-header 
    3940} 
    4041 
    4142# should use Ogg::Vorbis::Header::PurePerl, won't work 
    4243variant vorbis description "Enable Ogg/Vorbis" { 
    43     depends_lib-append  port:vorbis-tools port:p5-libvorbis-perl 
     44    depends_lib-append  port:vorbis-tools port:p5.12-libvorbis-perl 
    4445} 
    4546 
  • trunk/dports/multimedia/libgpod/Portfile

    r77147 r82553  
    66name                libgpod 
    77version             0.8.0 
    8 revision            6 
     8revision            7 
    99categories          multimedia 
    1010platforms           darwin 
     
    2424                    port:intltool 
    2525 
    26 depends_lib         port:p5-xml-parser \ 
     26depends_lib         port:p5.12-xml-parser \ 
    2727                    port:libplist \ 
    2828                    port:gdk-pixbuf2 \ 
  • trunk/dports/net/GTorrentViewer/Portfile

    r82016 r82553  
    55name            GTorrentViewer 
    66version         0.2b 
    7 revision        1 
     7revision        2 
    88platforms       darwin 
    99categories      net x11 
     
    2323depends_lib     lib:libgtk.2:gtk2 \ 
    2424                port:curl \ 
    25                 port:p5-xml-parser 
     25                port:p5.12-xml-parser 
    2626 
    2727configure.args  --mandir=${prefix}/share/man --with-curl-config=${prefix}/bin \ 
  • trunk/dports/net/argus-monitor/Portfile

    r69520 r82553  
    44name                    argus-monitor 
    55version                 3.5 
    6 revision        1 
     6revision        2 
    77categories              net 
    88maintainers             markd 
     
    1616worksrcdir              argus-${version} 
    1717 
    18 depends_lib             path:bin/perl:perl5 \ 
     18depends_lib             port:perl5.12 \ 
    1919                        port:postfix \ 
    2020                        port:openssl \ 
     
    2323                        port:fping \ 
    2424                        port:db44 \ 
    25                         port:p5-dbi \ 
    26                         port:p5-berkeleydb \ 
    27                         port:p5-socket6 \ 
    28                         port:p5-gd \ 
    29                         port:p5-time-hires \ 
    30                         port:p5-net-ssleay \ 
    31                         port:p5-digest-hmac \ 
    32                         port:p5-digest-md5 \ 
    33                         port:p5-digest-sha1 \ 
    34                         port:p5-crypt-des 
     25                        port:p5.12-dbi \ 
     26                        port:p5.12-berkeleydb \ 
     27                        port:p5.12-socket6 \ 
     28                        port:p5.12-gd \ 
     29                        port:p5.12-time-hires \ 
     30                        port:p5.12-net-ssleay \ 
     31                        port:p5.12-digest-hmac \ 
     32                        port:p5.12-digest-md5 \ 
     33                        port:p5.12-digest-sha1 \ 
     34                        port:p5.12-crypt-des 
    3535 
    3636patchfiles              patch-Makefile.tplt 
  • trunk/dports/net/ddclient/Portfile

    r81291 r82553  
    66name                ddclient 
    77version             3.8.1 
     8revision            1 
    89platforms           darwin 
    910categories          net 
     
    2021                    sha256  f22ac7b0ec78e310d7b88a1cf636e5c00360b2ed9c087f231b3522ef3e6295f2 
    2122 
    22 depends_lib         port:p5-io-socket-ssl 
    23 depends_run         path:bin/perl:perl5 
     23depends_lib         port:p5.12-io-socket-ssl 
     24depends_run         port:perl5.12 
    2425 
    2526configure   { 
    2627        reinplace "s|\[\r\]$||" ${worksrcpath}/${name} 
    27         reinplace "s|^#!.*/perl.*$|#!${prefix}/bin/perl|" ${worksrcpath}/${name} 
     28        reinplace "s|^#!.*/perl.*$|#!${prefix}/bin/perl5.12|" ${worksrcpath}/${name} 
    2829        reinplace "s|/etc/|${prefix}/etc/|" ${worksrcpath}/${name} 
    2930} 
  • trunk/dports/net/ftpsync/Portfile

    r48920 r82553  
    55name               ftpsync 
    66version            1.2.34 
     7revision           1 
    78categories         net 
    89platforms          darwin 
     
    1718checksums          sha1 2cfae6b0b27d1c4cdd4669bb558f7fe6601e5024 
    1819 
    19 depends_run        port:p5-net port:p5-libwww-perl 
     20depends_run        port:p5.12-net port:p5.12-libwww-perl 
    2021 
    2122use_bzip2          yes 
    2223 
    2324configure { 
    24     reinplace "s|/usr/bin/perl|${prefix}/bin/perl|1" ${worksrcpath}/ftpsync.pl 
     25    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|1" ${worksrcpath}/ftpsync.pl 
    2526} 
    2627 
  • trunk/dports/net/fwknop/Portfile

    r67682 r82553  
    44name            fwknop 
    55version         1.9.12 
     6revision    1 
    67categories      net security 
    78maintainers     blair 
     
    4041use_bzip2       yes 
    4142 
    42 depends_lib     port:p5-crypt-cbc \ 
    43                 port:p5-crypt-rijndael \ 
    44                 port:p5-digest-sha \ 
    45                 port:p5-net-ipv4addr \ 
    46                 port:p5-net-ping-external \ 
    47                 port:p5-term-readkey \ 
    48                 port:p5-unix-syslog 
     43depends_lib     port:p5.12-crypt-cbc \ 
     44                port:p5.12-crypt-rijndael \ 
     45                port:p5.12-digest-sha \ 
     46                port:p5.12-net-ipv4addr \ 
     47                port:p5.12-net-ping-external \ 
     48                port:p5.12-term-readkey \ 
     49                port:p5.12-unix-syslog 
    4950 
    5051use_configure   no 
     
    5253 
    5354destroot { 
    54         system "cd ${worksrcpath} && ${prefix}/bin/perl -w -p -i -e 's:^#!/usr/bin/perl -w$:#!${prefix}/bin/perl -w:' fwknop" 
    55         system "cd ${worksrcpath} && ${prefix}/bin/perl -w -p -i -e 's:^use lib ./usr/lib/fwknop.;::' fwknop" 
     55        system "cd ${worksrcpath} && ${prefix}/bin/perl5.12 -w -p -i -e 's:^#!/usr/bin/perl -w$:#!${prefix}/bin/perl5.12 -w:' fwknop" 
     56        system "cd ${worksrcpath} && ${prefix}/bin/perl5.12 -w -p -i -e 's:^use lib ./usr/lib/fwknop.;::' fwknop" 
    5657        xinstall -m 755 ${worksrcpath}/fwknop ${destroot}${prefix}/bin 
    5758        xinstall -m 644 ${worksrcpath}/fwknop.8 ${destroot}${prefix}/share/man/man8 
  • trunk/dports/net/mediaserv/Portfile

    r57375 r82553  
    66name            mediaserv 
    77version         0.05 
    8 revision        1 
     8revision        2 
    99categories      net 
    1010maintainers     ecronin 
     
    3232worksrcdir      ${name} 
    3333 
    34 depends_run     path:bin/perl:perl5 port:p5-libwww-perl port:p5-xml-rss \ 
    35                 port:p5-datetime port:MPlayer port:tablet-encode 
     34depends_run     port:perl5.12 port:p5.12-libwww-perl port:p5.12-xml-rss \ 
     35                port:p5.12-datetime port:MPlayer port:tablet-encode 
    3636 
    3737patchfiles      patch-mediaserv.diff patch-install_sh.diff 
    3838post-patch { 
    39     reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     39    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    4040        ${worksrcpath}/mediaserv 
    4141    reinplace "s|@@STATIC_DIR@@|${prefix}/share/${name}|g" \ 
  • trunk/dports/net/monarch/Portfile

    r74052 r82553  
    44name                    monarch 
    55version                 2.5.0 
     6revision                1 
    67categories              net 
    78maintainers             markd 
     
    1516depends_build           port:nagios 
    1617depends_lib             path:bin/mysql_config5:mysql5 \ 
    17                         port:p5-libwww-perl \ 
    18                         port:p5-xml-namespacesupport \ 
    19                         port:p5-xml-sax \ 
    20                         port:p5-xml-libxml \ 
    21                         port:p5-nmap-scanner \ 
    22                         port:p5-dbi \ 
    23                         port:p5-dbd-mysql \ 
    24                         port:p5-cgi-ajax \ 
    25                         port:p5-class-accessor 
     18                        port:p5.12-libwww-perl \ 
     19                        port:p5.12-xml-namespacesupport \ 
     20                        port:p5.12-xml-sax \ 
     21                        port:p5.12-xml-libxml \ 
     22                        port:p5.12-nmap-scanner \ 
     23                        port:p5.12-dbi \ 
     24                        port:p5.12-dbd-mysql \ 
     25                        port:p5.12-cgi-ajax \ 
     26                        port:p5.12-class-accessor 
    2627patch.post_args         -F 3 
    2728use_configure           no 
     
    4344 
    4445post-destroot { 
    45         eval reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     46        eval reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    4647                [glob ${destroot}${monarchdir}/*.pl] 
    4748 
    48         eval reinplace "s|/usr/local/groundwork/bin/perl|${prefix}/bin/perl|g" \ 
     49        eval reinplace "s|/usr/local/groundwork/bin/perl|${prefix}/bin/perl5.12|g" \ 
    4950                [glob ${destroot}${monarchdir}/*.cgi] 
    5051 
    51         eval reinplace "s|/usr/local/groundwork/bin/perl|${prefix}/bin/perl|g" \ 
     52        eval reinplace "s|/usr/local/groundwork/bin/perl|${prefix}/bin/perl5.12|g" \ 
    5253                [glob ${destroot}${monarchdir}/*.p*]   
    5354 
  • trunk/dports/net/munin/Portfile

    r80019 r82553  
    66name                munin 
    77version             1.4.4 
    8 revision            1 
     8revision            2 
    99categories          net 
    1010maintainers         alpha 
     
    3030                    sha1    b771065081c699ceb34d28b185c42f42d83cec90 \ 
    3131                    rmd160  45a84ebc5e58379da7526c5909bb260ef7a4b444 
    32 depends_lib         port:perl5 port:p5-net-server \ 
    33                     path:bin/config_data:p5-module-build \ 
    34                     port:p5-net-snmp port:p5-net-ssleay 
     32depends_lib         port:perl5.12 port:p5.12-net-server \ 
     33                    path:bin/config_data:p5.12-module-build \ 
     34                    port:p5.12-net-snmp port:p5.12-net-ssleay 
    3535 
    3636use_configure       no 
     
    4040                    patch-munin-node.conf.in 
    4141post-patch { 
    42     reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \ 
     42    reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" \ 
    4343        ${worksrcpath}/master/_bin/munin-update.in \ 
    4444        ${worksrcpath}/node/extras/munin-node-sched \ 
     
    6262                    HTMLDIR=${prefix}/www/munin \ 
    6363                    CGIDIR=${prefix}/www/cgi-bin \ 
    64                     PERL=${prefix}/bin/perl 
     64                    PERL=${prefix}/bin/perl5.12 
    6565destroot.args       PREFIX=${destroot}${prefix} \ 
    6666                    CONFDIR=${destroot}${prefix}/etc/munin \ 
     
    7373                    HTMLDIR=${destroot}${prefix}/www/munin \ 
    7474                    CGIDIR=${destroot}${prefix}/www/cgi-bin \ 
    75                     PERL=${prefix}/bin/perl 
     75                    PERL=${prefix}/bin/perl5.12 
    7676destroot.keepdirs   ${destroot}${prefix}/var/log/munin \ 
    7777                    ${destroot}${prefix}/var/run/munin \ 
     
    8989variant server description {Install Munin server} { 
    9090    depends_lib-append  port:rrdtool \ 
    91                         port:p5-html-template \ 
    92                         port:p5-time-hires \ 
    93                         port:p5-digest-md5 \ 
    94                         port:p5-text-balanced \ 
    95                         port:p5-log-log4perl 
     91                        port:p5.12-html-template \ 
     92                        port:p5.12-time-hires \ 
     93                        port:p5.12-digest-md5 \ 
     94                        port:p5.12-text-balanced \ 
     95                        port:p5.12-log-log4perl 
    9696    destroot.target-append install-master-prime 
    9797} 
  • trunk/dports/net/nagios-plugins/Portfile

    r77000 r82553  
    22 
    33PortSystem      1.0 
     4PortGroup               perl5 1.0 
    45 
    5 PortGroup               perl5 1.0 
    66name                    nagios-plugins 
    77version                 1.4.15 
    8 revision        3 
     8revision        4 
    99categories              net 
    1010maintainers             markd openmaintainer 
     
    2525 
    2626depends_build           port:fping \ 
    27                         port:p5-net-snmp \ 
    28                         port:p5-digest-sha1 \ 
    29                         port:p5-digest-hmac \ 
    30                         port:p5-crypt-des \ 
     27                        port:p5.12-net-snmp \ 
     28                        port:p5.12-digest-sha1 \ 
     29                        port:p5.12-digest-hmac \ 
     30                        port:p5.12-crypt-des \ 
    3131                        port:openssl 
    3232 
  • trunk/dports/net/nedi/Portfile

    r73176 r82553  
    55name                    nedi 
    66version                 1.0.5 
    7 revision                2 
     7revision                3 
    88categories              net 
    99maintainers             markd 
     
    2222checksums               md5 6ed980228483addfdc5caf14430d7570 
    2323 
    24 depends_lib             path:bin/perl:perl5 \ 
     24depends_lib             port:perl5.12 \ 
    2525                        path:bin/mysql_config5:mysql5 \ 
    26                         port:p5-net-snmp \ 
    27                         port:p5-net-ssh-perl \ 
    28                         port:p5-net-telnet \ 
    29                         port:p5-net-telnet-cisco \ 
    30                         port:p5-libwww-perl \ 
    31                         port:p5-algorithm-diff \ 
    32                         port:p5-dbi \ 
    33                         port:p5-dbd-mysql \ 
     26                        port:p5.12-net-snmp \ 
     27                        port:p5.12-net-ssh-perl \ 
     28                        port:p5.12-net-telnet \ 
     29                        port:p5.12-net-telnet-cisco \ 
     30                        port:p5.12-libwww-perl \ 
     31                        port:p5.12-algorithm-diff \ 
     32                        port:p5.12-dbi \ 
     33                        port:p5.12-dbd-mysql \ 
    3434                        port:rrdtool \ 
    3535                        port:fping 
     
    6060post-destroot { 
    6161# Fix general paths 
    62        eval reinplace "s|/usr/bin/perl|${prefix}/perl|g" \ 
     62       eval reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    6363                [glob ${destroot}${nedidir}/*.pl] \ 
    6464                [glob ${destroot}${nedidir}/inc/*.pl] \ 
  • trunk/dports/net/nfsen/Portfile

    r43047 r82553  
    55name            nfsen 
    66version         1.3 
    7 revision        2 
     7revision        3 
    88categories      net 
    99maintainers     markd 
     
    1616checksums       md5 1c4f057bbb3766090b40bda3ab6b81d2 
    1717 
    18 depends_lib     path:bin/perl:perl5 \ 
     18depends_lib     port:perl5.12 \ 
    1919                port:rrdtool \ 
    20                 port:p5-mailtools \ 
    21                 port:p5-sys-syslog \ 
     20                port:p5.12-mailtools \ 
     21                port:p5.12-sys-syslog \ 
    2222                port:nfdump 
    2323 
     
    5757        eval reinplace "s|__PREFIX__|${prefix}|g" \ 
    5858                [glob ${worksrcpath}/bin/*] 
    59         eval reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     59        eval reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    6060                [glob ${worksrcpath}/installer-items/*.pm] 
    6161} 
     
    7878        reinplace "s|\${VARDIR}/profiles|${destroot}${prefix}/var/nfsen/profiles|g" \ 
    7979                ${worksrcpath}/etc/nfsen-dist.conf 
    80         system "${prefix}/bin/perl ${worksrcpath}/install.pl ${worksrcpath}/etc/nfsen-dist.conf" 
     80        system "${prefix}/bin/perl5.12 ${worksrcpath}/install.pl ${worksrcpath}/etc/nfsen-dist.conf" 
    8181 
    8282# Replace the original .conf file 
  • trunk/dports/net/nrg/Portfile

    r69908 r82553  
    55name                            nrg 
    66version                         0.99.27 
     7revision            1 
    78categories                      net 
    89maintainers                     markd 
     
    2021                                ftp://noc.hep.wisc.edu/pub/src/nrg/ 
    2122checksums                       md5 c38e6b27bc99f8f7fd825bc6e1a44f68 
    22 depends_lib                     port:rrdtool port:p5-time-hires 
     23depends_lib                     port:rrdtool port:p5.12-time-hires 
    2324patchfiles                      patch-nrg-discover-tcp.in.diff 
    2425 
  • trunk/dports/net/rancid/Portfile

    r77343 r82553  
    55name                            rancid 
    66version                         2.3.6 
     7revision            1 
    78categories                      net 
    89maintainers                     markd openmaintainer 
     
    1920checksums                       md5 603dcc7923b0d34c024490c534362a35 
    2021 
    21 depends_lib                     path:bin/perl:perl5 \ 
     22depends_lib                     port:perl5.12 \ 
    2223                                port:openssl \ 
    23                                 port:p5-lockfile-simple 
     24                                port:p5.12-lockfile-simple 
    2425 
    2526patchfiles                      patch-etc-Makefile.in 
  • trunk/dports/net/sendpage/Portfile

    r37945 r82553  
    55name                    sendpage 
    66version                 1.000003 
     7revision        1 
    78categories              net 
    89maintainers             markd 
     
    2021checksums               md5 586afe41d6cd82d045fdc34ccf99cab3 
    2122 
    22 depends_lib port:p5-net-snpp \ 
    23                         port:p5-device-serialport \ 
    24                         port:p5-mailtools \ 
    25                         port:p5-dbi 
     23depends_lib port:p5.12-net-snpp \ 
     24                        port:p5.12-device-serialport \ 
     25                        port:p5.12-mailtools \ 
     26                        port:p5.12-dbi 
    2627 
    2728use_configure           no 
     
    6869 
    6970destroot { 
    70                 system "cd ${worksrcpath} && perl Makefile.PL" 
     71                system "cd ${worksrcpath} && ${prefix}/bin/perl5.12 Makefile.PL" 
    7172                system "cd ${worksrcpath} && make" 
    7273                system "cd ${worksrcpath} && make install" 
  • trunk/dports/net/shelldap/Portfile

    r76604 r82553  
    66name                    shelldap 
    77version                 0.4 
    8 revision        1 
     8revision            2 
    99 
    1010categories              net sysutils 
     
    2323                    rmd160  fc753e83980e6e930134962dc99df7b7ccff7579 
    2424 
    25 depends_lib-append      port:p5-perl-ldap \ 
    26                         port:p5-term-shell \ 
    27                         port:p5-yaml-syck \ 
    28                         port:p5-algorithm-diff \ 
    29                         port:p5-digest-hmac \ 
    30                         port:p5-term-readline-gnu \ 
    31                         port:p5-term-readkey 
     25depends_lib-append      port:p5.12-perl-ldap \ 
     26                        port:p5.12-term-shell \ 
     27                        port:p5.12-yaml-syck \ 
     28                        port:p5.12-algorithm-diff \ 
     29                        port:p5.12-digest-hmac \ 
     30                        port:p5.12-term-readline-gnu \ 
     31                        port:p5.12-term-readkey 
    3232 
    3333patch { 
    34         reinplace "s|#!.*perl|#!${perl5.bin}|" ${worksrcpath}/shelldap 
     34        reinplace "s|#!.*perl|#!${prefix}/bin/perl5.12|" ${worksrcpath}/shelldap 
    3535} 
    3636 
  • trunk/dports/net/smokeping/Portfile

    r76604 r82553  
    77name                    smokeping 
    88version                 2.4.2 
    9 revision                4 
     9revision                5 
    1010categories              net perl 
    1111maintainers             markd 
     
    2828                        patch-htdocs-smokeping.cgi.dist 
    2929 
    30 depends_lib-append      path:bin/perl:perl5 \ 
     30depends_lib-append      port:perl5.12 \ 
    3131                        port:rrdtool \ 
    32                         port:p5-libwww-perl \ 
    33                         port:p5-cgi-speedycgi \ 
    34                         port:p5-socket6 \ 
    35                         port:p5-net-snmp \ 
    36                         port:p5-net-telnet \ 
    37                         port:p5-net-dns \ 
    38                         port:p5-net-radius \ 
    39                         port:p5-perl-ldap \ 
    40                         port:p5-io-socket-ssl \ 
    41                         port:p5-pathtools \ 
    42                         port:p5-snmp_session \ 
     32                        port:p5.12-libwww-perl \ 
     33                        port:p5.12-cgi-speedycgi \ 
     34                        port:p5.12-socket6 \ 
     35                        port:p5.12-net-snmp \ 
     36                        port:p5.12-net-telnet \ 
     37                        port:p5.12-net-dns \ 
     38                        port:p5.12-net-radius \ 
     39                        port:p5.12-perl-ldap \ 
     40                        port:p5.12-io-socket-ssl \ 
     41                        port:p5.12-pathtools \ 
     42                        port:p5.12-snmp_session \ 
    4343                        port:fping \ 
    4444                        port:echoping \ 
     
    8383                [glob ${worksrcpath}/htdocs/*.dist] 
    8484 
    85         eval reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     85        eval reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    8686                [glob ${worksrcpath}/bin/*.dist] \ 
    8787                [glob ${worksrcpath}/etc/*.dist] \ 
  • trunk/dports/net/snmptt/Portfile

    r49118 r82553  
    55name              snmptt 
    66version           1.2 
     7revision          1 
    78categories        net 
    89maintainers       nomaintainer 
     
    1718worksrcdir        ${name}_${version} 
    1819 
    19 depends_lib       path:bin/perl:perl5 \ 
    20                   port:p5-config-inifiles 
     20depends_lib       port:perl5.12 \ 
     21                  port:p5.12-config-inifiles 
    2122 
    2223use_configure     no 
     
    2930 
    3031post-patch { 
    31         reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     32        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    3233                ${worksrcpath}/snmptt \ 
    3334                ${worksrcpath}/snmptt-net-snmp-test \ 
     
    8990 these items are present. 
    9091 
    91         traphandle  default ${prefix}/bin/perl ${prefix}/sbin/snmptt 
     92        traphandle  default ${prefix}/bin/perl5.12 ${prefix}/sbin/snmptt 
    9293 
    9394\n" 
  • trunk/dports/net/snownews/Portfile

    r59973 r82553  
    55name                            snownews 
    66version                         1.5.11 
     7revision            1 
    78description                     Text mode RSS newsreader for Linux and Unix. 
    89long_description        Snownews is a text mode RSS/RDF newsreader. It supports \ 
     
    1819                                        sha1 64ed1c648ed50cada294bc503e100496a7dd9f09 \ 
    1920                                        rmd160 ccb1e021ad25ef2f4f420fe44f1c81833f97ad88 
    20 depends_lib                     port:libxml2 port:gettext port:p5-xml-libxml 
     21depends_lib                     port:libxml2 port:gettext port:p5.12-xml-libxml 
    2122 
    2223post-extract { 
    2324        # We want to use perl from MacPorts. 
    24         reinplace s|/usr/bin/perl|${prefix}/bin/perl| ${worksrcpath}/opml2snow 
     25        reinplace s|/usr/bin/perl|${prefix}/bin/perl5.12| ${worksrcpath}/opml2snow 
    2526} 
    2627build.args                      EXTRA_CFLAGS="-I${prefix}/include" \ 
  • trunk/dports/net/torrentsniff/Portfile

    r76711 r82553  
    66name                    torrentsniff 
    77version                 0.3.0 
    8 revision        2 
     8revision        3 
    99categories              net perl 
    1010maintainers             nomaintainer 
     
    1919                                sha1 ee683f2fbce004ae2f6daf9589b0d65db529fffb 
    2020 
    21 depends_lib-append              port:p5-libwww-perl \ 
    22                                 port:p5-digest-sha1 
     21depends_lib-append              port:p5.12-libwww-perl \ 
     22                                port:p5.12-digest-sha1 
    2323 
    2424patchfiles              patch_torrentsniff 
  • trunk/dports/net/vantages/Portfile

    r73457 r82553  
    55name                    vantages 
    66version                 0.8.8b 
     7revision                1 
    78categories              net 
    89platforms               darwin 
     
    4445                        port:libpcap \ 
    4546                        port:openssl \ 
    46                         port:p5-term-readkey \ 
     47                        port:p5.12-term-readkey \ 
    4748                        port:sqlite3 
    4849 
  • trunk/dports/perl/p5-cgi-ajax/Portfile

    r82547 r82553  
    55 
    66perl5.setup             CGI-Ajax 0.707 
    7 revision                2 
     7revision                3 
    88maintainers             nomaintainer 
    99categories-append       www 
     
    2525 
    2626if {${perl5.major} != ""} { 
    27 depends_lib-append      port:p5-class-accessor 
     27depends_lib-append      port:p5${perl5.major}-class-accessor 
    2828} 
    2929 
  • trunk/dports/perl/p5-crypt-random-source/Portfile

    r82547 r82553  
    55 
    66perl5.setup     Crypt-Random-Source 0.07 
    7 revision        2 
     7revision        3 
    88maintainers     nomaintainer 
    99categories-append   crypt 
     
    1717if {${perl5.major} != ""} { 
    1818depends_build-append    port:p${perl5.major}-test-simple 
    19 depends_lib-append      port:p${perl5.major}-module-find port:p5-namespace-clean 
     19depends_lib-append      port:p${perl5.major}-module-find port:p${perl5.major}-namespace-clean 
    2020 
    2121checksums           md5     56251a6c909e21f5ae535b0e2af3897e \ 
  • trunk/dports/perl/p5-mime-encwords/Portfile

    r82547 r82553  
    55 
    66perl5.setup             MIME-EncWords 1.010.101 
    7 revision                2 
     7revision                3 
    88maintainers             nomaintainer 
    99description             Deal with RFC 2047 encoded words 
     
    1414                        improvements. 
    1515if {${perl5.major} != ""} { 
    16 depends_lib-append      port:p5-mime-charset 
     16depends_lib-append      port:p${perl5.major}-mime-charset 
    1717 
    1818checksums       md5     2009449d0af39275d45e45a4afcaf58f \ 
  • trunk/dports/science/gpredict/Portfile

    r82127 r82553  
    66name                gpredict 
    77version             1.3 
     8revision            1 
    89categories          science 
    910platforms           darwin 
     
    3031depends_lib         port:goocanvas \ 
    3132                    port:curl \ 
    32                     port:p5-xml-parser 
     33                    port:p5.12-xml-parser 
  • trunk/dports/science/magicspp/Portfile

    r80300 r82553  
    66name                magicspp 
    77version             2.10.0 
    8 revision            3 
     8revision            4 
    99platforms           darwin 
    1010maintainers         nomaintainer 
     
    3434                    port:xorg-libXau \ 
    3535                    port:xorg-libXdmcp \ 
    36                     port:p5-xml-parser \ 
     36                    port:p5.12-xml-parser \ 
    3737                    port:gd2 \ 
    3838                    path:lib/pkgconfig/pango.pc:pango \ 
  • trunk/dports/science/perlprimer/Portfile

    r78216 r82553  
    22 
    33PortSystem          1.0 
     4 
    45name                perlprimer 
    56version             1.1.20 
     7revision            1 
    68categories          science perl 
    79maintainers         nomaintainer 
     
    2123use_bzip2           yes 
    2224 
    23 depends_lib         port:p5-tk port:p5-libwww-perl 
     25depends_lib         port:p5.12-tk port:p5.12-libwww-perl 
    2426 
    2527checksums           sha1    00ae0bafbf3773c15e6f4b2dd0bb7b0d47427f8b \ 
     
    3335   xinstall -m 755 -W ${worksrcpath} perlprimer.pl ${destroot}${prefix}/bin 
    3436   ln -s perlprimer.pl ${destroot}${prefix}/bin/perlprimer 
    35    reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|g" \ 
     37   reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.12|g" \ 
    3638      ${destroot}${prefix}/bin/perlprimer.pl 
    3739   xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name} 
  • trunk/dports/security/log2timeline/Portfile

    r76604 r82553  
    66name                log2timeline 
    77version             0.51 
    8 revision        1 
     8revision            2 
    99categories          security 
    1010platforms           darwin 
     
    2929                    rmd160  654bab031ce713253b133a94ac5d44dc3b976c9c 
    3030 
    31 depends_lib         path:bin/perl:perl5 \ 
    32                     port:p5-archive-zip \ 
    33                     port:p5-carp-assert \ 
    34                     port:p5-datetime-format-strptime \ 
    35                     port:p5-datetime-timezone \ 
    36                     port:p5-dbd-sqlite \ 
    37                     port:p5-dbi \ 
    38                     port:p5-digest-crc \ 
    39                     port:p5-gtk2 \ 
    40                     port:p5-html-parser \ 
    41                     port:p5-html-scrubber \ 
    42                     port:p5-image-exiftool \ 
    43                     port:p5-libwww-perl \ 
    44                     port:p5-net-pcap \ 
    45                     port:p5-netpacket \ 
    46                     port:p5-xml-libxml \ 
    47                     port:p5-datemanip \ 
    48                     port:p5-parse-win32registry \ 
    49                     port:p5-file-mork \ 
    50                     port:p5-data-hexify \ 
    51                     port:p5-version \ 
    52                     port:p5-params-validate \ 
    53                     port:p5-xml-entities \ 
    54                     port:p5-mac-propertylist 
     31depends_lib         port:perl5.12 \ 
     32                    port:p5.12-archive-zip \ 
     33                    port:p5.12-carp-assert \ 
     34                    port:p5.12-datetime-format-strptime \ 
     35                    port:p5.12-datetime-timezone \ 
     36                    port:p5.12-dbd-sqlite \ 
     37                    port:p5.12-dbi \ 
     38                    port:p5.12-digest-crc \ 
     39                    port:p5.12-gtk2 \ 
     40                    port:p5.12-html-parser \ 
     41                    port:p5.12-html-scrubber \ 
     42                    port:p5.12-image-exiftool \ 
     43                    port:p5.12-libwww-perl \ 
     44                    port:p5.12-net-pcap \ 
     45                    port:p5.12-netpacket \ 
     46                    port:p5.12-xml-libxml \ 
     47                    port:p5.12-datemanip \ 
     48                    port:p5.12-parse-win32registry \ 
     49                    port:p5.12-file-mork \ 
     50                    port:p5.12-data-hexify \ 
     51                    port:p5.12-version \ 
     52                    port:p5.12-params-validate \ 
     53                    port:p5.12-xml-entities \ 
     54                    port:p5.12-mac-propertylist 
    5555 
    5656supported_archs     noarch 
    5757 
    58 configure.cmd       perl Makefile.PL 
     58configure.cmd       ${prefix}/bin/perl5.12 Makefile.PL 
    5959configure.pre_args 
    6060 
  • trunk/dports/security/makepasswd/Portfile

    r50984 r82553  
    33name              makepasswd 
    44version           1.10-3 
     5revision          1 
    56categories        security 
    67platforms         darwin 
     
    2122                  sha1 58b6d05b1da01ae75cb04fadd27aa6902fe9d403 
    2223 
    23 depends_lib       port:p5-crypt-passwdmd5 
     24depends_lib       port:p5.12-crypt-passwdmd5 
    2425 
    2526extract.cmd       ar 
     
    3031configure         {} 
    3132post-configure    { 
    32                   reinplace "s|/usr/bin/perl|${prefix}/bin/perl|g" \ 
     33                  reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|g" \ 
    3334                  "${worksrcpath}/usr/bin/makepasswd" 
    3435                  } 
  • trunk/dports/security/metasploit2/Portfile

    r71533 r82553  
    44name            metasploit2 
    55version         2.7 
    6 revision        0 
     6revision        1 
    77categories      security 
    88maintainers     darkart.com:opendarwin.org 
     
    2727                sha1 da5d41dfa13e549aacd4fbf2994877cbe80ceed9 
    2828 
    29 depends_lib     path:bin/perl:perl5 \ 
    30                 port:p5-term-readline-gnu \ 
    31                 port:p5-net-ssleay 
     29depends_lib     port:perl5.12 \ 
     30                port:p5.12-term-readline-gnu \ 
     31                port:p5.12-net-ssleay 
    3232 
    3333use_configure   no 
     
    3636                        system "cd ${worksrcpath} && find . -type d -name '\.svn' | xargs /bin/rm -rf" 
    3737                        foreach file [glob -directory ${worksrcpath} msf*] { 
    38                                 reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl|" $file 
     38                                reinplace "s|#!/usr/bin/perl|#!${prefix}/bin/perl5.12|" $file 
    3939                        } 
    4040                } 
  • trunk/dports/security/tinyca2/Portfile

    r69520 r82553  
    44name                    tinyca2 
    55version                 0.7.5 
    6 revision        1 
     6revision        2 
    77categories              security net 
    88maintainers             landonf 
     
    1717                        sha1 841355ab8478a7e7b1a3d6bba4dd31293ae11cc4 
    1818depends_lib             port:openssl port:zip \ 
    19                         port:gettext port:p5-gtk2 \ 
    20                         port:p5-locale-gettext 
     19                        port:gettext port:p5.12-gtk2 \ 
     20                        port:p5.12-locale-gettext 
    2121 
    2222patchfiles              patch-tinyca2 
     
    3232        reinplace s|@ZIP@|${prefix}/bin/zip|g ${worksrcpath}/tinyca2 
    3333        reinplace s|@TAR@|/usr/bin/tar|g ${worksrcpath}/tinyca2 
    34         reinplace s|/usr/bin/perl|${prefix}/bin/perl|g ${worksrcpath}/tinyca2 
     34        reinplace s|/usr/bin/perl|${prefix}/bin/perl5.12|g ${worksrcpath}/tinyca2 
    3535} 
    3636 
  • trunk/dports/sysutils/backuppc/Portfile

    r62834 r82553  
    55categories            sysutils 
    66version                3.1.0 
     7revision              1 
    78maintainers           jameskyle 
    89homepage              http://backuppc.sourceforge.net/ 
     
    1415master_sites          sourceforge 
    1516 
    16 depends_lib            port:perl5 \ 
    17                       port:p5-compress-raw-zlib \ 
    18                       port:p5-archive-zip \ 
    19                       port:p5-file-rsyncp \ 
     17depends_lib            port:perl5.12 \ 
     18                      port:p5.12-compress-raw-zlib \ 
     19                      port:p5.12-archive-zip \ 
     20                      port:p5.12-file-rsyncp \ 
    2021                      port:samba3 \ 
    2122                      port:gnutar \ 
     
    100101 
    101102  # create backup directory 
    102   system "cd ${worksrcpath} && ${prefix}/bin/perl configure.pl ${configure.args}" 
     103  system "cd ${worksrcpath} && ${prefix}/bin/perl5.12 configure.pl ${configure.args}" 
    103104  xinstall -d -m 755 ${destroot}${prefix}/share/doc/ 
    104105  move ${destroot}${prefix}/doc ${destroot}${prefix}/share/doc/BackupPC 
  • trunk/dports/sysutils/cssh/Portfile

    r80527 r82553  
    66name                cssh 
    77version             3.22 
     8revision            1 
    89set major           [lindex [split ${version} .] 0] 
    910platforms           darwin 
     
    2728distname            clusterssh-${version} 
    2829 
    29 depends_lib         port:p5-tk \ 
    30                     port:p5-x11-protocol 
     30depends_lib         port:p5.12-tk \ 
     31                    port:p5.12-x11-protocol 
    3132 
    3233depends_run         port:xterm 
  • trunk/dports/sysutils/dirvish/Portfile

    r49229 r82553  
    55name            dirvish 
    66version         1.2.1 
     7revision        1 
    78categories      sysutils 
    89maintainers     behanna.org:chris 
     
    5152destroot.args   PREFIX=${prefix} 
    5253 
    53 depends_lib     port:p5-time-modules port:p5-timedate port:p5-time-period port:rsync 
     54depends_lib     port:p5.12-time-modules port:p5.12-timedate port:p5.12-time-period port:rsync 
  • trunk/dports/sysutils/openbrowser/Portfile

    r71090 r82553  
    66name                    openbrowser 
    77version                 1.0.1 
     8revision                1 
    89categories              sysutils 
    910platforms               macosx 
     
    2324distfiles 
    2425 
    25 depends_run             port:p5-mac-propertylist 
     26depends_run             port:p5.12-mac-propertylist 
    2627 
    2728universal_variant       no 
     
    3435 
    3536build { 
    36     reinplace "s|/usr/bin/env perl|${prefix}/bin/perl|g" ${worksrcpath}/${name} 
     37    reinplace "s|/usr/bin/env perl|${prefix}/bin/perl5.12|g" ${worksrcpath}/${name} 
    3738} 
    3839 
  • trunk/dports/sysutils/sleuthkit/Portfile

    r79464 r82553  
    66name                sleuthkit 
    77version             3.2.2 
     8revision            1 
    89 
    910categories          sysutils 
     
    3031 
    3132depends_build       port:file \ 
    32                     port:perl5 
     33                    port:perl5.12 
    3334depends_lib         port:openssl \ 
    34                     port:p5-datemanip \ 
     35                    port:p5.12-datemanip \ 
    3536                    port:zlib 
    3637 
  • trunk/dports/sysutils/xserve-raid-tools/Portfile

    r45270 r82553  
    44name                    xserve-raid-tools 
    55version                 1.2 
     6revision                1 
    67categories              sysutils net 
    78maintainers             markd 
     
    1819checksums               md5 fe7d8400a6c85e73cfc5af1f6869a92d 
    1920 
    20 depends_lib             port:p5-xml-parser \ 
     21depends_lib             port:p5.12-xml-parser \ 
    2122                        port:netcat 
    2223 
  • trunk/dports/tex/LaTeXML/Portfile

    r71153 r82553  
    77name LaTeXML 
    88version 0.7.0 
     9revision 1 
    910categories tex 
    1011maintainers bruce.miller@nist.gov adfernandes 
     
    2627#============================================================ 
    2728# Dependencies 
    28 depends_lib port:p5-parse-recdescent \ 
    29             port:p5-xml-libxml \ 
    30             port:p5-xml-libxslt \ 
    31             port:p5-perlmagick \ 
     29depends_lib port:p5.12-parse-recdescent \ 
     30            port:p5.12-xml-libxml \ 
     31            port:p5.12-xml-libxslt \ 
     32            port:p5.12-perlmagick \ 
    3233            bin:texhash:texlive 
    3334# That last seems to be the way to depend on TeX 
     
    3940# Configuration 
    4041# Override configure to do it the perl way. 
    41 configure.cmd perl Makefile.PL 
     42configure.cmd ${prefix}/bin/perl5.12 Makefile.PL 
    4243 
    4344# Note that installation does 
  • trunk/dports/textproc/docbook2X/Portfile

    r75829 r82553  
    55name                docbook2X 
    66version             0.8.8 
    7 revision            2 
     7revision            3 
    88categories          textproc 
    99platforms           darwin 
     
    1616checksums           md5 b9b76a6af198c4f44574cfd17a322f01 
    1717 
    18 depends_lib         path:bin/perl:perl5 \ 
    19                     port:p5-xml-namespacesupport \ 
    20                     port:p5-xml-sax \ 
    21                     port:p5-xml-parser \ 
    22                     port:p5-xml-sax-expat \ 
     18depends_lib         port:perl5.12 \ 
     19                    port:p5.12-xml-namespacesupport \ 
     20                    port:p5.12-xml-sax \ 
     21                    port:p5.12-xml-parser \ 
     22                    port:p5.12-xml-sax-expat \ 
    2323                    port:libiconv \ 
    2424                    port:libxml2 
  • trunk/dports/textproc/help2man/Portfile

    r82486 r82553  
    55name                    help2man 
    66version                 1.40.4 
     7revision        1 
    78categories              textproc 
    89platforms               darwin 
     
    2122                    rmd160  dc3f283bceb8216d571ca879a37e7f83255dc412 
    2223 
    23 depends_lib             path:bin/perl:perl5 port:p5-locale-gettext \ 
     24depends_lib             port:perl5.12 port:p5.12-locale-gettext \ 
    2425                                port:gettext port:libiconv 
    2526 
    26 configure.perl  ${prefix}/bin/perl 
     27configure.perl  ${prefix}/bin/perl5.12 
    2728 
    2829configure.args  --enable-nls 
  • trunk/dports/textproc/intltool/Portfile

    r76812 r82553  
    66name            intltool 
    77version         0.40.6 
     8revision        1 
    89set branch      [join [lrange [split ${version} .] 0 1] .] 
    910maintainers     nomaintainer 
     
    3435depends_build   port:gnome-common 
    3536depends_lib     port:expat \ 
    36                 path:bin/perl:perl5 \ 
    37                 port:p5-xml-parser \ 
    38                 port:p5-getopt-long \ 
    39                 port:p5-pathtools \ 
    40                 port:p5-scalar-list-utils 
     37                port:perl5.12 \ 
     38                port:p5.12-xml-parser \ 
     39                port:p5.12-getopt-long \ 
     40                port:p5.12-pathtools \ 
     41                port:p5.12-scalar-list-utils 
    4142 
    42 configure.perl  ${prefix}/bin/perl 
     43configure.perl  ${prefix}/bin/perl5.12 
    4344 
    4445test.run        yes 
  • trunk/dports/textproc/stardict/Portfile

    r75366 r82553  
    55name            stardict 
    66version         3.0.2 
     7revision    1 
    78categories      textproc 
    89maintainers     gmail.com:alexandernx 
     
    2728depends_lib     port:gtk2 \ 
    2829                port:popt \ 
    29                 port:p5-xml-parser 
     30                port:p5.12-xml-parser 
    3031configure.args  --disable-gnome-support \ 
    3132                --disable-spell \ 
  • trunk/dports/www/spidereyeballs/Portfile

    r43352 r82553  
    55name              spidereyeballs 
    66version           0.21 
     7revision          1 
    78categories        www 
    89platforms         darwin 
     
    1617distname                  Spidy-${version} 
    1718checksums                 sha1 90e3cf5514bc81d9d83675256f8b3f71c34407d8 
    18 depends_lib       path:bin/perl:perl5 port:p5-html-template \ 
    19                                   port:p5-xml-parser port:p5-image-size 
     19depends_lib       port:perl5.12 port:p5.12-html-template \ 
     20                                  port:p5.12-xml-parser port:p5.12-image-size 
    2021depends_run               port:ImageMagick 
    2122 
    22 configure.cmd           ${prefix}/bin/perl 
     23configure.cmd           ${prefix}/bin/perl5.12 
    2324configure.pre_args      Makefile.PL 
    2425configure.args                  --prefix=${prefix} 
  • trunk/dports/x11/auto-multiple-choice/Portfile

    r79105 r82553  
    66name                auto-multiple-choice 
    77version             0.491 
     8revision            1 
    89categories          x11 tex education 
    910platforms           darwin 
     
    2526 
    2627depends_lib         port:opencv 
    27 depends_run         port:p5-gtk2-gladexml \ 
    28                     port:p5-xml-simple \ 
    29                     port:p5-xml-writer \ 
    30                     port:p5-archive-zip \ 
    31                     port:p5-locale-gettext \ 
    32                     port:p5-digest-md5 \ 
    33                     port:p5-module-load-conditional \ 
     28depends_run         port:p5.12-gtk2-gladexml \ 
     29                    port:p5.12-xml-simple \ 
     30                    port:p5.12-xml-writer \ 
     31                    port:p5.12-archive-zip \ 
     32                    port:p5.12-locale-gettext \ 
     33                    port:p5.12-digest-md5 \ 
     34                    port:p5.12-module-load-conditional \ 
    3435                    port:GraphicsMagick \ 
    35                     port:p5-openoffice-oodoc \ 
    36                     port:p5-net-cups \ 
     36                    port:p5.12-openoffice-oodoc \ 
     37                    port:p5.12-net-cups \ 
    3738                    port:poppler \ 
    3839                    port:netpbm \ 
  • trunk/dports/x11/homebank/Portfile

    r82115 r82553  
    55name                homebank 
    66version             4.4 
     7revision            1 
    78categories          x11 
    89platforms           darwin 
     
    2829                    port:libofx \ 
    2930                    port:librsvg \ 
    30                     port:p5-xml-parser 
     31                    port:p5.12-xml-parser 
    3132 
    3233post-patch { 
  • trunk/dports/xfce/exo/Portfile

    r82272 r82553  
    55name            exo 
    66version         0.3.107 
    7 revision        1 
     7revision        2 
    88categories      xfce 
    99platforms       darwin 
     
    2121 
    2222depends_build   port:pkgconfig port:intltool 
    23 depends_lib     port:p5-uri port:libxfce4util port:gtk2 
     23depends_lib     port:p5.12-uri port:libxfce4util port:gtk2 
    2424 
    2525patchfiles      exo-mmintrin.diff 
  • trunk/dports/xfce/xfce4-session/Portfile

    r78866 r82553  
    55name            xfce4-session 
    66version         4.6.2 
    7 revision        2 
     7revision        3 
    88categories      xfce 
    99platforms       darwin 
     
    1919 
    2020configure.args  --enable-session-screenshots --disable-gnome 
    21 depends_lib     port:libxfce4util port:libxfcegui4 port:p5-xml-parser \ 
     21depends_lib     port:libxfce4util port:libxfcegui4 port:p5.12-xml-parser \ 
    2222                port:libwnck bin:iceauth:iceauth 
Note: See TracChangeset for help on using the changeset viewer.