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 1 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 2 # $Id : Portfile 120165 2014-05-17 19:20:52Z mf2k@macports.org$2 # $Id$ 3 3 4 4 PortSystem 1.0 5 PortGroup github 1.0 5 6 6 name masscan 7 version 1.0.3 8 revision 0 7 github.setup robertdavidgraham masscan 1.0.3 masscan- 9 8 categories net security 10 9 platforms darwin 11 10 maintainers yahoo.fr:jul_bsd openmaintainer … … 25 24 flexible, allowing arbitrary address ranges \ 26 25 and port ranges. 27 26 28 homepage https://github.com/robertdavidgraham/masscan29 27 master_sites https://github.com/robertdavidgraham/masscan/archive/ 30 28 distname ${version} 31 worksrcdir ${name}-${version}32 29 33 30 checksums rmd160 ad733d1a7caa772c33712be204a23d9eef792e68 \ 34 31 sha256 331edd529df1904bcbcfb43029ced7e2dafe1744841e74cd9fc9f440b8301085 35 32 36 ## https://redmine.openinfosecfoundation.org/projects/suricata/wiki/Mac_OS_X_106x37 #depends_lib port:pkgconfig port:libnet11 port:libpcap port:pcre \38 39 33 post-patch { 40 34 reinplace "s|install -pDm755|install -pm755|" ${worksrcpath}/Makefile 41 35 } … … 52 46 test.run yes 53 47 test.target regress 54 48 55 livecheck.type regex56 livecheck.url ${homepage}/releases57 49 livecheck.regex "<a href=\"/robertdavidgraham/masscan/releases/tag/(\\d+\.\\d+\.\\d+)\">"