[108184] trunk/dports/security/fusil/Portfile

jmr at macports.org jmr at macports.org
Mon Jul 15 07:58:18 PDT 2013


Revision: 108184
          https://trac.macports.org/changeset/108184
Author:   jmr at macports.org
Date:     2013-07-15 07:58:18 -0700 (Mon, 15 Jul 2013)
Log Message:
-----------
fusil: use unified python portgroup, license, noarch

Modified Paths:
--------------
    trunk/dports/security/fusil/Portfile

Modified: trunk/dports/security/fusil/Portfile
===================================================================
--- trunk/dports/security/fusil/Portfile	2013-07-15 14:49:24 UTC (rev 108183)
+++ trunk/dports/security/fusil/Portfile	2013-07-15 14:58:18 UTC (rev 108184)
@@ -1,17 +1,22 @@
 # $Id$
+
 PortSystem 1.0
-PortGroup python25 1.0
+PortGroup python 1.0
 
 name fusil
 version 0.7
 categories security
+license GPL-2
 maintainers nomaintainer
 description A tool to fuzz various software
 long_description Fusil is a fuzzing framework easing the discovery of problem in software data input, using \
-   a technic know as fuzzing, where a system is feed with coorupted data in order to see how it react. 
+   a technic know as fuzzing, where a system is feed with coorupted data in order to see how it react.
 
 homepage http://fusil.hachoir.org/trac
 platforms darwin
-master_sites http://pypi.python.org/packages/source/f/fusil/
+supported_archs noarch
+master_sites https://pypi.python.org/packages/source/f/fusil/ \
+             http://distfiles.macports.org/python/
 checksums md5 c3a92f10331a48d0336e0c21a77a1169
 
+python.default_version 25
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130715/189a7845/attachment.html>


More information about the macports-changes mailing list