Date: Mon, 19 May 2014 05:02:36 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354493 - in head/www: mod_wsgi2 mod_wsgi3 Message-ID: <201405190502.s4J52aAV013952@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Mon May 19 05:02:35 2014 New Revision: 354493 URL: http://svnweb.freebsd.org/changeset/ports/354493 QAT: https://qat.redports.org/buildarchive/r354493/ Log: - deprecate mod_wsgi2, no longer supported upstream www/mod_wsgi3 should be used instead. - set EXPIRATION_DATE=2014-06-30 - bump mod_wsgi2 PORTREVISION to notify users - s/CONFLICTS/CONFLICTS_INSTALL/ Approved by: Douglas Thrift <douglas@douglasthrift.net> (maintainer, per PM) Modified: head/www/mod_wsgi2/Makefile head/www/mod_wsgi3/Makefile Modified: head/www/mod_wsgi2/Makefile ============================================================================== --- head/www/mod_wsgi2/Makefile Mon May 19 04:17:52 2014 (r354492) +++ head/www/mod_wsgi2/Makefile Mon May 19 05:02:35 2014 (r354493) @@ -3,7 +3,7 @@ PORTNAME= mod_wsgi PORTVERSION= 2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -14,7 +14,10 @@ COMMENT= Python WSGI adapter module for LICENSE= APACHE20 -CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* ${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi-3.* +CONFLICTS_INSTALL=${PKGNAMEPREFIX}mod_wsgi-3.* ${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi-3.* + +DEPRECATED= No longer supported, please use www/mod_wsgi3 instead +EXPIRATION_DATE=2014-06-30 PROJECTHOST= modwsgi Modified: head/www/mod_wsgi3/Makefile ============================================================================== --- head/www/mod_wsgi3/Makefile Mon May 19 04:17:52 2014 (r354492) +++ head/www/mod_wsgi3/Makefile Mon May 19 05:02:35 2014 (r354493) @@ -13,7 +13,7 @@ COMMENT= Python WSGI adapter module for LICENSE= APACHE20 -CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi2.* mod_wsgi2.* \ +CONFLICTS_INSTALL=${PKGNAMEPREFIX}mod_wsgi2.* mod_wsgi2.* \ ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* PROJECTHOST= modwsgi
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405190502.s4J52aAV013952>