Changeset 211

Show
Ignore:
Timestamp:
01/23/20 22:01:56 (4 years ago)
Author:
quentin
Message:

Update to Moira snapshot from 20190912

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/ports/net/macathena-moira/Portfile

    r210 r211  
    11# $Id$ 
    2 PortSystem             1.0 
     2PortSystem          1.0 
    33 
    4 name                    macathena-moira 
    5 version                 20181023 
    6 distname                moira-${version} 
    7 categories              net 
    8 maintainers             mit.edu:sipb-macathena 
    9 description             Hesiod is the Project Athena service name resolution protocol 
    10 platforms               darwin 
    11 master_sites    http://macathena.mit.edu/dist/ 
    12 patchfiles              patch-lib-Makefile.in 
     4name                macathena-moira 
     5version             20190912 
     6distname            moira-${version} 
     7categories          net 
     8maintainers         mit.edu:sipb-macathena 
     9description         Moira is the Project Athena service management system 
     10platforms           darwin 
     11homepage            https://github.mit.edu/ops/moira 
     12master_sites        http://macathena.mit.edu/dist/ 
     13patchfiles          patch-lib-mr_init.c 
    1314 
    14 worksrcdir             moira-4 
     15worksrcdir          moira-b5abed703a6775e8c7ca795c29b58fd211b34780/moira 
    1516 
    16 checksums           md5     aa1e70b18c723241d392318f1e93923d
    17                     sha1    2d46e2a87825f160164a712ace9af3bf66bc1b99
    18                     rmd160  de7ef989d8d8b1be44bc436aa5174fe81c97e16f
    19                     sha256  5589d19096725aaf0596e5d986324ce3a89cd9bcefe13c194d442796755cdf1e
    20                     size    1607033 
     17checksums           md5     3e301d66296002aa79a151afeb85b6d5
     18                    sha1    d770c1eab15c74cac57e622431b4519daf297c67
     19                    rmd160  077257328de1475545ab327315e3258fd093abe3
     20                    sha256  1235824b7dcd1e4e067f841a2366dfd80555f7459a89d5202d927f72a0b57839
     21                    size    1881295 
    2122 
    2223use_autoconf    yes 
    2324 
    2425configure.args  --with-krb5 \ 
    25                                 --with-com_err
     26                                --with-com_err=/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr
    2627                                --with-hesiod 
    2728