aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2023-02-07 17:17:47 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2023-02-07 17:17:47 +0000
commitbcf4747f0544289a1133b8ea67c24466c8c88a55 (patch)
tree06fbae26ba1173bc101e316c35a59a3b78fdf02d
parentd51577ef32939d546ce293f0014124eb03f9d9eb (diff)
downloadports-bcf4747f0544289a1133b8ea67c24466c8c88a55.tar.gz
ports-bcf4747f0544289a1133b8ea67c24466c8c88a55.zip
net/minidlna: update to 1.3.2
Switch master site back to origin. All of my patches were accepted. Switch to default autoconf.
-rw-r--r--net/minidlna/Makefile10
-rw-r--r--net/minidlna/distinfo6
-rw-r--r--net/minidlna/pkg-descr3
3 files changed, 6 insertions, 13 deletions
diff --git a/net/minidlna/Makefile b/net/minidlna/Makefile
index 217bc9bf338f..5bb84ea0f470 100644
--- a/net/minidlna/Makefile
+++ b/net/minidlna/Makefile
@@ -1,8 +1,8 @@
PORTNAME= minidlna
-PORTVERSION= 1.3.0
-PORTREVISION= 3
+PORTVERSION= 1.3.2
PORTEPOCH= 1
CATEGORIES= net multimedia www
+MASTER_SITES= SF
MAINTAINER= glebius@FreeBSD.org
COMMENT= Media-server compatible with "Digital Life Network Alliance"
@@ -21,14 +21,10 @@ LIB_DEPENDS= libsqlite3.so:databases/sqlite3 \
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-db-path=/var/db/minidlna \
--with-os-url="http://www.FreeBSD.org"
-USES= autoreconf:2.69 cpe gettext-tools iconv jpeg localbase
+USES= autoreconf cpe gettext-tools iconv jpeg localbase
CPE_VENDOR= minidlna_project
-USE_GITHUB= yes
-GH_ACCOUNT= glebius
-GH_TAGNAME= 4f6a473
-
PKGMESSAGE= ${WRKSRC}/pkg-message
SUB_FILES+= pkg-message
USE_RC_SUBR= minidlna
diff --git a/net/minidlna/distinfo b/net/minidlna/distinfo
index c5215cb24208..72235f44a2b4 100644
--- a/net/minidlna/distinfo
+++ b/net/minidlna/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1616135932
-SHA256 (glebius-minidlna-1.3.0-4f6a473_GH0.tar.gz) = 177776ae7efcd66feffcad5ad4798161062409e232a61d91343a450bf12a50df
-SIZE (glebius-minidlna-1.3.0-4f6a473_GH0.tar.gz) = 297367
+TIMESTAMP = 1675787254
+SHA256 (minidlna-1.3.2.tar.gz) = 222ce45a1a60c3ce3de17527955d38e5ff7a4592d61db39577e6bf88e0ae1cb0
+SIZE (minidlna-1.3.2.tar.gz) = 736820
diff --git a/net/minidlna/pkg-descr b/net/minidlna/pkg-descr
index 45d260bec6dd..be9e2262c3ab 100644
--- a/net/minidlna/pkg-descr
+++ b/net/minidlna/pkg-descr
@@ -3,6 +3,3 @@ fully compliant with DLNA/UPnP-AV clients.
The media files are listed in an SQLite database allowing prompt
restarts.
-
-This is Gleb Smirnoff's fork of original project by Justin Maggard,
-created [temporarily] due to low activity of main project.