Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Feb 2013 01:13:11 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312690 - head/net/py-pcapy
Message-ID:  <201302210113.r1L1DBwY007289@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302210113.r1L1DBwY007289>