Index: head/devel/py-python-dtrace/Makefile =================================================================== --- head/devel/py-python-dtrace/Makefile (revision 500584) +++ head/devel/py-python-dtrace/Makefile (revision 500585) @@ -1,19 +1,20 @@ # $FreeBSD$ PORTNAME= python-dtrace PORTVERSION= 0.0.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= gcj21@cl.cam.ac.uk COMMENT= DTrace consumer for Python based on libdtrace LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE BROKEN_powerpc64= fails to compile: dtrace_cython/consumer.c:476:20: dtrace.h: No such file or directory USES= python zip USE_PYTHON= autoplist distutils cython cython_run .include Index: head/devel/py-python-dtrace/pkg-descr =================================================================== --- head/devel/py-python-dtrace/pkg-descr (revision 500584) +++ head/devel/py-python-dtrace/pkg-descr (revision 500585) @@ -1,6 +1,6 @@ DTrace consumer for Python based on libdtrace. Currently this package provides two modules: one wraps libdtrace using ctypes. The other one uses cython. -WWW: http://tmetsch.github.com/python-dtrace/ +WWW: http://tmetsch.github.io/python-dtrace/