Ticket #5632: Portfile.diff

File Portfile.diff, 1.0 KB (added by spam@…, 19 years ago)

Updates the port file to 1.0.2 and 1.1.0 (for the devel target)

  • Portfile

    old new  
    22PortSystem              1.0
    33PortGroup               python24 1.0
    44name                    py-rdiff-backup
    5 version                 1.0.1
     5version                 1.0.2
    66categories-append       net
    77maintainers             yeled@opendarwin.org
    88description             backs up one directory to another, possibly over a network
     
    2525homepage                http://www.nongnu.org/rdiff-backup/
    2626master_sites    http://savannah.nongnu.org/download/rdiff-backup/
    2727distname                rdiff-backup-${version}
    28 checksums               md5 765e8c97c696eeb7b19006d9ed0967be
     28checksums               md5 7cd3aac2e0bdff476ea73ba3ac23ec82
    2929platforms               darwin
    3030
    3131depends_lib-append      lib:librsync:librsync
     
    3939build.args              --librsync-dir=${prefix}
    4040
    4141variant devel {
    42         version         0.13.4
    43         checksums       md5 43a5e98751371fb1852fb2ebeed38e77
     42        version         1.1.0
     43        checksums       md5 46719a7c244d5c16c919a43f45b6525f
    4444        distname        rdiff-backup-${version}
    4545
    4646        patchfiles-append       patch-Main.py \