[csw-devel] SF.net SVN: gar:[19356] csw/mgar/pkg/postgresql/branches/postgresql-9.0

guengel at users.sourceforge.net guengel at users.sourceforge.net
Tue Oct 2 13:58:36 CEST 2012


Revision: 19356
          http://gar.svn.sourceforge.net/gar/?rev=19356&view=rev
Author:   guengel
Date:     2012-10-02 11:58:36 +0000 (Tue, 02 Oct 2012)
Log Message:
-----------
postgresql/branches/postgresql-9.0: New upstream release

Modified Paths:
--------------
    csw/mgar/pkg/postgresql/branches/postgresql-9.0/Makefile
    csw/mgar/pkg/postgresql/branches/postgresql-9.0/checksums
    csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/0000-Run-tests-in-var-tmp-pgsql-tmp_check.patch
    csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/changelog.CSW

Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.0/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.0/Makefile	2012-10-02 11:26:10 UTC (rev 19355)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.0/Makefile	2012-10-02 11:58:36 UTC (rev 19356)
@@ -90,7 +90,7 @@
 BASE_VERSION = 9.0
 VERSION_NODOT = $(subst .,_,$(BASE_VERSION))
 BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION))
-PATCHLEVEL = 9
+PATCHLEVEL = 10
 VERSION = $(BASE_VERSION).$(PATCHLEVEL)
 CATEGORIES = apps
 
@@ -276,11 +276,8 @@
 PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-server += .*/CSW$(NAME)$(BASE_VERSION_NODOT)-server.postmsg
 PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-server += .*$(docdir)/$(NAME)$(BASE_VERSION_NODOT)_server/README.CSW
 PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-server += .*$(docdir)/$(NAME)$(BASE_VERSION_NODOT)_server/changelog.CSW
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibreadline6
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibssl1-0-0
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibz1
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibpq5
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibxslt1
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibxml2-2
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibgssapi-krb5-2
 #ALTERNATIVES_CSW$(NAME)$(BASE_VERSION_NODOT)-server = $(foreach i,$(NEEDED_ISAS), server_$(i))
@@ -298,9 +295,6 @@
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibssl1-0-0
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibz1
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibpq5
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibxslt1
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibxml2-2
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibgssapi-krb5-2
 #ALTERNATIVES_CSW$(NAME)$(BASE_VERSION_NODOT)-client = $(foreach i,$(NEEDED_ISAS), client_$(i))
 
 PACKAGES += CSW$(NAME)$(BASE_VERSION_NODOT)-contrib
@@ -318,8 +312,6 @@
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibpq5
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibxslt1
 RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibxml2-2
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibgssapi-krb5-2
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibreadline6
 #ALTERNATIVES_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib = $(foreach i,$(NEEDED_ISAS), contrib_$(i))
 
 PACKAGES += CSW$(NAME)-dev
@@ -363,7 +355,6 @@
 PKGFILES_CSWlibecpg-compat3 += .*/libecpg_compat3/changelog.CSW
 RUNTIME_DEP_PKGS_CSWlibecpg-compat3  = CSWlibecpg6
 RUNTIME_DEP_PKGS_CSWlibecpg-compat3 += CSWlibpgtypes3
-RUNTIME_DEP_PKGS_CSWlibecpg-compat3 += CSWlibpq5
 
 PACKAGES += CSWlibecpg6
 SPKG_DESC_CSWlibecpg6 = PostgreSQL $(VERSION), libecpg

Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.0/checksums
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.0/checksums	2012-10-02 11:26:10 UTC (rev 19355)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.0/checksums	2012-10-02 11:58:36 UTC (rev 19356)
@@ -1 +1 @@
-284303098b161240fd13df7c251822a5  postgresql-9.0.9.tar.bz2
+d2c9ad7267d83ff373cb92eb4807386a  postgresql-9.0.10.tar.bz2

Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/0000-Run-tests-in-var-tmp-pgsql-tmp_check.patch
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/0000-Run-tests-in-var-tmp-pgsql-tmp_check.patch	2012-10-02 11:26:10 UTC (rev 19355)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/0000-Run-tests-in-var-tmp-pgsql-tmp_check.patch	2012-10-02 11:58:36 UTC (rev 19356)
@@ -16,8 +16,8 @@
  
  check: all
 -	$(pg_regress_call) --temp-install=./tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(TEMP_CONF)
-+	install -d /var/tmp/pgsql/tmp_check
-+	$(pg_regress_call) --temp-install=/var/tmp/pgsql/tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(TEMP_CONF)
++	install -d /var/tmp/pgsql/tmp_check/90
++	$(pg_regress_call) --temp-install=/var/tmp/pgsql/tmp_check/90 --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(TEMP_CONF)
  
  installcheck: all
  	$(pg_regress_call) --psqldir="$(PSQLDIR)" --schedule=$(srcdir)/serial_schedule
@@ -26,8 +26,8 @@
  
  bigcheck: all
 -	$(pg_regress_call) --temp-install=./tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) numeric_big
-+	install -d /var/tmp/pgsql/tmp_check
-+	$(pg_regress_call) --temp-install=/var/tmp/pgsql/tmp_check --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) numeric_big
++	install -d /var/tmp/pgsql/tmp_check/90
++	$(pg_regress_call) --temp-install=/var/tmp/pgsql/tmp_check/90 --top-builddir=$(top_builddir) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) numeric_big
  
  
  ##
@@ -36,7 +36,7 @@
  	rm -f $(output_files) $(input_files)
  	rm -rf testtablespace
 -	rm -rf results tmp_check log
-+	rm -rf results /var/tmp/pgsql/tmp_check log
++	rm -rf results /var/tmp/pgsql/tmp_check/90 log
  	rm -f regression.diffs regression.out regress.out run_check.out
 -- 
 1.7.6.1

Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/changelog.CSW	2012-10-02 11:26:10 UTC (rev 19355)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.0/files/changelog.CSW	2012-10-02 11:58:36 UTC (rev 19356)
@@ -1,3 +1,10 @@
+postgresql90 (9.0.10,REV=2012.10.02)
+
+  * New upstream release 9.0.10.
+
+ -- Rafael Ostertag <raos at opencsw.org>  Tue, 02 Oct 2012 10:59:08+0200
+
+
 postgresql90 (9.0.9,REV=2012.08.22)
 
   * New upstream release 9.0.9.

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list