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

guengel at users.sourceforge.net guengel at users.sourceforge.net
Wed Oct 3 08:43:16 CEST 2012


Revision: 19368
          http://gar.svn.sourceforge.net/gar/?rev=19368&view=rev
Author:   guengel
Date:     2012-10-03 06:43:16 +0000 (Wed, 03 Oct 2012)
Log Message:
-----------
postgresql/branches/postgresql-9.1: New upstream release

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

Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile	2012-10-02 21:30:57 UTC (rev 19367)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.1/Makefile	2012-10-03 06:43:16 UTC (rev 19368)
@@ -90,7 +90,7 @@
 BASE_VERSION = 9.1
 VERSION_NODOT = $(subst .,_,$(BASE_VERSION))
 BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION))
-PATCHLEVEL = 5
+PATCHLEVEL = 6
 VERSION = $(BASE_VERSION).$(PATCHLEVEL)
 CATEGORIES = apps
 GARTYPE = v2
@@ -324,11 +324,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))
@@ -346,9 +343,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
@@ -369,8 +363,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
@@ -414,7 +406,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.1/checksums
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.1/checksums	2012-10-02 21:30:57 UTC (rev 19367)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.1/checksums	2012-10-03 06:43:16 UTC (rev 19368)
@@ -1 +1 @@
-c784decb60615aa94c6a31601bc6ffd2  postgresql-9.1.5.tar.bz2
+000755f66c0de58bbd4cd2b89b45b8e2  postgresql-9.1.6.tar.bz2

Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/0000-Run-tests-in-var-tmp-pgsql-tmp_check.patch
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/0000-Run-tests-in-var-tmp-pgsql-tmp_check.patch	2012-10-02 21:30:57 UTC (rev 19367)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/0000-Run-tests-in-var-tmp-pgsql-tmp_check.patch	2012-10-03 06:43:16 UTC (rev 19368)
@@ -17,11 +17,11 @@
  pg_regress_locale_flags = $(if $(ENCODING),--encoding=$(ENCODING)) $(NOLOCALE)
  
 -pg_regress_check = $(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --temp-install=./tmp_check --top-builddir=$(top_builddir) $(pg_regress_locale_flags)
-+pg_regress_check = $(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --temp-install=/var/tmp/pgsql/tmp_check --top-builddir=$(top_builddir) $(pg_regress_locale_flags)
++pg_regress_check = $(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --temp-install=/var/tmp/pgsql/tmp_check/91 --top-builddir=$(top_builddir) $(pg_regress_locale_flags)
  pg_regress_installcheck = $(top_builddir)/src/test/regress/pg_regress --inputdir=$(srcdir) --psqldir='$(PSQLDIR)' $(pg_regress_locale_flags)
  
 -pg_regress_clean_files = results/ regression.diffs regression.out tmp_check/ log/
-+pg_regress_clean_files = results/ regression.diffs regression.out /var/tmp/pgsql/tmp_check log/
++pg_regress_clean_files = results/ regression.diffs regression.out /var/tmp/pgsql/tmp_check/91 log/
  
  
  ##########################################################################
@@ -33,7 +33,7 @@
  REGRESS_OPTS = --dlpath=.
  
  check: all tablespace-setup
-+	install -d /var/tmp/pgsql/tmp_check
++	install -d /var/tmp/pgsql/tmp_check/91
  	$(pg_regress_check) $(REGRESS_OPTS) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(TEMP_CONF) $(EXTRA_TESTS)
  
  installcheck: all tablespace-setup
@@ -41,7 +41,7 @@
  	$(pg_regress_installcheck) $(REGRESS_OPTS) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) $(EXTRA_TESTS)
  
  standbycheck: all
-+	install -d /var/tmp/pgsql/tmp_check
++	install -d /var/tmp/pgsql/tmp_check/91
  	$(pg_regress_installcheck) $(REGRESS_OPTS) --schedule=$(srcdir)/standby_schedule --use-existing
  
  # old interfaces follow...
@@ -49,11 +49,11 @@
  runtest-parallel: installcheck-parallel
  
  bigtest: all tablespace-setup
-+	install -d /var/tmp/pgsql/tmp_check
++	install -d /var/tmp/pgsql/tmp_check/91
  	$(pg_regress_installcheck) $(REGRESS_OPTS) --schedule=$(srcdir)/serial_schedule numeric_big
  
  bigcheck: all tablespace-setup
-+	install -d /var/tmp/pgsql/tmp_check
++	install -d /var/tmp/pgsql/tmp_check/91
  	$(pg_regress_check) $(REGRESS_OPTS) --schedule=$(srcdir)/parallel_schedule $(MAXCONNOPT) numeric_big
  
  

Modified: csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/changelog.CSW	2012-10-02 21:30:57 UTC (rev 19367)
+++ csw/mgar/pkg/postgresql/branches/postgresql-9.1/files/changelog.CSW	2012-10-03 06:43:16 UTC (rev 19368)
@@ -1,3 +1,10 @@
+postgresql91 (9.1.6,REV=2012.10.03)
+
+  * New upstream release 9.1.6.
+
+ -- Rafael Ostertag <raos at opencsw.org>  Tue, 02 Oct 2012 15:14:12+0200
+
+
 postgresql91 (9.1.5,REV=2012.08.22)
 
   * New upstream release 9.1.5.

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