- 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)
This commit is contained in:
Olli Hauer 2014-05-19 05:02:35 +00:00
parent c03a5d5678
commit 042d136c54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354493
2 changed files with 6 additions and 3 deletions

View file

@ -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 Apache
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

View file

@ -13,7 +13,7 @@ COMMENT= Python WSGI adapter module for Apache
LICENSE= APACHE20
CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi2.* mod_wsgi2.* \
CONFLICTS_INSTALL=${PKGNAMEPREFIX}mod_wsgi2.* mod_wsgi2.* \
${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.*
PROJECTHOST= modwsgi