mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
[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>
This commit is contained in:
parent
23d1d989a0
commit
822990387f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90212
@ -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
|
||||
|
20
www/mod_sequester/files/patch-mod_sequester.c
Normal file
20
www/mod_sequester/files/patch-mod_sequester.c
Normal file
@ -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 ",
|
Loading…
Reference in New Issue
Block a user