Changes between Initial Version and Version 3 of Ticket #2653


Ignore:
Timestamp:
Mar 24, 2016, 2:03:21 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2653

    • Property Owner changed from darwinports-bugs@… to blb@…
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Port MPlayer added
  • Ticket #2653 – Description

    initial v3  
    1 hi,
     1hi,\\
    22MPlayer port has an old filename for rp8codecs, here is the patch against
    33current cvs:
    44
     5{{{
    56diff -u -r1.7 Portfile
    67--- Portfile    17 Jan 2005 08:53:29 -0000      1.7
     
    1516        set mplayerRP8file              ${mplayerRP8}.tar.bz2
    1617        set mplayerRP9file              ${mplayerRP9}.zip
    17         distfiles-append                ${mplayerRP8file}:codecs
    18 ${mplayerRP9file}:codecs
     18        distfiles-append                ${mplayerRP8file}:codecs ${mplayerRP9file}:codecs
    1919        checksums-append                ${mplayerRP8file} md5 \
    20 -                                                             
    21 4600e9b0667734da88388e83e0cdfd9b \
    22 -                                                       sha1
    23 61c64b6f9f91cce65b2b266bbb0681681c4104ff \
    24 +                                                             
    25 4cc9a6270f9aa834b4fef49d71b9faf9 \
    26 +                                                       sha1
    27 12ce04765bdf96e6ad386de1ef637b471d947796 \
     20-                                                               4600e9b0667734da88388e83e0cdfd9b \
     21-                                                       sha1 61c64b6f9f91cce65b2b266bbb0681681c4104ff \
     22+                                                               4cc9a6270f9aa834b4fef49d71b9faf9 \
     23+                                                       sha1 12ce04765bdf96e6ad386de1ef637b471d947796 \
     24}}}