mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Use sqlite3 as default config
- Bump PORTREVISION PR: ports/132424 Submitted by: "Mark D. Foster" <mark AT foster.cc> (maintainer)
This commit is contained in:
parent
ad20054d1a
commit
b8eb4f3dcd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230077
@ -6,7 +6,7 @@
|
||||
|
||||
PORTNAME= firefly
|
||||
PORTVERSION= 1696
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= http://nightlies.fireflymediaserver.org/nightlies/svn-${PORTVERSION}/ \
|
||||
http://www.magnesium.net/~mdf/distfiles/
|
||||
|
@ -1,5 +1,14 @@
|
||||
--- contrib/mt-daapd.conf.templ 2008-09-23 23:16:46.000000000 -0700
|
||||
+++ contrib/mt-daapd.conf.templ 2008-09-23 23:40:43.000000000 -0700
|
||||
@@ -57,7 +57,7 @@
|
||||
# info in. Valid choices are "sqlite" and "sqlite3".
|
||||
#
|
||||
|
||||
-db_type = sqlite
|
||||
+db_type = sqlite3
|
||||
|
||||
#
|
||||
# db_parms
|
||||
@@ -105,7 +105,7 @@
|
||||
# This is also ignored on Windows.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user