Index: head/www/py-bjoern/Makefile =================================================================== --- head/www/py-bjoern/Makefile (revision 413140) +++ head/www/py-bjoern/Makefile (revision 413141) @@ -1,24 +1,26 @@ # Created by: Olivier Duchateau # $FreeBSD$ PORTNAME= bjoern -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= olivierd@FreeBSD.org COMMENT= Fast Python WSGI server LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libev.so:devel/libev -USES= python:2 +USES= localbase python:2 USE_PYTHON= distutils autoplist -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lc +LDFLAGS+= -lc + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/*.so .include Index: head/www/py-bjoern/distinfo =================================================================== --- head/www/py-bjoern/distinfo (revision 413140) +++ head/www/py-bjoern/distinfo (revision 413141) @@ -1,2 +1,2 @@ -SHA256 (bjoern-1.4.2.tar.gz) = 5892ee00b04c45e0093835c9e179e52370d42add224a4a03d937f8306a54d84e -SIZE (bjoern-1.4.2.tar.gz) = 25997 +SHA256 (bjoern-1.4.3.tar.gz) = 9361dc1e8ef22eb749fcf3d16b9023bb1d1c59916b4e32400902648b4805fffd +SIZE (bjoern-1.4.3.tar.gz) = 28824 Index: head/www/py-bjoern/files/patch-bjoern_portable__sendfile.c =================================================================== --- head/www/py-bjoern/files/patch-bjoern_portable__sendfile.c (nonexistent) +++ head/www/py-bjoern/files/patch-bjoern_portable__sendfile.c (revision 413141) @@ -0,0 +1,13 @@ +--- bjoern/portable_sendfile.c.orig 2014-11-11 20:31:07 UTC ++++ bjoern/portable_sendfile.c +@@ -18,9 +18,7 @@ + return len; + } + +-#elif defined __FreeBSD__ +- +- /* FreeBSD */ ++#elif defined(__FreeBSD__) || defined(__DragonFly__) + + #include + #include Property changes on: head/www/py-bjoern/files/patch-bjoern_portable__sendfile.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property