mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
devel/rudiments: 0.55.0 -> 0.56.0
databases/sqlrelay: 0.65.0 -> 0.66.0 Changes: http://software.firstworks.com/2016/09/version-0.html http://software.firstworks.com/2016/09/sql-relay-0660-release-announcement.html
This commit is contained in:
parent
077ce3d4c5
commit
ef2ff73de3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=423614
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
SQLRELAY_PORTNAME= sqlrelay
|
||||
SQLRELAY_PORTVERSION= 0.65.0
|
||||
SQLRELAY_PORTVERSION= 0.66.0
|
||||
|
||||
SQLRELAY_PORTDIR= ${PORTSDIR}/databases/${SQLRELAY_PORTNAME}
|
||||
SQLRELAY_WRKSRC_CMD= cd ${SQLRELAY_PORTDIR} && ${MAKE} -V WRKSRC
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (sqlrelay-0.65.0.tar.gz) = ada267a55ac1bcaaf3ec73af2d14c42671f270c00fb426ee1074c746b1181f34
|
||||
SIZE (sqlrelay-0.65.0.tar.gz) = 3970412
|
||||
TIMESTAMP = 1476017283
|
||||
SHA256 (sqlrelay-0.66.0.tar.gz) = 5eaee027df449971455245e66d6d318eb4d94ea4e3565577dfd04c9410ae002c
|
||||
SIZE (sqlrelay-0.66.0.tar.gz) = 4249607
|
||||
|
@ -72,28 +72,19 @@ lib/libsqlrutil.so.2.0.0
|
||||
libdata/pkgconfig/sqlrelay-c++.pc
|
||||
libdata/pkgconfig/sqlrelay-c.pc
|
||||
libexec/sqlrelay/sqlrauth_database.so
|
||||
libexec/sqlrelay/sqlrauth_krb_userlist.so
|
||||
libexec/sqlrelay/sqlrauth_proxied.so
|
||||
libexec/sqlrelay/sqlrauth_tls_userlist.so
|
||||
libexec/sqlrelay/sqlrauth_sqlrelay.so
|
||||
libexec/sqlrelay/sqlrauth_userlist.so
|
||||
libexec/sqlrelay/sqlrconfig_xmldom.so
|
||||
libexec/sqlrelay/sqlrconnection_router.so
|
||||
libexec/sqlrelay/sqlrfilter_patterns.so
|
||||
libexec/sqlrelay/sqlrfilter_regex.so
|
||||
libexec/sqlrelay/sqlrfilter_string.so
|
||||
libexec/sqlrelay/sqlrresultsettranslation_reformatdatetime.so
|
||||
libexec/sqlrelay/sqlrtranslation_normalize.so
|
||||
%%FIREBIRD%%libexec/sqlrelay/sqlrconnection_firebird.so
|
||||
%%FREETDS%%libexec/sqlrelay/sqlrconnection_freetds.so
|
||||
%%MYSQL%%libexec/sqlrelay/sqlrconnection_mysql.so
|
||||
%%ODBC%%libexec/sqlrelay/sqlrconnection_odbc.so
|
||||
%%PGSQL%%libexec/sqlrelay/sqlrconnection_postgresql.so
|
||||
%%SQLITE3%%libexec/sqlrelay/sqlrconnection_sqlite.so
|
||||
libexec/sqlrelay/sqlrauth_sqlrelay.so
|
||||
libexec/sqlrelay/sqlrconnection_router.so
|
||||
libexec/sqlrelay/sqlrlogger_custom_nw.so
|
||||
libexec/sqlrelay/sqlrlogger_custom_sc.so
|
||||
libexec/sqlrelay/sqlrlogger_debug.so
|
||||
libexec/sqlrelay/sqlrlogger_slowqueries.so
|
||||
libexec/sqlrelay/sqlrnotification_events.so
|
||||
libexec/sqlrelay/sqlrparser_default.so
|
||||
libexec/sqlrelay/sqlrprotocol_sqlrclient.so
|
||||
libexec/sqlrelay/sqlrpwdenc_crypt.so
|
||||
@ -101,6 +92,18 @@ libexec/sqlrelay/sqlrpwdenc_md5.so
|
||||
libexec/sqlrelay/sqlrpwdenc_rot.so
|
||||
libexec/sqlrelay/sqlrquery_sqlrcmdcstat.so
|
||||
libexec/sqlrelay/sqlrquery_sqlrcmdgstat.so
|
||||
libexec/sqlrelay/sqlrresultsettranslation_reformatdatetime.so
|
||||
libexec/sqlrelay/sqlrrouter_clientiplist.so
|
||||
libexec/sqlrelay/sqlrrouter_regex.so
|
||||
libexec/sqlrelay/sqlrrouter_userlist.so
|
||||
libexec/sqlrelay/sqlrschedule_cron_userlist.so
|
||||
libexec/sqlrelay/sqlrtranslation_normalize.so
|
||||
%%FIREBIRD%%libexec/sqlrelay/sqlrconnection_firebird.so
|
||||
%%FREETDS%%libexec/sqlrelay/sqlrconnection_freetds.so
|
||||
%%MYSQL%%libexec/sqlrelay/sqlrconnection_mysql.so
|
||||
%%ODBC%%libexec/sqlrelay/sqlrconnection_odbc.so
|
||||
%%PGSQL%%libexec/sqlrelay/sqlrconnection_postgresql.so
|
||||
%%SQLITE3%%libexec/sqlrelay/sqlrconnection_sqlite.so
|
||||
man/man1/sqlr-export.1.gz
|
||||
man/man1/sqlr-import.1.gz
|
||||
man/man1/sqlrsh.1.gz
|
||||
|
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= rudiments
|
||||
PORTVERSION= 0.55.0
|
||||
PORTVERSION= 0.56.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= SF
|
||||
|
||||
@ -24,7 +24,7 @@ OPTIONS_DEFAULT= SSL
|
||||
|
||||
PCRE_LIB_DEPENDS= libpcre.so:devel/pcre
|
||||
PCRE_CONFIGURE_ENABLE= pcre
|
||||
SSL_USE= OPENSSL=yes
|
||||
SSL_USES= ssl
|
||||
SSL_CONFIGURE_ENABLE= ssl
|
||||
SSL_CONFIGURE_ON= --with-ssl-includes=-I${OPENSSLINC} \
|
||||
--with-ssl-libs=-L${OPENSSLLIB}
|
||||
|
@ -1,2 +1,3 @@
|
||||
SHA256 (rudiments-0.55.0.tar.gz) = f2afccd1abb14ce04ff819ec5b80e59f89d3e70a6280a35794c1141b0426bb78
|
||||
SIZE (rudiments-0.55.0.tar.gz) = 2107571
|
||||
TIMESTAMP = 1476015920
|
||||
SHA256 (rudiments-0.56.0.tar.gz) = 997d63d015c8aeac893501dbf0bf912710eb041c2fe40c1f2a7ff77f64f24846
|
||||
SIZE (rudiments-0.56.0.tar.gz) = 2170923
|
||||
|
@ -9,15 +9,6 @@
|
||||
module_cmds=
|
||||
module_expsym_cmds=
|
||||
old_archive_from_new_cmds=
|
||||
@@ -10913,7 +10913,7 @@ freebsd* | dragonfly*)
|
||||
version_type=freebsd-$objformat
|
||||
case $version_type in
|
||||
freebsd-elf*)
|
||||
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
||||
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major'
|
||||
need_version=no
|
||||
need_lib_prefix=no
|
||||
;;
|
||||
@@ -12248,7 +12248,7 @@ hardcode_automatic_CXX=no
|
||||
inherit_rpath_CXX=no
|
||||
module_cmds_CXX=
|
||||
@ -27,15 +18,6 @@
|
||||
old_archive_cmds_CXX=$old_archive_cmds
|
||||
reload_flag_CXX=$reload_flag
|
||||
reload_cmds_CXX=$reload_cmds
|
||||
@@ -14748,7 +14748,7 @@ freebsd* | dragonfly*)
|
||||
version_type=freebsd-$objformat
|
||||
case $version_type in
|
||||
freebsd-elf*)
|
||||
- library_names_spec='${libname}${release}${shared_ext}$versuffix ${libname}${release}${shared_ext} $libname${shared_ext}'
|
||||
+ library_names_spec='$libname$release$shared_ext$versuffix $libname$release$shared_ext$major $libname$shared_ext' soname_spec='$libname$release$shared_ext$major'
|
||||
need_version=no
|
||||
need_lib_prefix=no
|
||||
;;
|
||||
@@ -15767,6 +15767,9 @@ case $host_os in
|
||||
*mingw32* )
|
||||
WERROR=""
|
||||
|
@ -3,7 +3,6 @@ include/rudiments/bytebuffer.h
|
||||
include/rudiments/bytestring.h
|
||||
include/rudiments/character.h
|
||||
include/rudiments/charstring.h
|
||||
include/rudiments/chat.h
|
||||
include/rudiments/client.h
|
||||
include/rudiments/codetree.h
|
||||
include/rudiments/commandline.h
|
||||
@ -40,8 +39,6 @@ include/rudiments/private/bytestringincludes.h
|
||||
include/rudiments/private/characterincludes.h
|
||||
include/rudiments/private/charstring.h
|
||||
include/rudiments/private/charstringincludes.h
|
||||
include/rudiments/private/chat.h
|
||||
include/rudiments/private/chatincludes.h
|
||||
include/rudiments/private/client.h
|
||||
include/rudiments/private/clientincludes.h
|
||||
include/rudiments/private/codetree.h
|
||||
@ -117,6 +114,8 @@ include/rudiments/private/permissions.h
|
||||
include/rudiments/private/permissionsincludes.h
|
||||
include/rudiments/private/process.h
|
||||
include/rudiments/private/processincludes.h
|
||||
include/rudiments/private/prompt.h
|
||||
include/rudiments/private/promptincludes.h
|
||||
include/rudiments/private/protocolentry.h
|
||||
include/rudiments/private/protocolentryincludes.h
|
||||
include/rudiments/private/randomnumber.h
|
||||
@ -130,6 +129,8 @@ include/rudiments/private/server.h
|
||||
include/rudiments/private/serverincludes.h
|
||||
include/rudiments/private/serviceentry.h
|
||||
include/rudiments/private/serviceentryincludes.h
|
||||
include/rudiments/private/sha1.h
|
||||
include/rudiments/private/sha1includes.h
|
||||
include/rudiments/private/sharedmemory.h
|
||||
include/rudiments/private/sharedmemoryincludes.h
|
||||
include/rudiments/private/signalclassesincludes.h
|
||||
@ -182,6 +183,7 @@ include/rudiments/private/xmldomnodeincludes.h
|
||||
include/rudiments/private/xmlsax.h
|
||||
include/rudiments/private/xmlsaxincludes.h
|
||||
include/rudiments/process.h
|
||||
include/rudiments/prompt.h
|
||||
include/rudiments/protocolentry.h
|
||||
include/rudiments/randomnumber.h
|
||||
include/rudiments/regularexpression.h
|
||||
@ -190,6 +192,7 @@ include/rudiments/security.h
|
||||
include/rudiments/semaphoreset.h
|
||||
include/rudiments/server.h
|
||||
include/rudiments/serviceentry.h
|
||||
include/rudiments/sha1.h
|
||||
include/rudiments/sharedmemory.h
|
||||
include/rudiments/signalclasses.h
|
||||
include/rudiments/singlylinkedlist.h
|
||||
|
Loading…
Reference in New Issue
Block a user