Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/database
In directory vz-cvs-3.sog:/tmp/cvs-serv3713/10.4/unstable/main/finkinfo/database

Modified Files:
        postgresql90.info 
Log Message:
fix version check and some other 10.7-pre

Index: postgresql90.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/database/postgresql90.info,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- postgresql90.info   19 Jul 2011 04:27:20 -0000      1.8
+++ postgresql90.info   20 Jul 2011 21:20:43 -0000      1.9
@@ -1,7 +1,7 @@
 Info4: <<
 Package: postgresql90
 Version: 9.0.4
-Revision: 2
+Revision: 3
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <postgresq...@fink.raccoonfink.com>
@@ -10,7 +10,7 @@
        daemonic (>= 20010902-1),
        libxml2-shlibs,
        libxslt-shlibs,
-       passwd (>= 20030906-1),
+       passwd-postgres | passwd (>= 20030906-1),
        readline5-shlibs,
        %N-shlibs (>= %v-%r)
 <<
@@ -20,7 +20,7 @@
        fink-mirrors (>= 0.28.7.1-2),
        libxml2,
        libxslt,
-       passwd (>= 20030906-1),
+       passwd-postgres | passwd (>= 20030906-1),
        readline5,
        system-openssl-dev,
        system-perl,
@@ -42,7 +42,7 @@
 CompileScript: <<
        #!/bin/sh -xe
        
-       if [[ $(sw_vers -productVersion) > 10.6 ]]; then
+       if [[ $(sw_vers -productVersion | cut -d. -f1-2) > 10.6 ]]; then
        export CC=clang
        export CXX=clang++
        elif [ -x /usr/bin/gcc-4.2 ]; then
@@ -201,8 +201,8 @@
 PG_ID=`id -u postgres 2>/dev/null || true`
 if [ -z "$PG_ID" ]; then
        echo "Whoa there!  You must have a postgres user to install this 
package."
-       echo "Please do a 'fink reinstall passwd' and make sure you hit 'y' 
when it"
-       echo "asks if you want to update your users."
+       echo "Please do a 'fink reinstall passwd' or 'fink reinstall 
passwd-postgres'"
+       echo "and make sure you hit 'y' when it asks if you want to update your 
users."
        exit 1
 fi
        <<
@@ -245,8 +245,8 @@
 PG_ID=`id -u postgres 2>/dev/null || true`
 if [ -z "$PG_ID" ]; then
        echo "Whoa there!  You must have a postgres user to install this 
package."
-       echo "Please do a 'fink reinstall passwd' and make sure you hit 'y' 
when it"
-       echo "asks if you want to update your users."
+       echo "Please do a 'fink reinstall passwd' or 'fink reinstall 
passwd-postgres'"
+       echo "and make sure you hit 'y' when it asks if you want to update your 
users."
        exit 1
 fi
 <<


------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to