Index: branches/2018Q1/www/uwsgi/Makefile =================================================================== --- branches/2018Q1/www/uwsgi/Makefile (revision 462014) +++ branches/2018Q1/www/uwsgi/Makefile (revision 462015) @@ -1,75 +1,74 @@ # Created by: Daniel Gerzo # $FreeBSD$ PORTNAME= uwsgi -PORTVERSION= 2.0.15 -PORTREVISION= 3 +PORTVERSION= 2.0.16 CATEGORIES= www python MASTER_SITES= http://projects.unbit.it/downloads/ MAINTAINER= eugene@zhegan.in COMMENT= Developer-friendly WSGI server which uses uwsgi protocol LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE USES= pkgconfig python ssl USE_PYTHON= distutils concurrent optsuffix USE_RC_SUBR= uwsgi CFLAGS+= -I${OPENSSLINC} LDFLAGS+= ${OPENSSL_LDFLAGS} MAKE_ENV+= CPUCOUNT=${MAKE_JOBS_NUMBER} UWSGI_EMBED_PLUGINS=cgi PYSETUP= uwsgiconfig.py PYDISTUTILS_BUILD_TARGET= --build PYDISTUTILS_BUILDARGS= --verbose USERS= uwsgi GROUPS= uwsgi PLIST_FILES= bin/uwsgi \ ${PYTHON_SITELIBDIR}/uwsgidecorators.py SUB_LIST= PYTHON_VER=${PYTHON_VER} OPTIONS_DEFINE= DEBUG JSON PCRE XML OPTIONS_GROUP= PLG OPTIONS_GROUP_PLG= PSGI PLG_DESC= Enable plugins PSGI_DESC= PSGI embedded plugin DEBUG_VARS= PYDISTUTILS_BUILDARGS+=--debug JSON_VARS= BUILDCONF_JSON=jansson JSON_LIB_DEPENDS= libjansson.so:devel/jansson PCRE_VARS= BUILDCONF_PCRE=true PCRE_LIB_DEPENDS= libpcre.so:devel/pcre XML_VARS= BUILDCONF_XML=libxml2 XML_LIB_DEPENDS= libxml2.so:textproc/libxml2 LIB_DEPENDS+= libjansson.so:devel/jansson libpcre.so:devel/pcre libxml2.so:textproc/libxml2 .include post-patch: .for var in JSON PCRE XML @${REINPLACE_CMD} -e '/^${var:tl} =/ s|= .*|= ${BUILDCONF_${var}:Ufalse}|' ${WRKSRC}/buildconf/base.ini .endfor post-patch-PSGI-on: @${REINPLACE_CMD} -e 's/%(main_plugin)s,/%(main_plugin)s, psgi,/' ${WRKSRC}/buildconf/base.ini do-configure: @${DO_NADA} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ @${MKDIR} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} ${INSTALL_DATA} ${WRKSRC}/uwsgidecorators.py ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR} .include Index: branches/2018Q1/www/uwsgi/distinfo =================================================================== --- branches/2018Q1/www/uwsgi/distinfo (revision 462014) +++ branches/2018Q1/www/uwsgi/distinfo (revision 462015) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495495189 -SHA256 (uwsgi-2.0.15.tar.gz) = 572ef9696b97595b4f44f6198fe8c06e6f4e6351d930d22e5330b071391272ff -SIZE (uwsgi-2.0.15.tar.gz) = 795070 +TIMESTAMP = 1518267669 +SHA256 (uwsgi-2.0.16.tar.gz) = a911f48f3cc51ac82fdabc4e001f18a32569128680beb5a833ebc3ff6edcc1f4 +SIZE (uwsgi-2.0.16.tar.gz) = 798509 Index: branches/2018Q1/www/uwsgi/files/patch-uwsgiconfig.py =================================================================== --- branches/2018Q1/www/uwsgi/files/patch-uwsgiconfig.py (revision 462014) +++ branches/2018Q1/www/uwsgi/files/patch-uwsgiconfig.py (nonexistent) @@ -1,18 +0,0 @@ ---- uwsgiconfig.py.orig 2015-10-07 04:34:01 UTC -+++ uwsgiconfig.py -@@ -784,15 +784,6 @@ class uConf(object): - self.cflags.append('-DUWSGI_HAS_IFADDRS') - report['ifaddrs'] = True - -- if uwsgi_os in ('FreeBSD', 'OpenBSD'): -- if self.has_include('execinfo.h') or os.path.exists('/usr/local/include/execinfo.h'): -- if os.path.exists('/usr/local/include/execinfo.h'): -- self.cflags.append('-I/usr/local/include') -- self.ldflags.append('-L/usr/local/lib') -- self.cflags.append('-DUWSGI_HAS_EXECINFO') -- self.libs.append('-lexecinfo') -- report['execinfo'] = True -- - if uwsgi_os == 'GNU/kFreeBSD': - if self.has_include('execinfo.h'): - self.cflags.append('-DUWSGI_HAS_EXECINFO') Property changes on: branches/2018Q1/www/uwsgi/files/patch-uwsgiconfig.py ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: branches/2018Q1 =================================================================== --- branches/2018Q1 (revision 462014) +++ branches/2018Q1 (revision 462015) Property changes on: branches/2018Q1 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r461691