notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: www/mod_wsgi/Makefile
SVNWeb

Number of commits found: 27

Wed, 20 Nov 2013
[ 20:58 sunpoet search for other commits by this committer ] Original commit   Revision:334453
- Update MASTER_SITES
- Update CONFLICTS
- Support STAGEDIR
- While I'm here, update USE_PYTHON

PR:		ports/184065
Submitted by:	Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Fri, 20 Sep 2013
[ 23:36 bapt search for other commits by this committer ] Original commit   Revision:327776 (Only the first 10 of 2206 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
www)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sat, 22 Sep 2012
[ 21:15 ohauer search for other commits by this committer ] Original commit   Revision:304723 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- USE_APACHE= s/22+/22/
- adopt new Makefile header

Port build fails on local exp-run with apache24 with
 error: 'conn_rec' has no member named 'remote_ip'

or various other apache22 specific functions/parameters

with hat apache@
Sat, 18 Aug 2012
[ 14:29 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 188 ports in this commit are shown above. View all ports for this commit)
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED

with hat apache@
Mon, 9 Jan 2012
[ 15:41 tabthorpe search for other commits by this committer ] Original commit  (Only the first 10 of 107 ports in this commit are shown above. View all ports for this commit)
- The proper acronym for Apache Software License 2 is really AL2
- Thanks to crees@ for generating the initial patch

PR:             ports/163521
Submitted by:   Pedro Giffuni <pfg apache.org>
Hat:            portmgr
Exp run by:     pav
Sun, 1 Jan 2012
[ 16:47 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 64 ports in this commit are shown above. View all ports for this commit)
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
Sat, 20 Aug 2011
[ 17:27 ohauer search for other commits by this committer ] Original commit  (Only the first 10 of 152 ports in this commit are shown above. View all ports for this commit)
 - bump PORTREVISION from ports if USE_APACHE=13+ or 20+ is defined
Fri, 25 Feb 2011
[ 04:40 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 43 ports in this commit are shown above. View all ports for this commit)
- Move over to py25
- while here drop md5 support
- Small cleanups
Thu, 30 Sep 2010
[ 02:04 pgollucci search for other commits by this committer ] Original commit 
- Works with python 2.7

PR:             ports/151092
Submitted by:   John Hein <jhein@symmetricom.com>
Approved by:    Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Fri, 10 Sep 2010
[ 01:44 pgollucci search for other commits by this committer ] Original commit 
- Fix CONFLICTS

Reported by:    Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Thu, 9 Sep 2010
[ 03:31 pgollucci search for other commits by this committer ] Original commit 
- Update to mod_wsgi3 to 3.3
- Add LICENSE
- Update CONFLICTS

PR:             ports/148982
Submitted by:   Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Tue, 25 May 2010
[ 20:43 pgollucci search for other commits by this committer ] Original commit 
- Fix 2 minor glitches in www/mod_wsgi and www/mod_wsgi3

Reported by:    Freshports via d
[ 20:17 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk.  This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.

'Revert' some of the PKGNAMEPREFIX changes for apXX-.
   - Must be manually requested in tbe port Makefile either by
     a) AP_FAST_BUILD=yes
     b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
   - Going forward, we will only do this for ports where WITH_APACHE
       is NOT optional, but required.  mod_* ports are a good fit.

141 ports are mod_ ports
  80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
  61 remaining are then patched to mirror the other $lang frameworks [b].

PR:             ports/146956
Reported by:    Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by:      P6 TB run
Approved by:    portmgr (pav)
Wed, 19 May 2010
[ 10:50 wen search for other commits by this committer ] Original commit 
- Added PORTSCOUT limit to only show updates for 2.X versions.

PR:             ports/146697
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Sun, 13 Dec 2009
[ 16:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 52 ports in this commit are shown above. View all ports for this commit)
- Get rip python 2.3+

Note:
Python 2.3 is't longer supported and have a lot of security issues.
Convert 2.3+ to yes/or 2.4/5+

With hat:       portmgr
Fri, 11 Dec 2009
[ 07:50 pav search for other commits by this committer ] Original commit 
- Set LATEST_LINK

PR:             ports/141277
Submitted by:   Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Sat, 28 Nov 2009
[ 11:38 wen search for other commits by this committer ] Original commit 
- Update to 2.8
- Remove the unneeded patch

PR:             ports/140958
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Mon, 23 Nov 2009
[ 10:34 miwi search for other commits by this committer ] Original commit 
- Update to 2.7

PR:             140805
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Sat, 21 Nov 2009
[ 10:51 miwi search for other commits by this committer ] Original commit 
- Update MASTER_SITE

PR:             140748
Sun, 11 Oct 2009
[ 12:19 wxs search for other commits by this committer ] Original commit 
- Update to 2.6
- Add new MASTER_SITE
- Whitespace fix

PR:             ports/139257
Submitted by:   douglas@douglasthrift.net (maintainer)
Thu, 21 May 2009
[ 20:45 pgollucci search for other commits by this committer ] Original commit  (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes

PR:             ports/134611
Approved by:    pav (#bsdports)
Thu, 14 May 2009
[ 08:18 beat search for other commits by this committer ] Original commit 
- Update to 2.5

PR:             ports/134523
Submitted by:   Douglas William Thrift <douglas AT douglasthrift.net>
(maintainer)
Approved by:    miwi (mentor, implicit)
Wed, 22 Apr 2009
[ 15:09 wxs search for other commits by this committer ] Original commit 
- Update to 2.4

PR:             ports/133767
Submitted by:   Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Tue, 2 Sep 2008
[ 21:55 lippe search for other commits by this committer ] Original commit 
- Update to 2.3.
- Move pkg-message to FILESDIR.

PR:             ports/127025
Submitted by:   Douglas William Thrift <douglas@douglasthrift.net>
Approved by:    Douglas William Thrift <douglas@douglasthrift.net> (maintainer)
Wed, 16 Jul 2008
[ 23:23 wxs search for other commits by this committer ] Original commit 
Update to 2.1

PR:             ports/125660
Submitted by:   Douglas Thrift <douglas@douglasthrift.net> (maintainer)
Fri, 20 Jun 2008
[ 23:12 miwi search for other commits by this committer ] Original commit 
The mod_wsgi adapter is an Apache module that provides a WSGI compliant
interface for hosting Python based web applications within Apache. The
adapter is written completely in C code against the Apache C runtime and
for hosting WSGI applications within Apache has a lower overhead than using
existing WSGI adapters for mod_python or CGI.

WWW: http://www.modwsgi.org/

PR:             ports/122612
Submitted by:   Douglas Thrift

Number of commits found: 27