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)
This commit is contained in:
Philip M. Gollucci 2010-05-25 20:17:37 +00:00
parent 3425efcfd4
commit 335f8cb35d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255075
59 changed files with 62 additions and 3 deletions

View file

@ -302,7 +302,10 @@ ${VAR} =${AP${APACHE_VERSION}_${VAR}}
. endif
.endfor
PKGNAMEPREFIX?= ap${APACHE_VERSION}-
APACHE_PKGNAMEPREFIX= $ap${APACHE_VERSION}-
.if defined(AP_FAST_BUILD)
PKGNAMEPREFIX?= ${APACHE_PKGNAMEPREFIX}
.endif
BUILD_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT}
RUN_DEPENDS+= ${APXS}:${PORTSDIR}/${APACHE_PORT}

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.5
PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= SF/mod-acct/mod-acct/${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module that records traffic statistics into a database

View file

@ -9,6 +9,7 @@ PORTNAME= mod_auth_form
PORTVERSION= 2.05
CATEGORIES= www
MASTER_SITES= http://comp.uark.edu/~ajarthu/mod_auth_form/download.php?download=v2_05/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= net@arrishq.net

View file

@ -12,6 +12,7 @@ PORTVERSION= 5.3
PORTEPOCH= 1
CATEGORIES= www
MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module for authenticating users with Kerberos v5

View file

@ -12,6 +12,7 @@ PORTNAME= mod_auth_kerb
PORTVERSION= 5.4
CATEGORIES= www
MASTER_SITES= SF/modauthkerb/${PORTNAME}/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= An Apache module for authenticating users with Kerberos v5

View file

@ -8,6 +8,7 @@ PORTNAME= mod_auth_mysql
PORTVERSION= 3.2
CATEGORIES= www
MASTER_SITES= SF/mod-auth-mysql/mod-auth-mysql/mod-auth-mysql-1.0
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users to use MySQL databases for user authentication

View file

@ -9,6 +9,7 @@ PORTNAME= mod_auth_openid
PORTVERSION= 0.4
CATEGORIES= www
MASTER_SITES= http://butterfat.net/releases/mod_auth_openid/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= zhoushuqun@gmail.com
COMMENT= An authentication module for the Apache 2 webserver with OpenID

View file

@ -10,6 +10,7 @@ PORTVERSION= 1.1.1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-2.0-${PORTVERSION}
MAINTAINER= apache@FreeBSD.org

View file

@ -9,6 +9,7 @@ PORTVERSION= 0.9.12
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.giuseppetanzilli.it/${PORTNAME}/dist/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users to use PostgreSQL databases for user authentication

View file

@ -9,6 +9,7 @@ PORTNAME= mod_auth_pubtkt
PORTVERSION= 0.5
CATEGORIES= www
MASTER_SITES= https://neon1.net/mod_auth_pubtkt/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= mod_auth_pubtkt-${PORTVERSION}
MAINTAINER= mk@neon1.net

View file

@ -8,6 +8,7 @@ PORTNAME= mod_auth_xradius
PORTVERSION= 0.4.6
CATEGORIES= www
MASTER_SITES= http://www.outoforder.cc/downloads/mod_auth_xradius/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= mwlucas@FreeBSD.org
COMMENT= Enables RADIUS authentication

View file

@ -11,6 +11,7 @@ PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://mirrors.omniti.com/mod_backhand/ \
http://people.FreeBSD.org/~seanc/ports/mod_backhand/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module that allows seamless redirection and load balancing of HTTP requests

View file

@ -9,6 +9,7 @@ PORTNAME= mod_bandwidth
PORTVERSION= 2.1.0
CATEGORIES= www
MASTER_SITES= http://potatohead.estat.com/FreeBSD/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
#Orignal locations: ftp://ftp.cohprog.com/pub/apache/module/1.3.0/mod_bandwidth.c
# ftp://ftp.cohprog.com/pub/apache/module/cleanlink.pl
DIST_SUBDIR= apache

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.9.7.5
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.sfr-fresh.com/unix/privat/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:C/_/-/}-${PORTVERSION}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= apache2

View file

@ -11,6 +11,7 @@ PORTREVISION= 3
CATEGORIES= www security
MASTER_SITES= http://software.othello.ch/mod_clamav/ \
http://www.kommunity.net/download/mod_clamav/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= tmueko@kommunity.net
COMMENT= Scans content delivered by the Apache20 proxy module for viruses

View file

@ -9,6 +9,7 @@ PORTNAME= mod_cplusplus
PORTVERSION= 1.5.4
CATEGORIES= www
MASTER_SITES= SF/modcplusplus/modcplusplus/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module for loading C++ objects as handlers

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.5.91
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://resare.com/noa/mod_cvs/dist/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= A module that makes Apache 2 CVS aware

View file

