Skip to content

Commit

Permalink
net/minidlna: update to 1.3.2
Browse files Browse the repository at this point in the history
Switch master site back to origin.  All of my patches were accepted.
Switch to default autoconf.
  • Loading branch information
glebius committed Feb 7, 2023
1 parent d51577e commit bcf4747
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
10 changes: 3 additions & 7 deletions 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"
Expand All @@ -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
Expand Down
6 changes: 3 additions & 3 deletions 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
3 changes: 0 additions & 3 deletions net/minidlna/pkg-descr
Expand Up @@ -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.

0 comments on commit bcf4747

Please sign in to comment.