aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-12-16 12:25:04 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-12-16 12:25:04 +0000
commitf7e8dff4a693953145c86f165a04726b00459fa5 (patch)
tree12d01c8d53cb7c79e0d6795590333633762ead0d /www
parent5f394296850f10b6e7c0295ef2236bef1b005a50 (diff)
downloadports-f7e8dff4a693953145c86f165a04726b00459fa5.tar.gz
ports-f7e8dff4a693953145c86f165a04726b00459fa5.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/mod_fastcgi/Makefile6
-rw-r--r--www/mod_fastcgi/distinfo6
-rw-r--r--www/mod_fastcgi/files/patch-apache2243
-rw-r--r--www/mod_fastcgi/pkg-descr2
4 files changed, 5 insertions, 52 deletions
diff --git a/www/mod_fastcgi/Makefile b/www/mod_fastcgi/Makefile
index 5936b5d08502..d2f74cd33f24 100644
--- a/www/mod_fastcgi/Makefile
+++ b/www/mod_fastcgi/Makefile
@@ -6,11 +6,9 @@
#
PORTNAME= mod_fastcgi
-PORTVERSION= 2.4.2
-PORTREVISION= 1
+PORTVERSION= 2.4.6
CATEGORIES= www
-MASTER_SITES= ftp://ftp.holywar.net/pub/FreeBSD/ \
- http://www.fastcgi.com/dist/
+MASTER_SITES= http://www.fastcgi.com/dist/
MAINTAINER= ports@FreeBSD.org
COMMENT= A fast-cgi module for Apache
diff --git a/www/mod_fastcgi/distinfo b/www/mod_fastcgi/distinfo
index 3b2cb22259df..136015959827 100644
--- a/www/mod_fastcgi/distinfo
+++ b/www/mod_fastcgi/distinfo
@@ -1,3 +1,3 @@
-MD5 (mod_fastcgi-2.4.2.tar.gz) = e994414304b535cb99e10b7d1cad1d1e
-SHA256 (mod_fastcgi-2.4.2.tar.gz) = 864846fa025741bac88290e204dbb17e5be534990cc6c7218342edac58d13615
-SIZE (mod_fastcgi-2.4.2.tar.gz) = 98295
+MD5 (mod_fastcgi-2.4.6.tar.gz) = a21a613dd5dacf4c8ad88c8550294fed
+SHA256 (mod_fastcgi-2.4.6.tar.gz) = a5a887eecc8fe13e4cb1cab4d140188a3d2b5e6f337f8a1cce88ca441ddbe689
+SIZE (mod_fastcgi-2.4.6.tar.gz) = 100230
diff --git a/www/mod_fastcgi/files/patch-apache22 b/www/mod_fastcgi/files/patch-apache22
deleted file mode 100644
index ec093988fe0a..000000000000
--- a/www/mod_fastcgi/files/patch-apache22
+++ /dev/null
@@ -1,43 +0,0 @@
-Originally from
-http://fastcgi.com/archives/fastcgi-developers/2005-December/004060.html
-
-diff -ruN mod_fastcgi-2.4.2/fcgi.h mod_fastcgi-2.4.2-ap22/fcgi.h
---- fcgi.h 2003-02-04 00:07:37.000000000 +0100
-+++ fcgi.h 2005-12-07 21:05:55.000000000 +0100
-@@ -73,6 +73,36 @@
- #define ap_reset_timeout(a)
- #define ap_unblock_alarms()
-
-+/* starting with apache 2.2 the backward-compatibility defines for
-+ * 1.3 APIs are not available anymore. Define them ourselves here.
-+ */
-+#ifndef ap_copy_table
-+
-+#define ap_copy_table apr_table_copy
-+#define ap_cpystrn apr_cpystrn
-+#define ap_destroy_pool apr_pool_destroy
-+#define ap_isspace apr_isspace
-+#define ap_make_array apr_array_make
-+#define ap_make_table apr_table_make
-+#define ap_null_cleanup apr_pool_cleanup_null
-+#define ap_palloc apr_palloc
-+#define ap_pcalloc apr_pcalloc
-+#define ap_psprintf apr_psprintf
-+#define ap_pstrcat apr_pstrcat
-+#define ap_pstrdup apr_pstrdup
-+#define ap_pstrndup apr_pstrndup
-+#define ap_push_array apr_array_push
-+#define ap_register_cleanup apr_pool_cleanup_register
-+#define ap_snprintf apr_snprintf
-+#define ap_table_add apr_table_add
-+#define ap_table_do apr_table_do
-+#define ap_table_get apr_table_get
-+#define ap_table_set apr_table_set
-+#define ap_table_setn apr_table_setn
-+#define ap_table_unset apr_table_unset
-+
-+#endif /* defined(ap_copy_table) */
-+
- #if (defined(HAVE_WRITEV) && !HAVE_WRITEV && !defined(NO_WRITEV)) || defined WIN32
- #define NO_WRITEV
- #endif
diff --git a/www/mod_fastcgi/pkg-descr b/www/mod_fastcgi/pkg-descr
index b9f6af49e81b..a2d5aa49d353 100644
--- a/www/mod_fastcgi/pkg-descr
+++ b/www/mod_fastcgi/pkg-descr
@@ -4,6 +4,4 @@ FastCGI is a language independent, scalable, open extension to CGI that
provides high performance without the limitations of server specific APIs.
See the docs for more details.
---
-Ports by JunSeon Oh <hollywar@mail.holywar.net>
WWW: http://www.fastcgi.com/