diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2013-11-24 23:33:15 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2013-11-24 23:33:15 +0000 |
commit | 5c781a69e1a3e5d9acf28a64569259a7fe307f71 (patch) | |
tree | 8c903bc8d741ab96db2872d677ebc29b4374c700 /UPDATING | |
parent | 19c16e88dd4af62a1ca01ef04a6e2b5e71e44a6c (diff) |
- svn mv www/mod_wsgi www/mod_wsgi2 [1]
- update ports to reflect new location
- fix mod_wsgi3 build with python3
PR: 184065 [1]
PR 183353 [2]
Submitted by: Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=334797
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20131125: + AFFECTS: users of www/mod_wsgi + AUTHOR: ohauer@FreeBSD.org + + The port www/mod_wsgi moved to www/mod_wsgi2 to reflect the port version. + + # portmaster -o www/mod_wsgi2 www/mod_wsgi + or + # portupgrade -fo www/mod_wsgi2 www/mod_wsgi + or + # pkg set -o www/mod_wsgi:www/mod_wsgi2 + 20131120: AFFECTS: users of lang/perl5.12 lang/perl5.14 lang/perl5.16 and lang/perl5.18 AUTHOR: mat@FreeBSD.org |