[Lunar-commits] r16406 - moonbase/branches/submissions/reviewed-once/postgis
Dennis Veatch
stumbles at lunar-linux.org
Fri Sep 9 18:47:24 UTC 2005
Author: stumbles
Date: 2005-09-09 18:47:22 +0000 (Fri, 09 Sep 2005)
New Revision: 16406
Modified:
moonbase/branches/submissions/reviewed-once/postgis/DETAILS
moonbase/branches/submissions/reviewed-once/postgis/POST_INSTALL
Log:
Modified: moonbase/branches/submissions/reviewed-once/postgis/DETAILS
===================================================================
--- moonbase/branches/submissions/reviewed-once/postgis/DETAILS 2005-09-09 18:31:04 UTC (rev 16405)
+++ moonbase/branches/submissions/reviewed-once/postgis/DETAILS 2005-09-09 18:47:22 UTC (rev 16406)
@@ -1,14 +1,14 @@
MODULE=postgis
- VERSION=1.0.3
+ VERSION=1.0.4
SOURCE[0]=$MODULE-$VERSION.tar.gz
SOURCE1=postgresql-8.0.3.tar.bz2
SOURCE_URL[0]=http://postgis.refractions.net/download
SOURCE_URL[1]=ftp://ftp.be.postgresql.org/postgresql/source/v8.0.3/$SOURCE1/
- SOURCE_VFY[0]=sha1:e2dd2bab2669a4bab3683c7a2e2e03ddcc47cd5c
+ SOURCE_VFY[0]=sha1:1911ae15e695b17199c0cfeefaaa8ccdd3ebbbce
WEB_SITE=http://postgis.refractions.net/
ENTERED=20050809
UPDATED=20050809
- SHORT="adds support for geographic objects to the PostgreSQL"
+ SHORT="adds geographic objects support to PostgreSQL"
cat << EOF
PostGIS adds support for geographic objects to the PostgreSQL
Modified: moonbase/branches/submissions/reviewed-once/postgis/POST_INSTALL
===================================================================
--- moonbase/branches/submissions/reviewed-once/postgis/POST_INSTALL 2005-09-09 18:31:04 UTC (rev 16405)
+++ moonbase/branches/submissions/reviewed-once/postgis/POST_INSTALL 2005-09-09 18:47:22 UTC (rev 16406)
@@ -1,6 +1,6 @@
su - postgres -c "createlang plpgsql template1" &&
-su - postgres -ca "psql -d template1 -f /usr/src/postgresql-8.0.3/contrib/postgis-1.0.3/lwpostgis.sql" &&
-su - postgres -ca "psql -d template1 -f /usr/src/postgresql-8.0.3/contrib/postgis-1.0.3/spatial_ref_sys.sql"
+su - postgres -c "psql -d template1 -f /usr/src/postgresql-8.0.3/contrib/postgis-1.0.3/lwpostgis.sql" &&
+su - postgres -c "psql -d template1 -f /usr/src/postgresql-8.0.3/contrib/postgis-1.0.3/spatial_ref_sys.sql"
-# rm -rf $SOURCE1
\ No newline at end of file
+# rm -rf $SOURCE1
More information about the Lunar-commits
mailing list