Changeset 98668


Ignore:
Timestamp:
Oct 12, 2012, 12:00:14 PM (12 years ago)
Author:
ryandesign@…
Message:

moreutils: use perl5.12 explicitly; add p5-ipc-run dependency needed by chronic (#35828)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/sysutils/moreutils/Portfile

    r98666 r98668  
    55name        moreutils
    66version     0.47
     7revision    1
    78categories  sysutils
    89maintainers nomaintainer
     
    1213long_description    \
    1314    moreutils includes the following utilities: \
     15 - chronic: runs a command quietly unless it fails, \
    1416 - combine: combine the lines in two files using boolean operations, \
    1517 - ifne: run a program if the standard input is not empty, \
     
    3436                sha256  277058c99d76c58f850f48dfbc1ad4a7a384f5b95f3569842ec4ce1c9f077266
    3537
    36 depends_run     path:bin/perl:perl5
     38depends_run     port:perl5.12 port:p5.12-ipc-run
    3739
    3840patchfiles      patch-Makefile.diff
    3941
    4042post-patch {
    41         reinplace "s|/usr/bin/perl|${prefix}/bin/perl|" \
     43        reinplace "s|/usr/bin/perl|${prefix}/bin/perl5.12|" \
    4244        ${worksrcpath}/vidir ${worksrcpath}/vipe \
    4345        ${worksrcpath}/ts ${worksrcpath}/combine \
Note: See TracChangeset for help on using the changeset viewer.