Ticket #11031: bazaar-Portfile.diff

File bazaar-Portfile.diff, 1.3 KB (added by josh-macports@…, 17 years ago)

Portfile update, now with master_sites set to something that works.

  • devel/bazaar/Portfile

    old new  
    22PortSystem 1.0
    33name              bazaar
    44version           1.4.2
     5revision          1
    56distname          bazaar_${version}
    67categories        devel
    7 maintainers       josh_root@users.sourceforge.net
     8maintainers       josh-macports@root.id.au \
     9                  openmaintainer@macports.org
    810description       an improved GNU Arch client
    911long_description \
    1012        Bazaar is intended to be an implementation of the GNU Arch \
     
    1719        multiple people or at different times.
    1820homepage          http://bazaar.canonical.com/
    1921
    20 master_sites      http://bazaar.canonical.com/releases/src/
     22master_sites      http://bazaar-vcs.org/releases/src/obsolete
    2123checksums      md5 6e61d7aeec990a801977ee6cdc3958d5 \
    2224               sha1 030fcf1d2de6392c6ab3c23d7af1fddbbeb65a73 \
    2325               rmd160 8a9d8159ead224b24ab84d0fd6cbc23ac004eb51
    2426
     27worksrcdir      thelove@canonical.com---dists--bazaar--1.4
     28patchfiles      patch-pfs.c patch-pfs-sftp.c patch-unit-sftp.c
     29
    2530configure.env   CFLAGS="-I'${prefix}/include' -L'${prefix}/lib'"
    2631configure.dir    ${workpath}/thelove@canonical.com---dists--bazaar--1.4/build
    2732build.dir        ${configure.dir}