diff options
author | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-05-07 08:18:27 -0700 |
---|---|---|
committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2025-05-07 08:18:27 -0700 |
commit | bf79848d181b33bd910b15b1a12990dd67a863c4 (patch) | |
tree | e235a2b5a8a6775e66a8f48bcc5461973ab5443f | |
parent | databases/redis_exporter: Update 1.70.0 => 1.71.0 (diff) |
net/minidlna: fix another place that used double quotes for SQLite
PR: 286566
Submitted by: Matthieu Volat <mazhe alkumuna.eu>
-rw-r--r-- | net/minidlna/Makefile | 4 | ||||
-rw-r--r-- | net/minidlna/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile index affda61d61d8..a364ad12a7cc 100644 --- a/net/minidlna/Makefile +++ b/net/minidlna/Makefile @@ -1,6 +1,6 @@ PORTNAME= minidlna PORTVERSION= 1.3.3 -PORTREVISION= 5 +PORTREVISION= 6 PORTEPOCH= 1 CATEGORIES= net multimedia www @@ -27,7 +27,7 @@ CPE_VENDOR= minidlna_project USE_GITHUB= yes GH_ACCOUNT= glebius -GH_TAGNAME= ae2141d +GH_TAGNAME= 5b88c1b PKGMESSAGE= ${WRKSRC}/pkg-message SUB_FILES+= pkg-message diff --git a/net/minidlna/distinfo b/net/minidlna/distinfo index c7d661a602af..8e53a7d8b7ec 100644 --- a/net/minidlna/distinfo +++ b/net/minidlna/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1737925332 -SHA256 (glebius-minidlna-1.3.3-ae2141d_GH0.tar.gz) = 820e8d755da708dcb043e9dc487fec097daada156e2fb4650b521ae2991d8269 -SIZE (glebius-minidlna-1.3.3-ae2141d_GH0.tar.gz) = 300081 +TIMESTAMP = 1746631052 +SHA256 (glebius-minidlna-1.3.3-5b88c1b_GH0.tar.gz) = 383b252f538afa607b4c29239d996f709350fecdaa35e45377c698b08c3f8cae +SIZE (glebius-minidlna-1.3.3-5b88c1b_GH0.tar.gz) = 300079 |