Changeset 37828 for trunk/dports


Ignore:
Timestamp:
Jun 25, 2008, 2:45:04 AM (16 years ago)
Author:
jmr@…
Message:

vcp: update to version 2.2, now with a new maintainer. Closes #15601.

File:
1 edited

Legend:

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

    r37827 r37828  
    55
    66name            vcp
    7 version         1.6.1
    8 revision        1
     7version         2.2
    98platforms       darwin
    109categories      sysutils
    11 maintainers     thomasv@mac.com
     10maintainers     melix.net:alakazam
    1211description     vcp copies files and directories in a curses interface.
    1312long_description   \
     
    1817        written every second and two status bars representing the number \
    1918        of files copied and to copy.
    20 homepage        http://members.optusnet.com.au/~dbbryan/vcp/
    21 master_sites    http://members.optusnet.com.au/%7Edbbryan/vcp/
    22 checksums       md5 727a7c4de9ba53ea9dca9e4fbf20fcdf
    23 use_configure   no
     19homepage                http://members.iinet.net.au/~lynx/vcp/
     20master_sites    ${homepage}
     21checksums               md5    90a47777e6fcf364e2e1fd12e8b67d69 \
     22                                sha1   ed54932c36e8dbe54c585141a741ba295bd6e267 \
     23                                rmd160 14c228119457ee67ba1256a7e6f4b607c491f6f1
     24use_configure   no
    2425destroot {
    25         system "cd ${worksrcpath} && \
    26                 install ${name} ${destroot}${prefix}/bin &&
    27                 install ${name}.1 ${destroot}${prefix}/share/man/man1 &&
    28                 install .vcp.sample ${destroot}${prefix}/etc/vcp.sample"
     26        xinstall ${worksrcpath}/vcp ${destroot}${prefix}/bin
     27        xinstall -m 444 ${worksrcpath}/vcp.1 ${destroot}${prefix}/share/man/man1
     28        xinstall -m 444 ${worksrcpath}/vcp.conf.sample ${destroot}${prefix}/etc/vcp.conf.sample
    2929}
Note: See TracChangeset for help on using the changeset viewer.