mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Update to 0.6.4
PR: 166046 Submitted by: Ports Fury Feature safe: yes
This commit is contained in:
parent
f4c7946cd7
commit
91d6e479cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293787
3 changed files with 14 additions and 13 deletions
|
@ -6,22 +6,27 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= pcap
|
PORTNAME= pcap
|
||||||
PORTVERSION= 0.6.2
|
PORTVERSION= 0.6.4
|
||||||
CATEGORIES= net python
|
CATEGORIES= net python
|
||||||
MASTER_SITES= SF/pylib${PORTNAME}/pylib${PORTNAME}/${PORTVERSION} \
|
MASTER_SITES= SF/pylib${PORTNAME}/pylib${PORTNAME}/${PORTVERSION}
|
||||||
http://people.freebsd.org/~perky/distfiles/:local
|
|
||||||
|
|
||||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||||
DISTNAME= pylibpcap-${PORTVERSION}
|
DISTNAME= pylib${PORTNAME}-${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= Python interface to LBL Packet Capture library (libpcap)
|
COMMENT= Python interface to LBL Packet Capture library (libpcap)
|
||||||
|
|
||||||
|
LICENSE= BSD
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
USE_PYTHON_PREFIX= yes
|
PYDISTUTILS_PKGNAME= pylib${PORTNAME}
|
||||||
PYDISTUTILS_PKGNAME= pylibpcap
|
|
||||||
|
PLIST_FILES= %%PYTHON_SITELIBDIR%%/_pcapmodule.so \
|
||||||
|
%%PYTHON_SITELIBDIR%%/pcap.py \
|
||||||
|
%%PYTHON_SITELIBDIR%%/pcap.pyc \
|
||||||
|
%%PYTHON_SITELIBDIR%%/pcap.pyo
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
SHA256 (pylibpcap-0.6.2.tar.gz) = 0cdb507eaf27e7d6f4e3ee74a5986e14728fd8161785350d201a12198c19fcc6
|
SHA256 (pylibpcap-0.6.4.tar.gz) = cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
|
||||||
SIZE (pylibpcap-0.6.2.tar.gz) = 49021
|
SIZE (pylibpcap-0.6.4.tar.gz) = 49517
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
%%PYTHON_SITELIBDIR%%/_pcapmodule.so
|
|
||||||
%%PYTHON_SITELIBDIR%%/pcap.py
|
|
||||||
%%PYTHON_SITELIBDIR%%/pcap.pyc
|
|
||||||
%%PYTHON_SITELIBDIR%%/pcap.pyo
|
|
Loading…
Add table
Reference in a new issue