From owner-svn-ports-head@freebsd.org Sat Feb 24 23:41:26 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6828AF2D0ED; Sat, 24 Feb 2018 23:41:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BB8C7DACB; Sat, 24 Feb 2018 23:41:26 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 16BFA2C6BD; Sat, 24 Feb 2018 23:41:26 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1ONfPIr081147; Sat, 24 Feb 2018 23:41:25 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1ONfPtl081144; Sat, 24 Feb 2018 23:41:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201802242341.w1ONfPtl081144@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 24 Feb 2018 23:41:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462881 - in head/net/py-pypcap: . files X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/net/py-pypcap: . files X-SVN-Commit-Revision: 462881 X-SVN-Commit-Repository: ports 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.25 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: Sat, 24 Feb 2018 23:41:26 -0000 Author: yuri Date: Sat Feb 24 23:41:25 2018 New Revision: 462881 URL: https://svnweb.freebsd.org/changeset/ports/462881 Log: net/py-pypcap: Update to 1.2.0 Maintainer's timeout expired wxs@. Additiojnal port changes: * Source from CHEESESHOP instead of GH * Removed LICENSE_FILE (not available) * Added USE_PYTHON=cython (instead of pyrex) * Removed post-patch * Now works for all python versions * Updated WWW PR: 223864 Reported by: yuri Approved by: portmgr (maintainer timeout, 14 days) Approved by: tcberner (mentor, implicit) Deleted: head/net/py-pypcap/files/ Modified: head/net/py-pypcap/Makefile head/net/py-pypcap/distinfo head/net/py-pypcap/pkg-descr Modified: head/net/py-pypcap/Makefile ============================================================================== --- head/net/py-pypcap/Makefile Sat Feb 24 23:38:32 2018 (r462880) +++ head/net/py-pypcap/Makefile Sat Feb 24 23:41:25 2018 (r462881) @@ -2,31 +2,21 @@ # $FreeBSD$ PORTNAME= pypcap -DISTVERSIONPREFIX= ${PORTNAME:tu}_ -DISTVERSION= 1_1 -PORTREVISION= 6 +DISTVERSION= 1.2.0 CATEGORIES= net python +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= wxs@FreeBSD.org COMMENT= Simplified object-oriented Python extension module for libpcap LICENSE= BSD3CLAUSE -LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyrex>0:devel/pyrex@${FLAVOR} +USES= python +USE_PYTHON= distutils cython autoplist -USE_GITHUB= yes -GH_ACCOUNT= dugsong - -USES= python:2.7 -USE_PYTHON= distutils autoplist - -post-patch: - @${RM} ${WRKDIR}/${PORTNAME}-${PORTVERSION}/pcap.c - pre-build: - (cd ${WRKSRC}; pyrexc pcap.pyx) + @cd ${WRKSRC} && cython-${PYTHON_VER} pcap.pyx post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/pcap.so Modified: head/net/py-pypcap/distinfo ============================================================================== --- head/net/py-pypcap/distinfo Sat Feb 24 23:38:32 2018 (r462880) +++ head/net/py-pypcap/distinfo Sat Feb 24 23:41:25 2018 (r462881) @@ -1,3 +1,3 @@ -TIMESTAMP = 1493813267 -SHA256 (dugsong-pypcap-PYPCAP_1_1_GH0.tar.gz) = a75d165f70a71e6c14c46b77c1b9b7a395fa425d0f90a2e342e641c66c14e634 -SIZE (dugsong-pypcap-PYPCAP_1_1_GH0.tar.gz) = 22812 +TIMESTAMP = 1519513659 +SHA256 (pypcap-1.2.0.tar.gz) = 6981b95a975cb964806899735319ca71cfd0b5a4e9f9a45970b558f49eec0158 +SIZE (pypcap-1.2.0.tar.gz) = 123971 Modified: head/net/py-pypcap/pkg-descr ============================================================================== --- head/net/py-pypcap/pkg-descr Sat Feb 24 23:38:32 2018 (r462880) +++ head/net/py-pypcap/pkg-descr Sat Feb 24 23:41:25 2018 (r462881) @@ -1,3 +1,3 @@ A simplified object-oriented Python extension module for libpcap -WWW: https://github.com/dugsong/pypcap +WWW: https://github.com/pynetwork/pypcap