Changeset 99545


Ignore:
Timestamp:
Nov 9, 2012, 3:41:20 PM (11 years ago)
Author:
cal@…
Message:

dsniff-devel: claim maintainership, use new-style checksums, check for libnids +libnet11

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/net/dsniff-devel/Portfile

    r69520 r99545  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
    34PortSystem              1.0
     5PortGroup               active_variants 1.0
    46
    57name                    dsniff-devel
     
    810revision                5
    911categories              net
    10 maintainers             nomaintainer
     12maintainers             cal openmaintainer
    1113platforms               darwin
    1214
     
    2830master_sites            ${homepage}beta/
    2931distname                dsniff-${version}
    30 checksums               md5     2f761fa3475682a7512b0b43568ee7d6
     32checksums               rmd160  4d5dee193f0d252d22cfe2417f067460db9638b1 \
     33                        sha256  a9803a7a02ddfe5fb9704ce86f0ffc48453c321e88db85810db411ba0841152a
    3134
    3235depends_build           port:libnids
     
    5760                        patch-webspy.c.diff
    5861
     62pre-configure {
     63    require_active_variants libnids libnet11 libnet
     64}
    5965configure.args          --mandir=${prefix}/share/man
    6066configure.cflags-append -DBIND_8_COMPAT
Note: See TracChangeset for help on using the changeset viewer.