Changeset 217
- Timestamp:
- 01/28/20 15:40:19 (5 years ago)
- Files:
-
- trunk/ports/net/hesiod (copied) (copied from trunk/ports/net/libhesiod)
- trunk/ports/net/hesiod/Portfile (modified) (1 diff)
- trunk/ports/net/libhesiod/Portfile (modified) (1 diff)
- trunk/ports/net/libhesiod/files (deleted)
- trunk/ports/net/macathena-getcluster/Portfile (modified) (1 diff)
- trunk/ports/net/macathena-moira/Portfile (modified) (1 diff)
- trunk/ports/python/py-hesiod/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ports/net/hesiod/Portfile
r14 r217 1 1 # $Id$ 2 PortSystem 1.0 2 PortSystem 1.0 3 PortGroup github 1.0 3 4 4 name libhesiod 5 version 3.1.0 6 distname hesiod-${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 ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ 12 patchfiles patch-Makefile.in \ 13 patch-hesiod.c \ 14 patch-config.sub \ 15 patch-config.guess 16 checksums md5 89c785d350e75d6628754659ee4583e8 \ 17 sha1 bcffa55ee3c04ddb49d90f231191e5bc31762c7a \ 18 rmd160 d5c38ffabb2491a80a05a4805bbffd333b9d4b14 5 github.setup achernya hesiod 3.2.1 hesiod- 6 categories net 7 maintainers mit.edu:sipb-macathena 8 description Hesiod is the Project Athena service name resolution protocol 9 platforms darwin 10 checksums md5 af10415fc09bace6f2f44ffed5f8d2ba \ 11 sha1 db6ebbddb020f0ed6cf5ce68b0b851e777cc70fe \ 12 rmd160 d389f71825340e994840d4ccee7a0dbd5d97a470 \ 13 sha256 4722f4f5d57f00fff168c11a89259418ce47fbfb7ed34c8e09e91b48d27dd8d5 \ 14 size 46889 19 15 20 configure.args LIBS=-lresolv 16 use_autoreconf yes 21 17 22 destroot.violate_mtree yes18 #destroot.violate_mtree yes trunk/ports/net/libhesiod/Portfile
r14 r217 1 1 # $Id$ 2 PortSystem 1.0 2 PortSystem 1.0 3 PortGroup obsolete 1.0 3 4 4 name libhesiod 5 version 3.1.0 6 distname hesiod-${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 ftp://athena-dist.mit.edu/pub/ATHENA/hesiod/ 12 patchfiles patch-Makefile.in \ 13 patch-hesiod.c \ 14 patch-config.sub \ 15 patch-config.guess 16 checksums md5 89c785d350e75d6628754659ee4583e8 \ 17 sha1 bcffa55ee3c04ddb49d90f231191e5bc31762c7a \ 18 rmd160 d5c38ffabb2491a80a05a4805bbffd333b9d4b14 19 20 configure.args LIBS=-lresolv 21 22 destroot.violate_mtree yes 5 name libhesiod 6 replaced_by hesiod 7 version 3.1.0 8 revision 1 9 categories net trunk/ports/net/macathena-getcluster/Portfile
r203 r217 24 24 } 25 25 26 depends_lib port: libhesiod \26 depends_lib port:hesiod \ 27 27 port:macathena-base trunk/ports/net/macathena-moira/Portfile
r211 r217 43 43 depends_build port:e2fsprogs 44 44 45 depends_lib port: libhesiod \45 depends_lib port:hesiod \ 46 46 port:ncurses 47 47 trunk/ports/python/py-hesiod/Portfile
r213 r217 22 22 23 23 if {${name} ne ${subport}} { 24 depends_lib-append port: libhesiod \24 depends_lib-append port:hesiod \ 25 25 port:py${python.version}-cython \ 26 26 port:py${python.version}-setuptools