Ticket #46386: Portfile-adns.diff

File Portfile-adns.diff, 1.4 KB (added by Schamschula (Marius Schamschula), 9 years ago)
  • Portfile

    old new  
    33PortSystem 1.0
    44
    55name             adns
    6 version          1.4
     6version          1.5.0
    77categories       net
    8 maintainers      nomaintainer
     8maintainers      gmail.com:mschamschula openmaintainer
    99description      asynchronous DNS client library
    1010long_description \
    1111    adns is a resolver library for C (and C++) programs, and a \
     
    1313homepage         http://www.chiark.greenend.org.uk/~ian/adns/
    1414platforms        darwin
    1515
    16 license          GPL-2
     16license          GPL-3+
    1717
    1818master_sites     ${homepage}ftp/ \
    1919                 ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
    20 checksums        md5    88bc7bbf3f62a8d4fb186b8f72ead853 \
    21                  sha1   87283c3bcd09ceb2e605e91abedfb537a18f1884 \
    22                  rmd160 ccff2111bfa3eb99e28d355d48e9e17333f34394
     20checksums        md5    261956cf66146afd292846df9af06978 \
     21                 sha1   38306b8030c61a78bee85e33f34de876392ca4f8 \
     22                 rmd160 1a226f7d20a6cfdb584247dc4bb649397ffb4249
    2323
    2424patchfiles       patch-configure \
    2525                 patch-client__Makefile.in \
     
    2727                 patch-src__Makefile.in \
    2828                 patch-src__internal.h
    2929
     30configure.ldflags "-L../src -L${prefix}/lib"
     31
    3032test.run         yes
    3133test.target      check
    3234