Index: head/ftp/py-pycurl/Makefile =================================================================== --- head/ftp/py-pycurl/Makefile (revision 455711) +++ head/ftp/py-pycurl/Makefile (revision 455712) @@ -1,26 +1,35 @@ # Created by: Hye-Shik Chang # $FreeBSD$ PORTNAME= pycurl PORTVERSION= 7.43.0 +PORTREVISION= 1 CATEGORIES= ftp python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python interface to libcurl LICENSE= LGPL21 MIT LICENSE_COMB= dual LICENSE_LGPL21= ${WRKSRC}/COPYING-LGPL LICENSE_MIT= ${WRKSRC}/COPYING-MIT LIB_DEPENDS= libcurl.so:ftp/curl +OPTIONS_DEFINE= DOCS + USE_PYTHON= autoplist concurrent distutils USES= python ssl +PORTDOCS= AUTHORS INSTALL.rst README.rst RELEASE-NOTES.rst + post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/${PORTNAME}.so + +post-install-DOCS-on: + ${MKDIR} ${STAGEDIR}${DOCSDIR}/ + cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/ .include Index: head/ftp/py-pycurl/files/patch-setup.py =================================================================== --- head/ftp/py-pycurl/files/patch-setup.py (nonexistent) +++ head/ftp/py-pycurl/files/patch-setup.py (revision 455712) @@ -0,0 +1,10 @@ +--- setup.py.orig 2016-02-04 04:39:06 UTC ++++ setup.py +@@ -815,7 +815,6 @@ if __name__ == "__main__": + elif len(sys.argv) > 1 and sys.argv[1] == 'docstrings-sources': + gen_docstrings_sources() + else: +- setup_args['data_files'] = get_data_files() + if 'PYCURL_RELEASE' in os.environ and os.environ['PYCURL_RELEASE'].lower() in ['1', 'yes', 'true']: + split_extension_source = False + else: Property changes on: head/ftp/py-pycurl/files/patch-setup.py ___________________________________________________________________ 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