mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00: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
@ -6,22 +6,27 @@
|
||||
#
|
||||
|
||||
PORTNAME= pcap
|
||||
PORTVERSION= 0.6.2
|
||||
PORTVERSION= 0.6.4
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= SF/pylib${PORTNAME}/pylib${PORTNAME}/${PORTVERSION} \
|
||||
http://people.freebsd.org/~perky/distfiles/:local
|
||||
|
||||
MASTER_SITES= SF/pylib${PORTNAME}/pylib${PORTNAME}/${PORTVERSION}
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= pylibpcap-${PORTVERSION}
|
||||
DISTNAME= pylib${PORTNAME}-${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Python interface to LBL Packet Capture library (libpcap)
|
||||
|
||||
LICENSE= BSD
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
USE_PYTHON_PREFIX= yes
|
||||
PYDISTUTILS_PKGNAME= pylibpcap
|
||||
PYDISTUTILS_PKGNAME= pylib${PORTNAME}
|
||||
|
||||
PLIST_FILES= %%PYTHON_SITELIBDIR%%/_pcapmodule.so \
|
||||
%%PYTHON_SITELIBDIR%%/pcap.py \
|
||||
%%PYTHON_SITELIBDIR%%/pcap.pyc \
|
||||
%%PYTHON_SITELIBDIR%%/pcap.pyo
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (pylibpcap-0.6.2.tar.gz) = 0cdb507eaf27e7d6f4e3ee74a5986e14728fd8161785350d201a12198c19fcc6
|
||||
SIZE (pylibpcap-0.6.2.tar.gz) = 49021
|
||||
SHA256 (pylibpcap-0.6.4.tar.gz) = cfc365f2707a7986496acacf71789fef932a5ddbeaa36274cc8f9834831ca3b1
|
||||
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…
Reference in New Issue
Block a user