Date: Wed, 26 Aug 2015 15:50:04 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395369 - head/net/scapy Message-ID: <201508261550.t7QFo4rL020598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Aug 26 15:50:03 2015 New Revision: 395369 URL: https://svnweb.freebsd.org/changeset/ports/395369 Log: - Switch graphics/py-PyX dependency to graphics/py-PyX12 which works with python2 - While here, add LICENSE, NO_ARCH and pet portlint PR: 201430 Submitted by: andrey@bsdnir.info Approved by: maintainer timeout (vanhu, 7 weeks) Modified: head/net/scapy/Makefile Modified: head/net/scapy/Makefile ============================================================================== --- head/net/scapy/Makefile Wed Aug 26 15:38:27 2015 (r395368) +++ head/net/scapy/Makefile Wed Aug 26 15:50:03 2015 (r395369) @@ -3,18 +3,21 @@ PORTNAME= scapy PORTVERSION= 2.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net MASTER_SITES= http://secdev.org/projects/scapy/files/ MAINTAINER= vanhu@FreeBSD.org COMMENT= Powerful interactive packet manipulation program in python +LICENSE= GPLv2 + RUN_DEPENDS= ${PYTHON_SITELIBDIR}/dnet.so:${PORTSDIR}/net/py-libdnet \ ${PYTHON_SITELIBDIR}/pcap.py:${PORTSDIR}/net/py-pcap USES= python -USE_PYTHON= distutils autoplist +USE_PYTHON= autoplist distutils +NO_ARCH= yes OPTIONS_DEFINE= PYX PYCRYPTO PYGNUPLOT GRAPH P0F_BASE QUESO_BASE NMAP MANUF PYX_DESC= PostScript and PDF graphs drawing @@ -27,7 +30,7 @@ NMAP_DESC= nmap OS signatures database MANUF_DESC= wireshark's MANUF MAC database SOX_DESC= Support for VoIP -PYX_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyx/__init__.py:${PORTSDIR}/graphics/py-PyX +PYX_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/pyx/__init__.py:${PORTSDIR}/graphics/py-PyX12 PYCRYPTO_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Crypto/__init__.py:${PORTSDIR}/security/py-pycrypto PYGNUPLOT_RUN_DEPENDS= ${PYTHON_SITELIBDIR}/Gnuplot/__init__.py:${PORTSDIR}/math/py-gnuplot GRAPH_RUN_DEPENDS= ${LOCALBASE}/bin/MagickCore-config:${PORTSDIR}/graphics/ImageMagick \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508261550.t7QFo4rL020598>