Ticket #43748: patch-masscan-Portfile.diff

File patch-masscan-Portfile.diff, 1.6 KB (added by jul_bsd@…, 10 years ago)
  • net/masscan/Portfile

    old new  
    11# -*- 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
    2 # $Id: Portfile 120165 2014-05-17 19:20:52Z mf2k@macports.org $
     2# $Id$
    33
    44PortSystem          1.0
     5PortGroup           github 1.0
    56
    6 name                masscan
    7 version             1.0.3
    8 revision            0
     7github.setup        robertdavidgraham masscan 1.0.3 masscan-
    98categories          net security
    109platforms           darwin
    1110maintainers         yahoo.fr:jul_bsd openmaintainer
     
    2524                    flexible, allowing arbitrary address ranges \
    2625                    and port ranges.
    2726
    28 homepage            https://github.com/robertdavidgraham/masscan
    2927master_sites        https://github.com/robertdavidgraham/masscan/archive/
    3028distname            ${version}
    31 worksrcdir          ${name}-${version}
    3229
    3330checksums           rmd160  ad733d1a7caa772c33712be204a23d9eef792e68 \
    3431                    sha256  331edd529df1904bcbcfb43029ced7e2dafe1744841e74cd9fc9f440b8301085
    3532
    36 ## https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Mac_OS_X_106x
    37 #depends_lib         port:pkgconfig port:libnet11 port:libpcap port:pcre \
    38 
    3933post-patch {
    4034    reinplace "s|install -pDm755|install -pm755|" ${worksrcpath}/Makefile
    4135}
     
    5246test.run            yes
    5347test.target         regress
    5448
    55 livecheck.type      regex
    56 livecheck.url       ${homepage}/releases
    5749livecheck.regex     "<a href=\"/robertdavidgraham/masscan/releases/tag/(\\d+\.\\d+\.\\d+)\">"