Revision: 22930
http://sourceforge.net/p/gar/code/22930
Author: chninkel
Date: 2014-02-01 18:16:09 +0000 (Sat, 01 Feb 2014)
Log Message:
-----------
openssh/trunk: removed CSWlibgssapi-krb5-2 dependency as it contents has been
merged into CSWlibkrb5-3
Modified Paths:
--------------
csw/mgar/pkg/openssh/trunk/Makefile
Modified: csw/mgar/pkg/openssh/trunk/Makefile
===================================================================
--- csw/mgar/pkg/openssh/trunk/Makefile 2014-02-01 15:12:03 UTC (rev 22929)
+++ csw/mgar/pkg/openssh/trunk/Makefile 2014-02-01 18:16:09 UTC (rev 22930)
@@ -35,13 +35,22 @@
CATALOGNAME_CSWopenssh = openssh
SPKG_DESC_CSWopenssh = OpenSSH Secure Shell server
BUILD_DEP_PKGS = CSWautoconf CSWlibssl-dev CSWlibz-dev
-RUNTIME_DEP_PKGS_CSWopenssh = CSWlibssl1-0-0 CSWlibwrap1 CSWlibz1 CSWlibkrb5-3
CSWlibgssapi-krb5-2 CSWlibcom-err3 CSWopenssh-client
+RUNTIME_DEP_PKGS_CSWopenssh += CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWopenssh += CSWlibwrap1
+RUNTIME_DEP_PKGS_CSWopenssh += CSWlibz1
+RUNTIME_DEP_PKGS_CSWopenssh += CSWlibkrb5-3
+RUNTIME_DEP_PKGS_CSWopenssh += CSWlibcom-err3
+RUNTIME_DEP_PKGS_CSWopenssh += CSWopenssh-client
+
+
OBSOLETED_BY_CSWopenssh = CSWossh
CATALOGNAME_CSWopenssh-client = openssh_client
SPKG_DESC_CSWopenssh-client = OpenSSH Secure Shell client
-RUNTIME_DEP_PKGS_CSWopenssh-client = CSWlibssl1-0-0 CSWlibz1
CSWlibgssapi-krb5-2
+RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibssl1-0-0
+RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibz1
+RUNTIME_DEP_PKGS_CSWopenssh-client += CSWlibkrb5-3
OBSOLETED_BY_CSWopenssh-client = CSWosshclient
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.