@ -10,6 +10,7 @@ PORTVERSION= 1.0.3
PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://www.webdav.org/${PORTNAME}/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.3.6
MAINTAINER= apache@FreeBSD.org

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.6
PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= http://0pointer.de/lennart/projects/mod_dnssd/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= gnome@FreeBSD.org
COMMENT= An Apache module that provides DNS-SD capabilities

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.12.0
PORTREVISION= 1
CATEGORIES= www tcl
MASTER_SITES= http://tcl.apache.org/mod_dtcl/download/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= mi@aldan.algebra.com
COMMENT= Embeds a TCL8 interpreter in the Apache server

View file

@ -10,6 +10,7 @@ PORTVERSION= 20021209
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://webdav.todo.gr.jp/download/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= edwin@mavetju.org
COMMENT= Apache module for non-ascii filename interoperability

View file

@ -10,6 +10,7 @@ PORTVERSION= 2.3.5
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= hemi@puresimplicity.net

View file

@ -9,6 +9,7 @@ PORTNAME= mod_fileiri
PORTVERSION= 1.15
CATEGORIES= www
MASTER_SITES= LOCAL/chinsan
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR= apache2
MAINTAINER= apache@FreeBSD.org

View file

@ -9,6 +9,7 @@ PORTNAME= mod_gzip
PORTVERSION= 1.3.26.1a
CATEGORIES= www
MASTER_SITES= SF/mod-gzip/mod-gzip13x/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= ale@FreeBSD.org

View file

@ -10,6 +10,7 @@ PORTVERSION= 2.2.7
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://h264.code-shop.com/download/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= apache_${PORTNAME}-${PORTVERSION}
DIST_SUBDIR= apache22

View file

@ -11,6 +11,7 @@ PORTEPOCH?= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_APACHE}
MASTER_SITE_SUBDIR= tomcat/tomcat-connectors/jk/source/jk-${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= tomcat-connectors-${PORTVERSION}-src
MAINTAINER?= girgen@FreeBSD.org

View file

@ -9,6 +9,7 @@ PORTNAME= mod_layout
PORTVERSION= 3.4
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module to wrap served pages with a header and/or footer

View file

@ -9,6 +9,7 @@ PORTNAME= mod_layout
PORTVERSION= 4.1
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache2 module to wrap served pages with a header and/or footer

View file

@ -10,6 +10,7 @@ PORTVERSION= 5.1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://download.tangent.org/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache2.2 module to wrap served pages with a header and/or footer

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.04
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://dominia.org/djao/limit/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= ychsiao@ychsiao.org
COMMENT= Limit the number of simultaneous connections from a single IP address

View file

@ -9,6 +9,7 @@ PORTNAME= mod_limitipconn
PORTVERSION= 0.23
CATEGORIES= www
MASTER_SITES= http://dominia.org/djao/limit/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR= apache2
MAINTAINER= ychsiao@ychsiao.org

View file

@ -11,6 +11,7 @@ PORTVERSION= 1.0.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://apache.webthing.com/mod_line_edit/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTFILES= mod_line_edit.c
MAINTAINER= apache@FreeBSD.org

View file

@ -9,6 +9,7 @@ PORTVERSION= 0.2
PORTREVISION= 3
CATEGORIES= www databases
MASTER_SITES= http://bfoz.net/projects/${PORTNAME}/release/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= bfoz@bfoz.net
COMMENT= Uses APR DBD to store Apache access logs in a database

View file

@ -9,6 +9,7 @@ PORTNAME= mod_log_firstbyte
PORTVERSION= 1.01
CATEGORIES= www
MASTER_SITES= http://mod-log-firstbyte.googlecode.com/svn/trunk/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTFILES= ${PORTNAME}.c readme.txt
MAINTAINER= leeym@FreeBSD.org

View file

@ -9,6 +9,7 @@ PORTVERSION= 1.18
PORTREVISION= 3
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= lev@FreeBSD.org
COMMENT= Allows Apache to log to a MySQL database

View file

@ -9,6 +9,7 @@ PORTVERSION= 1.101
PORTREVISION= 2
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
PKGNAMESUFFIX= -dtc
MAINTAINER= apache@FreeBSD.org

View file

@ -8,6 +8,7 @@ PORTNAME= mod_log_sql
PORTVERSION= 1.101
CATEGORIES= www databases
MASTER_SITES= http://www.outoforder.cc/downloads/${PORTNAME}/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows Apache to log to a MySQL database

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.1.0
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= gslin@gslin.org
COMMENT= Apache 2.2.x module to manage apr_memcache connections

View file

@ -11,6 +11,7 @@ PORTVERSION= 2.4.3
PORTREVISION= 3
CATEGORIES= www
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= mono@FreeBSD.org
COMMENT= Apache module for serving ASP.NET applications

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.40
PORTREVISION= 1
CATEGORIES= www audio
MASTER_SITES= http://download.tangent.org/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module to allow MP3 streaming

View file

@ -11,6 +11,7 @@ PORTREVISION= 2
CATEGORIES= www audio
MASTER_SITES= http://www.parisc-linux.org/~varenet/musicindex/ \
http://depot.fsck.ch/mirror/distfiles/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Apache module that allows downloading and streaming of audio

View file

@ -9,6 +9,7 @@ PORTNAME= mod_ntlm
PORTVERSION= 0.4
CATEGORIES= www
MASTER_SITES= SF/modntlm/modntlm/${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= skv@FreeBSD.org
COMMENT= NTLM authentication module for the Apache webserver

View file

@ -10,6 +10,7 @@ PORTVERSION= 0.1
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= SF/modntlm/modntlm2/${PORTNAME}-${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= admin@lissyara.su

View file

@ -11,6 +11,7 @@ PORTREVISION= 1
CATEGORIES= www perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= ModPerl/GOZER
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= Embeds a Perl interpreter in the Apache server

View file

@ -12,6 +12,7 @@ PORTEPOCH= 3
CATEGORIES= www perl5
MASTER_SITES= http://perl.apache.org/dist/ \
http://perl.apache.org/dist/old/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
PKGNAMESUFFIX= 2
MAINTAINER= apache@FreeBSD.org

View file

@ -9,6 +9,7 @@ PORTNAME= mod_proctitle
PORTVERSION= 0.3
CATEGORIES= www
MASTER_SITES= ftp://ftp.springdaemons.com/soft/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= stas@FreeBSD.org
COMMENT= Set httpd process titles to reflect currently processed request

View file

@ -10,6 +10,7 @@ PORTNAME= mod_proxy_xml
PORTVERSION= 0.1
CATEGORIES= www
MASTER_SITES= http://apache.webthing.com/svn/apache/filters/xmlns/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTFILES= xmlns.h mod_proxy_xml.c
MAINTAINER= apache@FreeBSD.org

View file

@ -9,7 +9,7 @@ PORTNAME= pubcookie
PORTVERSION= 3.3.0
CATEGORIES= www security
MASTER_SITES= http://pubcookie.org/downloads/
PKGNAMEPREFIX= mod_
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}mod_
DISTNAME= ${PORTNAME}-3.3.0a
MAINTAINER= brooks@FreeBSD.org

View file

@ -10,6 +10,7 @@ PORTVERSION= 2.7.11
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR= modpython
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
DIST_SUBDIR= python

View file

@ -11,6 +11,7 @@ PORTREVISION= 2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD}
MASTER_SITE_SUBDIR= modpython
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
EXTRACT_SUFX= .tgz
MAINTAINER= apache@FreeBSD.org

View file

@ -10,6 +10,7 @@ PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= www ruby
MASTER_SITES= http://www.modruby.net/archive/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DIST_SUBDIR= ruby
MAINTAINER= dinoex@FreeBSD.org

View file

@ -10,7 +10,7 @@ PORTVERSION= 1.12
CATEGORIES= www
MASTER_SITES= http://quixote.python.ca/releases/ \
http://dryice.name/computer/FreeBSD/distfiles/
PKGNAMEPREFIX= mod_
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}mod_
DISTNAME= scgi-${PORTVERSION:S/.a/a/}
MAINTAINER= dryice@dryice.name

