pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

bareos: fixed PGSQL_VERSIONS_ACCEPTED



Module Name:	pkgsrc-wip
Committed By:	Adam Ciarciński <aciarcinski%teonite.com@localhost>
Pushed By:	adam
Date:		Mon May 21 10:12:58 2018 +0200
Changeset:	902344333ed58da1d7f31db15f3e44e89ddc9d2d

Modified Files:
	bareos/options.mk

Log Message:
bareos: fixed PGSQL_VERSIONS_ACCEPTED

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=902344333ed58da1d7f31db15f3e44e89ddc9d2d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 bareos/options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/bareos/options.mk b/bareos/options.mk
index 63cbdbefdd..3f7bd6bddd 100644
--- a/bareos/options.mk
+++ b/bareos/options.mk
@@ -16,7 +16,7 @@ BAREOS_DB=              sqlite3
 .  include "../../mk/pgsql.buildlink3.mk"
 CONFIGURE_ARGS+=        --with-postgresql=${PGSQL_PREFIX}
 BAREOS_DB=              postgresql
-PGSQL_VERSIONS_ACCEPTED=   95 94 93 92 91
+PGSQL_VERSIONS_ACCEPTED=   95 94 93
 .elif !empty(PKG_OPTIONS:Mcatalog-mysql)
 .  include "../../mk/mysql.buildlink3.mk"
 CONFIGURE_ARGS+=        --with-mysql=${PREFIX}


Home | Main Index | Thread Index | Old Index