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

Modified Files:
        postgresql-java.info postgresql90.info postgresql91.info 
Log Message:
postgresql updates

Index: postgresql90.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/database/postgresql90.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- postgresql90.info   9 Jan 2012 02:40:44 -0000       1.3
+++ postgresql90.info   30 Jul 2012 15:11:59 -0000      1.4
@@ -1,7 +1,7 @@
 Info4: <<
 Package: postgresql90
-Version: 9.0.4
-Revision: 5
+Version: 9.0.8
+Revision: 1
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <postgresq...@fink.raccoonfink.com>
@@ -16,7 +16,7 @@
 <<
 BuildDepends: <<
        bison,
-       fink (>= 0.30.0-1),
+       fink (>= 0.30.2-1),
        fink-mirrors (>= 0.28.7.1-2),
        libxml2,
        libxslt,
@@ -31,17 +31,17 @@
 GCC: 4.0
 
 Source: mirror:postgresql:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 80390514d568a7af5ab61db1cda27e29
+Source-MD5: 0e830b0f6538e04b788c3208060256ef
 PatchScript: <<
-#!/bin/sh -ex
+       #!/bin/sh -ex
        sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' < %{PatchFile} | 
patch -p1
-
+       
        # If we have fink ExtUtils::ParseXS, it is early in PERL5LIB;
        # therefore we need the xsubpp program (also part of that
        # pkg). Handcoded makefiles for perl modules are bad, m'kay?
        fink_XSUBPP="%p/lib/perl5/ExtUtils/xsubpp"
        if [ -x $fink_XSUBPP ]; then
-               perl -pi -e "s,\S+xsubpp,${fink_XSUBPP},g" 
src/pl/plperl/GNUmakefile
+       perl -pi -e "s,\S+xsubpp,${fink_XSUBPP},g" src/pl/plperl/GNUmakefile
        fi
 <<
 PatchFile: %n.patch
@@ -212,8 +212,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-postgres'"
-       echo "and make sure you hit 'y' when it asks if you want to update your 
users."
+       echo "Please do a 'fink reinstall passwd-postgres' and make sure you 
hit"
+       echo "'y' when it asks if you want to update your users."
        exit 1
 fi
        <<
@@ -256,8 +256,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-postgres'"
-       echo "and make sure you hit 'y' when it asks if you want to update your 
users."
+       echo "Please do a 'fink reinstall passwd-postgres' and make sure you 
hit"
+       echo "'y' when it asks if you want to update your users."
        exit 1
 fi
 <<

Index: postgresql-java.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/database/postgresql-java.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- postgresql-java.info        9 Jan 2012 02:40:44 -0000       1.10
+++ postgresql-java.info        30 Jul 2012 15:11:59 -0000      1.11
@@ -1,6 +1,6 @@
 Package: postgresql-java
-Version: 9.0
-Revision: 801.2
+Version: 9.1
+Revision: 902.1
 Description: PostgreSQL Java library
 Type: java(1.5)
 License: BSD
@@ -9,7 +9,7 @@
 Depends: system-java (>= 1.5-1)
 BuildDepends: <<
        ant,
-       fink (>= 0.30.0-1),
+       fink (>= 0.30.2-1),
        system-java-dev (>= 1.5-1)
 <<
 Conflicts: <<
@@ -22,13 +22,13 @@
        postgresql-ssl (<< 7.3-1),
        postgresql-java-ssl (<< %v-%r)
 <<
-Recommends: postgresql90
+Recommends: postgresql91
 
-Source: http://jdbc.postgresql.org/download/postgresql-jdbc-%v-801.src.tar.gz
-Source-MD5: 32188109251f8da2766da77b174232bc
-Source2: http://jdbc.postgresql.org/download/postgresql-9.0-801.jdbc3.jar
-Source2-MD5: 9eaf3ea9f5b975195db127dc24fca9a0
-SourceDirectory: postgresql-jdbc-%v-801.src
+Source: http://jdbc.postgresql.org/download/postgresql-jdbc-%v-902.src.tar.gz
+Source-MD5: f05bf64bf5a1870922c3fc826be4715b
+Source2: http://jdbc.postgresql.org/download/postgresql-%v-902.jdbc3.jar
+Source2-MD5: 7cfbceb4264738bb7085efce6377c7eb
+SourceDirectory: postgresql-jdbc-%v-902.src
 
 UseMaxBuildJobs: true
 CompileScript: <<

Index: postgresql91.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/stable/main/finkinfo/database/postgresql91.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- postgresql91.info   9 Jan 2012 02:40:44 -0000       1.1
+++ postgresql91.info   30 Jul 2012 15:11:59 -0000      1.2
@@ -1,7 +1,7 @@
 Info4: <<
 Package: postgresql91
-Version: 9.1.0
-Revision: 2
+Version: 9.1.4
+Revision: 1
 Description: PostgreSQL open-source database
 License: BSD
 Maintainer: Benjamin Reed <postgresq...@fink.raccoonfink.com>
@@ -31,22 +31,20 @@
 GCC: 4.0
 
 Source: mirror:postgresql:source/v%v/postgresql-%v.tar.bz2
-Source-MD5: 0497b9da1d7c380c340a9a87ba5500fe
+Source-MD5: a8035688dba988b782725ac1aec60186
 PatchScript: <<
-#!/bin/sh -ex
+       #!/bin/sh -ex
+       
        sed -e 's|@BUILDDIR@|%b|g' -e 's|@INSTPREFIX@|%p|g' -e 
's|@PGVERSION@|9.1|g' < %{PatchFile} | patch -p1
-
+       
        # If we have fink ExtUtils::ParseXS, it is early in PERL5LIB;
        # therefore we need the xsubpp program (also part of that
        # pkg). Handcoded makefiles for perl modules are bad, m'kay?
        fink_XSUBPP="%p/lib/perl5/ExtUtils/xsubpp"
        if [ -x $fink_XSUBPP ]; then
-               perl -pi -e "s,\S+xsubpp,${fink_XSUBPP},g" 
src/pl/plperl/GNUmakefile
+       perl -pi -e "s,\S+xsubpp,${fink_XSUBPP},g" src/pl/plperl/GNUmakefile
        fi
 <<
-
-
-
 PatchFile: %n.patch
 PatchFile-MD5: ca800eba11497ef264f1ca93f9509f46
 
@@ -215,8 +213,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-postgres'"
-       echo "and make sure you hit 'y' when it asks if you want to update your 
users."
+       echo "Please do a 'fink reinstall passwd-postgres' and make sure you 
hit"
+       echo "'y' when it asks if you want to update your users."
        exit 1
 fi
        <<
@@ -245,8 +243,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-postgres'"
-       echo "and make sure you hit 'y' when it asks if you want to update your 
users."
+       echo "Please do a 'fink reinstall passwd-postgres' and make sure you 
hit"
+       echo "'y' when it asks if you want to update your users."
        exit 1
 fi
 <<


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to