[94504] trunk/dports/net/p0f/Portfile

ryandesign at macports.org ryandesign at macports.org
Wed Jun 20 19:06:02 PDT 2012


Revision: 94504
          https://trac.macports.org/changeset/94504
Author:   ryandesign at macports.org
Date:     2012-06-20 19:06:02 -0700 (Wed, 20 Jun 2012)
Log Message:
-----------
p0f: fix download location (#34944)

Modified Paths:
--------------
    trunk/dports/net/p0f/Portfile

Modified: trunk/dports/net/p0f/Portfile
===================================================================
--- trunk/dports/net/p0f/Portfile	2012-06-21 01:39:47 UTC (rev 94503)
+++ trunk/dports/net/p0f/Portfile	2012-06-21 02:06:02 UTC (rev 94504)
@@ -4,6 +4,7 @@
 
 name		  p0f
 version		  2.0.8
+set major           [lindex [split ${version} .] 0]
 categories	  net security
 platforms	  darwin
 maintainers	  nomaintainer
@@ -13,8 +14,9 @@
 			information gathering on servers, firewalls, IDSes, and \
 			honeypots, for pen-testing, or just for the fun of it.
 
-homepage	  http://lcamtuf.coredump.cx/p0f.shtml
-master_sites	  http://lcamtuf.coredump.cx/p0f/
+homepage            http://lcamtuf.coredump.cx/p0f3/
+master_sites        ${homepage}releases/ \
+                    ${homepage}releases/old/${major}.x/
 extract.suffix	  .tgz
 checksums	  sha1 7b4d5b2f24af4b5a299979134bc7f6d7b1eaf875 \
 		  rmd160 87d5b30d2d5e156b9fdcb026160155f413ce13d3
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120620/4be87a52/attachment.html>


More information about the macports-changes mailing list