View file

@ -10,6 +10,7 @@ PORTVERSION= 2.5.11
PORTREVISION= 3
CATEGORIES= www security
MASTER_SITES= SF/mod-security/modsecurity-apache/${PORTVERSION}
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= ${PORTNAME:S/_//:S/2//}-apache_${PORTVERSION}
MAINTAINER= araujo@FreeBSD.org

View file

@ -10,6 +10,7 @@ PORTNAME= mod_sed
PORTVERSION= 0.1
CATEGORIES= www
MASTER_SITES= http://www.happygiraffe.net/dist/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= apache@FreeBSD.org
COMMENT= An apache module that embeds a copy of the sed(1) command

View file

@ -9,6 +9,7 @@ PORTNAME= mod_transform
PORTVERSION= 0.6.0
CATEGORIES= www
MASTER_SITES= http://www.outoforder.cc/downloads/mod_transform/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
MAINTAINER= stan@stormier.net
COMMENT= An XSLT and XIncludes Filter module for Apache 2.0

View file

@ -11,6 +11,7 @@ PORTREVISION= 4
CATEGORIES= www
MASTER_SITES= http://jakarta.apache.org/%SUBDIR%/
MASTER_SITE_SUBDIR= builds/jakarta-tomcat-4.0/release/v${TOMCAT_RELEASE}/src
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTNAME= jakarta-tomcat-connectors-${CONNECTORS_RELEASE}-src
DIST_SUBDIR= mod_webapp

View file

@ -9,6 +9,7 @@ PORTNAME= mod_wsgi
PORTVERSION= 2.8
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/

View file

@ -9,6 +9,7 @@ PORTNAME= mod_wsgi
PORTVERSION= 3.2
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} \
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
http://apt.douglasthrift.net/files/${PORTNAME}/ \
http://code.douglasthrift.net/files/${PORTNAME}/

View file

@ -10,6 +10,7 @@ PORTNAME= mod_xmlns
PORTVERSION= 0.97
CATEGORIES= www
MASTER_SITES= http://apache.webthing.com/svn/apache/filters/xmlns/
PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX}
DISTFILES= xmlns.h mod_xmlns.c
MAINTAINER= apache@FreeBSD.org