[csw-devel] SF.net SVN: gar:[17914] csw/mgar/pkg/postgresql/branches/postgresql-8.4
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Tue May 1 16:04:19 CEST 2012
Revision: 17914
http://gar.svn.sourceforge.net/gar/?rev=17914&view=rev
Author: guengel
Date: 2012-05-01 14:04:18 +0000 (Tue, 01 May 2012)
Log Message:
-----------
postgresql/branches/postgresql-8.4: Updated libssl dependencies. Added changelog.CSW
Modified Paths:
--------------
csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile
csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums
Added Paths:
-----------
csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile 2012-05-01 13:58:05 UTC (rev 17913)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/Makefile 2012-05-01 14:04:18 UTC (rev 17914)
@@ -90,7 +90,7 @@
BASE_VERSION = 8.4
VERSION_NODOT = $(subst .,_,$(BASE_VERSION))
BASE_VERSION_NODOT = $(subst .,,$(BASE_VERSION))
-PATCHLEVEL = 10
+PATCHLEVEL = 11
VERSION = $(BASE_VERSION).$(PATCHLEVEL)
CATEGORIES = apps
@@ -201,6 +201,7 @@
MASTER_SITES = http://ftp.postgresql.org/pub/source/v$(VERSION)/
DISTFILES = $(NAME)-$(VERSION).tar.bz2
DISTFILES += README.CSW
+DISTFILES += changelog.CSW
DISTFILES += $(SERVERPOSTINSTTMPL)
DISTFILES += $(INITSCRIPTFILETMPL)
DISTFILES += $(USERGROUPFILETMPL)
@@ -271,7 +272,7 @@
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
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibreadline6
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWosslrt
+RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-server += CSWlibssl0-9-8
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 += CSWlibgnugetopt0
@@ -292,7 +293,7 @@
PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-client += .*/CSW$(NAME)$(BASE_VERSION_NODOT)-client.postmsg
PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-client += .*$(docdir)/$(NAME)$(BASE_VERSION_NODOT)_client/README.CSW
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibreadline6
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWosslrt
+RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-client += CSWlibssl0-9-8
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 += CSWlibgnugetopt0
@@ -310,7 +311,7 @@
PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += .*/alternatives/$(NAME)$(BASE_VERSION_NODOT)_contrib.*
PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += .*/CSW$(NAME)$(BASE_VERSION_NODOT)-contrib.postmsg
PKGFILES_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += .*$(docdir)/$(NAME)$(BASE_VERSION_NODOT)_contrib/README.CSW
-RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWosslrt
+RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibssl0-9-8
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibz1
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibpq5
RUNTIME_DEP_PKGS_CSW$(NAME)$(BASE_VERSION_NODOT)-contrib += CSWlibgnugetopt0
@@ -342,7 +343,7 @@
RUNTIME_DEP_PKGS_CSW$(NAME)-dev += CSWlibxslt1
RUNTIME_DEP_PKGS_CSW$(NAME)-dev += CSWlibxml2-2
RUNTIME_DEP_PKGS_CSW$(NAME)-dev += CSWlibreadline6
-RUNTIME_DEP_PKGS_CSW$(NAME)-dev += CSWosslrt
+RUNTIME_DEP_PKGS_CSW$(NAME)-dev += CSWlibssl0-9-8
# Those '/usr/local' are ok, they are in a HPUX section of the file
CHECKPKG_OVERRIDES_CSW$(NAME)-dev += $(foreach i,$(NEEDED_ISAS), $(subst $(ISA_DEFAULT)/,,file-with-bad-content|/usr/local|root$(libdir)/$(i)/$(NAME)/$(BASE_VERSION_NODOT)/pgxs/src/Makefile.shlib) )
# That's ok too, it's docbook stuff which we don't use in this build
@@ -377,14 +378,14 @@
PACKAGES += CSWlibpq5
SPKG_DESC_CSWlibpq5 = PostgreSQL $(VERSION), libpq
PKGFILES_CSWlibpq5 = $(call pkgfiles_lib,libpq.so.5)
-RUNTIME_DEP_PKGS_CSWlibpq5 = CSWosslrt
+RUNTIME_DEP_PKGS_CSWlibpq5 = CSWlibssl0-9-8
RUNTIME_DEP_PKGS_CSWlibpq5 += CSWlibgssapi-krb5-2
BUILD_DEP_PKGS = CSWlibxml2-dev
BUILD_DEP_PKGS += CSWlibxslt-dev
BUILD_DEP_PKGS += CSWperl
BUILD_DEP_PKGS += CSWpython-dev
-BUILD_DEP_PKGS += CSWossldevel
+BUILD_DEP_PKGS += CSWlibssl-dev
BUILD_DEP_PKGS += CSWlibreadline-dev
BUILD_DEP_PKGS += CSWgsed # gsed is used in this recipe
BUILD_DEP_PKGS += CSWlibz-dev
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums 2012-05-01 13:58:05 UTC (rev 17913)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/checksums 2012-05-01 14:04:18 UTC (rev 17914)
@@ -1 +1 @@
-6fd9b76e1d4df479e0b5402c88b1860e postgresql-8.4.10.tar.bz2
+f9b731a1162b177a173640efab2275d0 postgresql-8.4.11.tar.bz2
Added: csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.4/files/changelog.CSW 2012-05-01 14:04:18 UTC (rev 17914)
@@ -0,0 +1,7 @@
+postgresql84 (8.4.11,REV=2012.05.01)
+
+ * New upstream release 8.4.11.
+
+ * Updated libssl dependencies.
+
+ -- Rafael Ostertag <raos at opencsw.org> Tue, 01 May 2012 08:48:19 +0200
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