databases/freetds: Update version 1.3.4=>1.3.6

This commit is contained in:
Muhammad Moinur Rahman
2022-01-18 09:43:03 -06:00
parent 25e7f89832
commit 61375c027e
2 changed files with 25 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
# Created by: Domas Mituzas <midom@dammit.lt>
PORTNAME= freetds
PORTVERSION= 1.3.4
PORTVERSION= 1.3.6
PORTEPOCH= 1
CATEGORIES= databases
MASTER_SITES= https://www.freetds.org/files/stable/ \
@@ -14,39 +14,46 @@ LICENSE= GPLv2
LIB_DEPENDS= libgcrypt.so:security/libgcrypt
USES= autoreconf cpe gettext gmake iconv libtool:keepla pkgconfig readline tar:bzip2
TDS_VER?= 7.4
USES= autoreconf cpe gettext gmake iconv libtool:keepla pkgconfig \
readline tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-msdblib \
--enable-sybase-compat \
--sysconfdir=${ETCDIR} \
--with-tdsver=${TDS_VER}
INSTALL_TARGET= install-strip
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
LIBS+= -lgcrypt -lpthread
CONFIGURE_ARGS= --with-tdsver=${TDS_VER} --sysconfdir=${ETCDIR} \
--enable-sybase-compat --enable-msdblib
USE_LDCONFIG= yes
INSTALL_TARGET= install-strip
CONFLICTS= freetds-devel
PORTDOCS= *
OPTIONS_DEFINE= DOCS MARS
OPTIONS_SINGLE= SSL ODBC
OPTIONS_SINGLE_SSL= OPENSSL GNUTLS
OPTIONS_DEFAULT= OPENSSL MARS UNIXODBC
OPTIONS_DEFAULT= MARS OPENSSL UNIXODBC
OPTIONS_SINGLE= ODBC SSL
OPTIONS_SINGLE_ODBC= IODBC UNIXODBC
OPENSSL_USES= ssl
OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
OPTIONS_SINGLE_SSL= GNUTLS OPENSSL
MARS_DESC= Enable MARS code (Experimental)
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_ON= --with-gnutls
IODBC_LIB_DEPENDS= libiodbc.so:databases/libiodbc
IODBC_CONFIGURE_ON= --with-iodbc=${LOCALBASE}
IODBC_CPPFLAGS= -I${LOCALBASE}/include/libiodbc
MARS_CONFIGURE_ON= --enable-mars
OPENSSL_USES= ssl
OPENSSL_CONFIGURE_ON= --with-openssl=${OPENSSLBASE}
UNIXODBC_LIB_DEPENDS= libodbc.so:databases/unixODBC
UNIXODBC_CONFIGURE_ON= --with-unixodbc=${LOCALBASE}
MARS_DESC= Enable MARS code (Experimental)
MARS_CONFIGURE_ON= --enable-mars
TDS_VER?= 7.4
.include <bsd.port.options.mk>

View File

@@ -1,3 +1,3 @@
TIMESTAMP = 1639581430
SHA256 (freetds-1.3.4.tar.bz2) = 89bb8f9c96f966eb34f28fdef7f30123271f6b04c6d5db60ced3a0522d3518ae
SIZE (freetds-1.3.4.tar.bz2) = 2244196
TIMESTAMP = 1642519958
SHA256 (freetds-1.3.6.tar.bz2) = 2290e7565bacc49bf6d8f0f5ac7d31ed5a6da4fe64bb9aa354c887789e283ffb
SIZE (freetds-1.3.6.tar.bz2) = 2244695