[csw-devel] SF.net SVN: gar:[17912] csw/mgar/pkg/postgresql/branches/postgresql-8.3
guengel at users.sourceforge.net
guengel at users.sourceforge.net
Tue May 1 10:30:28 CEST 2012
Revision: 17912
http://gar.svn.sourceforge.net/gar/?rev=17912&view=rev
Author: guengel
Date: 2012-05-01 08:30:28 +0000 (Tue, 01 May 2012)
Log Message:
-----------
postgresql/branches/postgresql-8.3: Updated libssl dependencies. Added changelog.CSW
Modified Paths:
--------------
csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile
Added Paths:
-----------
csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW
Modified: csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile 2012-04-30 16:49:31 UTC (rev 17911)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.3/Makefile 2012-05-01 08:30:28 UTC (rev 17912)
@@ -199,6 +199,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)
@@ -269,7 +270,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
@@ -290,7 +291,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
@@ -308,7 +309,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
@@ -340,7 +341,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
@@ -375,14 +376,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
Added: csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW
===================================================================
--- csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW (rev 0)
+++ csw/mgar/pkg/postgresql/branches/postgresql-8.3/files/changelog.CSW 2012-05-01 08:30:28 UTC (rev 17912)
@@ -0,0 +1,7 @@
+postgresql83 (8.3.18,REV=2012.05.01)
+
+ * New upstream release 8.3.18.
+
+ * 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