Ticket #15119: Portfile.diff

File Portfile.diff, 964 bytes (added by wsiegrist@…, 16 years ago)

made the patch correctly this time

  • Portfile

    old new  
    33PortSystem              1.0
    44
    55name                    mysql5
    6 version                 5.0.51
     6version                 5.0.51a
    77set branch              [join [lrange [split ${version} .] 0 1] .]
    88homepage                http://www.mysql.com/
    99categories              databases
     
    2727    http://sunsite.informatik.rwth-aachen.de/mysql/Downloads/MySQL-${branch}/ \
    2828    http://ftp.plusline.de/mysql/Downloads/MySQL-${branch}/
    2929
    30 checksums \
    31     md5 88c39c8cb77810febb83b7ee625364d7 \
    32     sha1 a9a253ea842e973df6f475c04dac77522de0dea7 \
    33     rmd160 e14baa1c40cb385fa64fc72355db9ca58a6be2f9
     30checksums           md5     a83dbdbb91267daf73d2297a9c283dd1 \
     31                    sha1    adc83bcae6d04fccd6360dc3aa37c64aaa479a3d \
     32                    rmd160  869754150ea42f2fbad36f77eb9a0e7bb6e3892b
    3433
    3534depends_lib \
    3635    port:zlib \