SF.net SVN: gar:[25996] csw/mgar/pkg/freetds/trunk
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Fri Oct 21 10:53:31 CEST 2016
Revision: 25996
http://sourceforge.net/p/gar/code/25996
Author: dmichelsen
Date: 2016-10-21 08:53:30 +0000 (Fri, 21 Oct 2016)
Log Message:
-----------
freetds/trunk: Update to 1.00.15
Modified Paths:
--------------
csw/mgar/pkg/freetds/trunk/Makefile
csw/mgar/pkg/freetds/trunk/checksums
Modified: csw/mgar/pkg/freetds/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freetds/trunk/Makefile 2016-10-17 16:18:23 UTC (rev 25995)
+++ csw/mgar/pkg/freetds/trunk/Makefile 2016-10-21 08:53:30 UTC (rev 25996)
@@ -1,6 +1,6 @@
# $Id$
NAME = freetds
-VERSION = 0.91
+VERSION = 1.00.15
GARTYPE = v2
DESCRIPTION = Implementation of the TDS protocol used by MS SQL Server and Sybase
@@ -9,8 +9,8 @@
to natively talk to Microsoft SQL Server and Sybase databases.
endef
-MASTER_SITES += http://ftp.ibiblio.org/pub/Linux/ALPHA/freetds/stable/
-DISTFILES = $(NAME)-$(VERSION).tar.bz2
+MASTER_SITES += ftp://ftp.freetds.org/pub/freetds/stable/
+DISTFILES += $(DISTNAME).tar.gz
VENDOR_URL = http://www.freetds.org/
@@ -23,9 +23,9 @@
# PKGFILES is catchall
RUNTIME_DEP_PKGS_CSWfreetds += CSWlibodbc2
RUNTIME_DEP_PKGS_CSWfreetds += CSWlibiconv2
-RUNTIME_DEP_PKGS_CSWfreetds += CSWlibncurses5
RUNTIME_DEP_PKGS_CSWfreetds += CSWlibreadline6
RUNTIME_DEP_PKGS_CSWfreetds += CSWlibsybdb5
+RUNTIME_DEP_PKGS_CSWfreetds += CSWlibssl1-0-0
# This is just an example
CHECKPKG_OVERRIDES_CSWfreetds += file-with-bad-content|/usr/local|root/opt/csw/bin/osql
@@ -33,17 +33,20 @@
SPKG_DESC_CSWlibct4 = FreeTDS library, libct.so.4
PKGFILES_CSWlibct4 += $(call pkgfiles_lib,libct.so.4)
RUNTIME_DEP_PKGS_CSWlibct4 += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWlibct4 += CSWlibssl1-0-0
PACKAGES += CSWlibsybdb5
SPKG_DESC_CSWlibsybdb5 += FreeTDS library, libsybdb.so.5
PKGFILES_CSWlibsybdb5 += $(call pkgfiles_lib,libsybdb.so.5)
RUNTIME_DEP_PKGS_CSWlibsybdb5 += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWlibsybdb5 += CSWlibssl1-0-0
PACKAGES += CSWlibtdsodbc0
SPKG_DESC_CSWlibtdsodbc0 = FreeTDS library, libtdsodbc.so.0
PKGFILES_CSWlibtdsodbc0 += $(call pkgfiles_lib,libtdsodbc.so.0)
RUNTIME_DEP_PKGS_CSWlibtdsodbc0 += CSWlibodbcinst2
RUNTIME_DEP_PKGS_CSWlibtdsodbc0 += CSWlibiconv2
+RUNTIME_DEP_PKGS_CSWlibtdsodbc0 += CSWlibssl1-0-0
PACKAGES += CSWfreetds-dev
SPKG_DESC_CSWfreetds-dev = Development files for libct.so.4, libsybdb.so.5 and libtdsodbc.so.0
Modified: csw/mgar/pkg/freetds/trunk/checksums
===================================================================
--- csw/mgar/pkg/freetds/trunk/checksums 2016-10-17 16:18:23 UTC (rev 25995)
+++ csw/mgar/pkg/freetds/trunk/checksums 2016-10-21 08:53:30 UTC (rev 25996)
@@ -1 +1 @@
-e88e96800c89d62307812315b235eb18 freetds-0.91.tar.bz2
+d6896b2bc5fd51bd732da5a63f1feac0 freetds-1.00.15.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