head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2010.12.17.14.49.00;	author osa;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@Update from 3.0.1 to 3.0.2:

o) www/rubygem-passenger; [*]
o) passenger support for www/nginx and www/nginx-devel.

Remove needless extra patches.

Approved by:	maintainer [*]
@
text
@--- ../passenger-3.0.1/ext/nginx/config.orig	2010-12-07 14:18:47.000000000 +0300
+++ ../passenger-3.0.1/ext/nginx/config	2010-12-07 14:19:38.000000000 +0300
@@@@ -2,13 +2,11 @@@@
    ! test -f "$ngx_addon_dir/../common/libboost_oxt.a"; then
     echo "*** The Phusion Passenger support files are not yet compiled. Compiling them for you... ***"
     echo "*** Running 'rake nginx RELEASE=yes' in $ngx_addon_dir... ***"
-    if ! cd $ngx_addon_dir; then
+    if ! (cd $ngx_addon_dir; rake nginx); then
         exit 1
+    else
+        echo "*** Phusion Passenger support files have been successfully compiled. ***"
     fi
-    if ! rake nginx RELEASE=yes; then
-        exit 1
-    fi
-    echo "*** Phusion Passenger support files have been successfully compiled. ***"
 fi
 
 ngx_feature="Math library"
@


1.1
log
@Update passenger as well as support for passenger-specific ports
from 3.0.0 to 3.0.1.

Also:

 o) respect CC/CXX/CFLAGS/PTHREAD_LIBS flags;
 o) build depends against devel/libev instead of internal libev;
 o) change depends from curl binary to libcurl;
 o) revert back GEM_LIB_DIR for pkg-message.	(!)

Do not bump PORTREVISIONs for www/nginx and www/nginx-devel ports.

<Note>

Patch extra-patch-passenger::ext::common::Utils.cpp obtained from
passenger's git:
https://github.com/FooBarWidget/passenger/commit/9a811060db56cfad2e2056d90cac1a354870dbad
and should be remove in next [3.0.2] port update.

</Note>

Approved by:	maintainer [*]
Pointy hat to:	wen (!)
@
text
@@

