head	1.6;
access;
symbols
	RELEASE_8_3_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2012.11.22.03.49.48;	author svnexp;	state dead;
branches;
next	1.5;

1.5
date	2012.10.17.02.17.42;	author osa;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.07.17.30.44;	author osa;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.14.11.29.07;	author osa;	state Exp;
branches;
next	1.2;

1.2
date	2012.02.01.13.51.20;	author osa;	state Exp;
branches;
next	1.1;

1.1
date	2011.12.30.09.51.49;	author osa;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307636
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307636 | osa | 2012-11-22 03:47:20 +0000 (Thu, 22 Nov 2012) | 6 lines
## SVN ##
## SVN ## Use more canonical names for patches.
## SVN ## No functionaly changes.
## SVN ## Don't bump PORTREVISION.
## SVN ##
## SVN ## Feature safe: yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- ../chaoslawful-drizzle-nginx-module-59e12ad/config.orig	2011-12-30 10:26:53.000000000 +0400
+++ ../chaoslawful-drizzle-nginx-module-59e12ad/config	2011-12-30 10:28:20.000000000 +0400
@@@@ -22,12 +22,12 @@@@
 
     if [ $ngx_found = no ]; then
         # FreeBSD, OpenBSD
-        ngx_feature="libdrizzle library in /usr/local/"
-        ngx_feature_path="/usr/local/include/libdrizzle-1.0"
+        ngx_feature="libdrizzle library in %%PREFIX%%"
+        ngx_feature_path="%%PREFIX%%/include/libdrizzle"
         if [ $NGX_RPATH = YES ]; then
-            ngx_feature_libs="-R/usr/local/lib -L/usr/local/lib -ldrizzle"
+            ngx_feature_libs="-R%%PREFIX%%/lib -L%%PREFIX%%/lib -ldrizzle"
         else
-            ngx_feature_libs="-L/usr/local/lib -ldrizzle"
+            ngx_feature_libs="-L%%PREFIX%%/lib -ldrizzle"
         fi
         . auto/feature
     fi
@


1.5
log
@SVN rev 305998 on 2012-10-17 02:17:42Z by osa

Update third-party modules:

o) drizzle - from 0.1.2 to 0.1.4;
o) lua     - from 0.5.14 to 0.6.10;
o) redis2  - from 0.08rc4 to 0.09;
o) rtmp    - from 0.2.3 to 0.6.1;
o) srcache - from 0.14 to 0.16.

Convert header to modern manner.

Feature safe:	yes
@
text
@@


1.4
log
@SVN rev 302253 on 2012-08-07 17:30:44Z by osa

Update third-party modules (sync with openresty-1.2.1.9):

o) lua from 0.5.7 to 0.5.12;
o) headers_more from 0.17 to 0.18;
o) drizzle from 0.1.2rc7 to 0.1.2.
@
text
@d1 2
a2 2
--- ../chaoslawful-drizzle-nginx-module-b05c67f/config.orig	2011-12-30 10:26:53.000000000 +0400
+++ ../chaoslawful-drizzle-nginx-module-b05c67f/config	2011-12-30 10:28:20.000000000 +0400
@


1.3
log
@Update third-party modules:

o) drizzle - from 0.1.2rc6 to 0.1.2rc7, sync with
   ngx_openresty 1.0.15.10 stable;
o) rtmp    - from 0.1.5 to 0.1.10.

Do not bump PORTREVISION because these modules are disabled by default.
@
text
@d1 2
a2 2
--- ../chaoslawful-drizzle-nginx-module-272cabf/config.orig	2011-12-30 10:26:53.000000000 +0400
+++ ../chaoslawful-drizzle-nginx-module-272cabf/config	2011-12-30 10:28:20.000000000 +0400
@


1.2
log
@Update third-party modules:

o) echo from 0.37 to 0.38rc1;
o) headers_more from 0.16 to 0.17rc1;
o) drizzle from 0.1.2rc4 to 0.1.2rc6;
o) set_misc from 0.22rc4 to 0.22rc5.
@
text
@d1 2
a2 2
--- ../chaoslawful-drizzle-nginx-module-e05b5ff/config.orig	2011-12-30 10:26:53.000000000 +0400
+++ ../chaoslawful-drizzle-nginx-module-e05b5ff/config	2011-12-30 10:28:20.000000000 +0400
@


1.1
log
@Add three new third-party modules:

o) drizzle -  an upstream module that talks to mysql and drizzle by libdrizzle;
o) rds_csv -  an output filter module to convert Resty-DBD-Streams (RDS) to
   Comma-Separated Values (CSV);
o) rds_json - an output filter that formats Resty DBD Streams generated by
   ngx_drizzle and others to JSON.

Do not bump PORTREVISION because these modules disabled by default.
@
text
@d1 2
a2 2
--- ../chaoslawful-drizzle-nginx-module-46b744a/config.orig	2011-12-30 10:26:53.000000000 +0400
+++ ../chaoslawful-drizzle-nginx-module-46b744a/config	2011-12-30 10:28:20.000000000 +0400
@

