summaryrefslogtreecommitdiff
path: root/www/mod_sequester
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-10-04 07:17:16 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-10-04 07:17:16 +0000
commit822990387fa9eaae396bd8730c24bf881661ee2a (patch)
tree4e5ac59ba9059e8a2765ab3c19e4f7168deba04e /www/mod_sequester
parentMark www/mod_snake broken on non-i386/alpha architectures (diff)
[update orphaned port] www/mod_sequester: update to 1.8
Update mod_sequester to 1.8. Added file: - files/patch-mod_sequester.c PR: ports/57412 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=90212
Diffstat (limited to 'www/mod_sequester')
-rw-r--r--www/mod_sequester/Makefile3
-rw-r--r--www/mod_sequester/files/patch-mod_sequester.c20
2 files changed, 22 insertions, 1 deletions
diff --git a/www/mod_sequester/Makefile b/www/mod_sequester/Makefile
index 9b965ded9e06..b6f58da39eb7 100644
--- a/www/mod_sequester/Makefile
+++ b/www/mod_sequester/Makefile
@@ -6,9 +6,10 @@
#
PORTNAME= mod_sequester
-PORTVERSION= 1.7.0
+PORTVERSION= 1.8
CATEGORIES= www
MASTER_SITES= http://MeepZor.Com/packages/mod_sequester/
+DISTNAME= ${PORTNAME}-1.7.0
MAINTAINER= ports@FreeBSD.org
COMMENT= Apache module that controls access to the website using secure info
diff --git a/www/mod_sequester/files/patch-mod_sequester.c b/www/mod_sequester/files/patch-mod_sequester.c
new file mode 100644
index 000000000000..120a70493ee3
--- /dev/null
+++ b/www/mod_sequester/files/patch-mod_sequester.c
@@ -0,0 +1,20 @@
+--- mod_sequester.c.orig Tue Sep 30 19:22:29 2003
++++ mod_sequester.c Tue Jan 15 22:28:22 2002
+@@ -9,7 +9,7 @@
+ *
+
+ *
+- * $Id: mod_sequester.c,v 1.7 2000/06/19 17:51:30 coar Exp $
++ * $Id: mod_sequester.c,v 1.8 2001/06/15 14:14:03 coar Exp $
+ *
+ * Abstract:
+ *+
+@@ -350,7 +350,7 @@
+ switch (dconf->pos) {
+ case WINDOW_ATBEGINNING:
+ msg = ap_pstrcat(r->pool, "The resource will become available at ",
+- ap_ht_time(r->pool, begin, TIMEFMT ".", 1), NULL);
++ ap_ht_time(r->pool, end, TIMEFMT ".", 1), NULL);
+ break;
+ case WINDOW_ATEND:
+ msg = ap_pstrcat(r->pool, "The resource became unavailable at ",