[Lunar-commits] r21789 - moonbase/trunk/sql/postgresql

Florin Braescu florin at lunar-linux.org
Sat Oct 14 06:07:50 UTC 2006


Author: florin
Date: 2006-10-14 06:07:49 +0000 (Sat, 14 Oct 2006)
New Revision: 21789

Modified:
   moonbase/trunk/sql/postgresql/BUILD
   moonbase/trunk/sql/postgresql/DEPENDS
   moonbase/trunk/sql/postgresql/DETAILS
   moonbase/trunk/sql/postgresql/POST_INSTALL
Log:
bump the version from 8.1.4 to 8.1.5. a bugfixes release.

Modified: moonbase/trunk/sql/postgresql/BUILD
===================================================================
--- moonbase/trunk/sql/postgresql/BUILD	2006-10-13 22:17:01 UTC (rev 21788)
+++ moonbase/trunk/sql/postgresql/BUILD	2006-10-14 06:07:49 UTC (rev 21789)
@@ -1,16 +1,16 @@
 (
 
   ./configure  --prefix=/usr  \
-               $OPTS          &&
+               $OPTS         &&
 
-  default_make                &&
+  default_make               &&
 
 # This gives postgresql some additional things like text search,
 # some dbase related utils to name a few.
 # See /usr/share/doc/postgresql/contrib for more info.
 
-  cd contrib                  &&
-  make all                    &&
+  cd contrib                 &&
+  make all                   &&
   make install
 
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/sql/postgresql/DEPENDS
===================================================================
--- moonbase/trunk/sql/postgresql/DEPENDS	2006-10-13 22:17:01 UTC (rev 21788)
+++ moonbase/trunk/sql/postgresql/DEPENDS	2006-10-14 06:07:49 UTC (rev 21789)
@@ -1,7 +1,7 @@
 depends  ncurses  &&
 
-optional_depends "openssl"  "--with-openssl"  ""  "for SSL connections"            &&
-optional_depends "tcl" "--with-tcl" "" "for portable scripting"                    &&
-optional_depends "perl" "--with-perl" "" "for general purpose programming"         &&
-optional_depends "Python" "--with-python" "" "for object oriented programming"     &&
-optional_depends "Linux-PAM" "--with-pam" "" "for user authentication"
+optional_depends "openssl"   "--with-openssl" "" "for SSL connections"     &&
+optional_depends "tcl"       "--with-tcl"     "" "for tcl scripting"       &&
+optional_depends "perl"      "--with-perl"    "" "for perl programming"    &&
+optional_depends "Python"    "--with-python"  "" "for python programming"  &&
+optional_depends "Linux-PAM" "--with-pam"     "" "for user authentication"

Modified: moonbase/trunk/sql/postgresql/DETAILS
===================================================================
--- moonbase/trunk/sql/postgresql/DETAILS	2006-10-13 22:17:01 UTC (rev 21788)
+++ moonbase/trunk/sql/postgresql/DETAILS	2006-10-14 06:07:49 UTC (rev 21789)
@@ -1,14 +1,14 @@
           MODULE=postgresql
-         VERSION=8.1.4
+         VERSION=8.1.5
           SOURCE=$MODULE-$VERSION.tar.bz2
    SOURCE_URL[0]=ftp://ftp.ie.postgresql.org/mirrors/ftp.postgresql.org/pub/source/v${VERSION}/
    SOURCE_URL[1]=ftp://ftp.nl.postgresql.org/pub/mirrors/postgresql/source/v${VERSION}/
    SOURCE_URL[2]=ftp://ftp.us.postgresql.org/pub/mirrors/postgresql/source/v${VERSION}/
-      SOURCE_VFY=sha1:1bba120ac841ae835ce2749e1f6959086b4530fd
+      SOURCE_VFY=sha1:
         WEB_SITE=http://www.postgresql.org
          ENTERED=20011113
-         UPDATED=20060604
-           SHORT="postgresql is a sophisticated Object-Relational DBMS"
+         UPDATED=20061014
+           SHORT="A sophisticated Object-Relational DBMS"
 
 cat << EOF
 PostgreSQL is a sophsticated Object-Relational DBMS, supporting almost

Modified: moonbase/trunk/sql/postgresql/POST_INSTALL
===================================================================
--- moonbase/trunk/sql/postgresql/POST_INSTALL	2006-10-13 22:17:01 UTC (rev 21788)
+++ moonbase/trunk/sql/postgresql/POST_INSTALL	2006-10-14 06:07:49 UTC (rev 21789)
@@ -4,9 +4,9 @@
 
 if [ 'grep postgres /etc/passwd' != 'postgres' ]
      then
-     add_priv_user postgres           \
-                    -d /var/lib/pgsql \
-                    -s /bin/bash      \
+     add_priv_user postgres            \
+                    -d /var/lib/pgsql  \
+                    -s /bin/bash       \
                     -g postgres
      fi
 



More information about the Lunar-commits mailing list