[csw-devel] SF.net SVN: gar:[7368] csw/mgar/pkg/libssh2/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Nov 21 11:25:41 CET 2009
Revision: 7368
http://gar.svn.sourceforge.net/gar/?rev=7368&view=rev
Author: dmichelsen
Date: 2009-11-21 10:25:39 +0000 (Sat, 21 Nov 2009)
Log Message:
-----------
libssh2: Update to 1.2.2, test was commented out and is still failing
Modified Paths:
--------------
csw/mgar/pkg/libssh2/trunk/Makefile
csw/mgar/pkg/libssh2/trunk/checksums
Modified: csw/mgar/pkg/libssh2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libssh2/trunk/Makefile 2009-11-21 10:04:07 UTC (rev 7367)
+++ csw/mgar/pkg/libssh2/trunk/Makefile 2009-11-21 10:25:39 UTC (rev 7368)
@@ -1,8 +1,8 @@
GARNAME = libssh2
-GARVERSION = 1.2.1
+GARVERSION = 1.2.2
CATEGORIES = lib
-DESCRIPTION = A Library Implementing the SSH2 Protocol.
+DESCRIPTION = A Library Implementing the SSH2 Protocol
define BLURB
libssh2 is a library implementing the SSH2 protocol as defined by
Internet Drafts: SECSH-TRANS, SECSH-USERAUTH, SECSH-CONNECTION,
@@ -14,24 +14,21 @@
SPKG_SOURCEURL = http://www.libssh2.org
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-PACKAGES = CSWlibssh2
-CATALOGNAME_CSWlibssh2 = libssh2
-SPKG_DESC_CSWlibssh2 = $(DESCRIPTION)
-
-REQUIRED_PKGS_CSWlibssh2 = CSWosslrt CSWzlib
-
-
# We define upstream file regex so we can be notifed of
# new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+REQUIRED_PKGS = CSWosslrt CSWzlib
+PREREQUISITE_PKGS = CSWossldevel CSWzlib
+
BUILD64 = 1
NO_ISAEXEC = 1
-TEST_SCRIPTS =
-TEST_TARGET = check
CONFIGURE_ARGS = $(DIRPATHS)
CONFIGURE_ARGS += --with-libz
CONFIGURE_ARGS += --with-openssl=/opt/csw
+# TEST_SCRIPTS =
+TEST_TARGET = check
+
include gar/category.mk
Modified: csw/mgar/pkg/libssh2/trunk/checksums
===================================================================
--- csw/mgar/pkg/libssh2/trunk/checksums 2009-11-21 10:04:07 UTC (rev 7367)
+++ csw/mgar/pkg/libssh2/trunk/checksums 2009-11-21 10:25:39 UTC (rev 7368)
@@ -1 +1 @@
-4ee0197947a3b8a4472328c346e1a0e4 download/libssh2-1.2.1.tar.gz
+fa8d9cd425bdd62f57244fc61fb54da7 libssh2-1.2.2.tar.gz
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