From owner-svn-ports-all@FreeBSD.ORG Thu Feb 21 01:13:12 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 13C72476; Thu, 21 Feb 2013 01:13:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 067C5966; Thu, 21 Feb 2013 01:13:12 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1L1DBKg007290; Thu, 21 Feb 2013 01:13:11 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1L1DBwY007289; Thu, 21 Feb 2013 01:13:11 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201302210113.r1L1DBwY007289@svn.freebsd.org> From: Martin Wilke Date: Thu, 21 Feb 2013 01:13:11 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312690 - head/net/py-pcapy X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Feb 2013 01:13:12 -0000 Author: miwi Date: Thu Feb 21 01:13:11 2013 New Revision: 312690 URL: http://svnweb.freebsd.org/changeset/ports/312690 Log: - BROKEN checksum mismatch Modified: head/net/py-pcapy/Makefile (contents, props changed) Modified: head/net/py-pcapy/Makefile ============================================================================== --- head/net/py-pcapy/Makefile Thu Feb 21 00:50:10 2013 (r312689) +++ head/net/py-pcapy/Makefile Thu Feb 21 01:13:11 2013 (r312690) @@ -16,6 +16,8 @@ COMMENT= Python extension module to capt USE_PYTHON= yes USE_PYDISTUTILS= yes +BROKEN= checksum mismatch + DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} PLIST_FILES= %%PYTHON_SITELIBDIR%%/pcapy.so