mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Add missing *-debug binaries and bump PORTREVISION.
Submitted by: bento
This commit is contained in:
parent
c911d6793b
commit
6bff64967c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73121
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ${SQLRELAY_PORTNAME}
|
||||
PORTVERSION= ${SQLRELAY_PORTVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= sqlrelay
|
||||
|
@ -4,12 +4,19 @@ bin/query
|
||||
bin/sqlr-cachemanager
|
||||
%%IF_GTK%%bin/sqlr-config-gtk
|
||||
%%IF_FREETDS%%bin/sqlr-connection-freetds
|
||||
%%IF_FREETDS%%bin/sqlr-connection-freetds-debug
|
||||
%%IF_MSQL%%bin/sqlr-connection-msql
|
||||
%%IF_MSQL%%bin/sqlr-connection-msql-debug
|
||||
%%IF_MYSQL%%bin/sqlr-connection-mysql
|
||||
%%IF_MYSQL%%bin/sqlr-connection-mysql-debug
|
||||
%%IF_ODBC%%bin/sqlr-connection-odbc
|
||||
%%IF_ODBC%%bin/sqlr-connection-odbc-debug
|
||||
%%IF_POSTGRESQL%%bin/sqlr-connection-postgresql
|
||||
%%IF_POSTGRESQL%%bin/sqlr-connection-postgresql-debug
|
||||
%%IF_SQLITE%%bin/sqlr-connection-sqlite
|
||||
%%IF_SQLITE%%bin/sqlr-connection-sqlite-debug
|
||||
bin/sqlr-listener
|
||||
bin/sqlr-listener-debug
|
||||
bin/sqlr-scaler
|
||||
bin/sqlr-start
|
||||
bin/sqlr-stop
|
||||
|
Loading…
Reference in New Issue
Block a user