From owner-svn-ports-head@freebsd.org Thu Feb 9 17:46:27 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id AC48FCD7E05; Thu, 9 Feb 2017 17:46:27 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 61E2918AB; Thu, 9 Feb 2017 17:46:27 +0000 (UTC) (envelope-from krion@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v19HkQ1i079705; Thu, 9 Feb 2017 17:46:26 GMT (envelope-from krion@FreeBSD.org) Received: (from krion@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v19HkQ9E079702; Thu, 9 Feb 2017 17:46:26 GMT (envelope-from krion@FreeBSD.org) Message-Id: <201702091746.v19HkQ9E079702@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: krion set sender to krion@FreeBSD.org using -f From: Kirill Ponomarew Date: Thu, 9 Feb 2017 17:46:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r433754 - in head/net/py-pcapy: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 17:46:27 -0000 Author: krion Date: Thu Feb 9 17:46:26 2017 New Revision: 433754 URL: https://svnweb.freebsd.org/changeset/ports/433754 Log: Update net/py-pcapy to 0.11.1 PR: 216928 Submitted by: anastasios@mageirias.com Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D9506 Modified: head/net/py-pcapy/Makefile head/net/py-pcapy/distinfo head/net/py-pcapy/files/patch-setup.py Modified: head/net/py-pcapy/Makefile ============================================================================== --- head/net/py-pcapy/Makefile Thu Feb 9 17:45:24 2017 (r433753) +++ head/net/py-pcapy/Makefile Thu Feb 9 17:46:26 2017 (r433754) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pcapy -PORTVERSION= 0.10.10 +PORTVERSION= 0.11.1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,9 +13,7 @@ COMMENT= Python pcap extension LICENSE= APACHE11 LICENSE_FILE= ${WRKSRC}/LICENSE -WRKSRC= ${WRKDIR}/${PORTNAME} - -USES= python:2.7+ tar:tgz +USES= python:2.7+ dos2unix USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} Modified: head/net/py-pcapy/distinfo ============================================================================== --- head/net/py-pcapy/distinfo Thu Feb 9 17:45:24 2017 (r433753) +++ head/net/py-pcapy/distinfo Thu Feb 9 17:46:26 2017 (r433754) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475144881 -SHA256 (pcapy-0.10.10.tgz) = 06f0261b8f34e9ac617ab8923a10e3327009fb0ed6b8b4f08eda6acb829d8be6 -SIZE (pcapy-0.10.10.tgz) = 93492 +TIMESTAMP = 1486428160 +SHA256 (pcapy-0.11.1.tar.gz) = 301281bc275bbf953031d13d221e4063208273335c05af500f8637d7d1046bc9 +SIZE (pcapy-0.11.1.tar.gz) = 29893 Modified: head/net/py-pcapy/files/patch-setup.py ============================================================================== --- head/net/py-pcapy/files/patch-setup.py Thu Feb 9 17:45:24 2017 (r433753) +++ head/net/py-pcapy/files/patch-setup.py Thu Feb 9 17:46:26 2017 (r433754) @@ -1,8 +1,11 @@ ---- setup.py.orig 2016-09-29 12:25:59 UTC +--- setup.py.orig 2017-02-09 00:45:41 UTC +++ setup.py -@@ -71,8 +71,4 @@ setup(name=PACKAGE_NAME, +@@ -77,10 +77,6 @@ setup(name=PACKAGE_NAME, + define_macros=macros, + include_dirs=include_dirs, library_dirs=library_dirs, - libraries=libraries)], +- libraries=libraries)], ++ libraries=libraries)] # scripts=['tests/pcapytests.py', 'tests/96pings.pcap'], - data_files=[ - (os.path.join('share', 'doc', PACKAGE_NAME),