On 2/8/21 11:19 AM, Stuart Henderson wrote:
On 2021/02/08 11:03, Mark Patruck wrote:
Update multimedia/minidlna to v1.3.0, the first official release since
Aug 2017 and switch back to SF.

Probably wants comparing with updated code at 
https://github.com/glebius/minidlna,
I'm not sure what glebius has changed but maybe relevant for us too,
freebsd ports commit has "Update to 1.3.0 with my patches rebased on top".

Looks like only the last three commits on Jan 7 2021 are missing in
the official v1.3.0, as there was no further merge after glebius' wrap
up to 1.3.0. So i think it's more or less the question, if we should
stay on the more up-to-date fork or move to official again.

Besides -fno-common, this fixes

https://sourceforge.net/projects/minidlna/files/minidlna/1.3.0/

Runs fine on amd64.

        -Mark

--
Mark Patruck ( mark at wrapped.cx )
GPG key 0xF2865E51 / 187F F6D3 EE04 1DCE 1C74  F644 0D3C F66F F286 5E51

https://www.wrapped.cx

Index: Makefile
===================================================================
RCS file: /cvs/ports/multimedia/minidlna/Makefile,v
retrieving revision 1.33
diff -u -p -r1.33 Makefile
--- Makefile    23 Mar 2020 19:41:56 -0000      1.33
+++ Makefile    8 Feb 2021 09:54:56 -0000
@@ -2,14 +2,9 @@
COMMENT= lightweight DLNA/UPnP-AV media server (aka ReadyMedia) -GH_ACCOUNT= glebius
-GH_PROJECT=    minidlna
-GH_TAGNAME=    f06964a9b4253c93ce96dabd8953eb6dfc4406bd
-V=             1.2.1
-DISTNAME=      minidlna-${V}-glebius-${GH_TAGNAME:C/^(.........).*/\1/}
-PKGNAME=       minidlna-${V}
-
-REVISION=      7
+V=             1.3.0
+DISTNAME=      minidlna-$V
+PKGNAME=       minidlna-$V
CATEGORIES= multimedia @@ -21,9 +16,7 @@ PERMIT_PACKAGE= Yes
  WANTLIB += FLAC avformat avutil c exif iconv id3tag intl jpeg
  WANTLIB += ogg pthread sqlite3 vorbis
-# use the github fork, see this link for more information:
-# https://svnweb.freebsd.org/ports?view=revision&revision=489641
-#MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=minidlna/}
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=minidlna/}
CONFIGURE_STYLE= autoreconf Index: distinfo
===================================================================
RCS file: /cvs/ports/multimedia/minidlna/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo    23 Mar 2020 19:41:56 -0000      1.11
+++ distinfo    8 Feb 2021 09:54:56 -0000
@@ -1,2 +1,2 @@
-SHA256 (minidlna-1.2.1-glebius-f06964a9b.tar.gz) = 
CIAL7Y4LIDYFywcenW8LdzDZjXq1+8A1K6N+XXZxulA=
-SIZE (minidlna-1.2.1-glebius-f06964a9b.tar.gz) = 296381
+SHA256 (minidlna-1.3.0.tar.gz) = R9mwa0xIgBpMERLsI9JHgnKLVJXpXsIZW75cgbwtPGM=
+SIZE (minidlna-1.3.0.tar.gz) = 509576
Index: pkg/DESCR
===================================================================
RCS file: /cvs/ports/multimedia/minidlna/pkg/DESCR,v
retrieving revision 1.3
diff -u -p -r1.3 DESCR
--- pkg/DESCR   20 Mar 2019 11:47:46 -0000      1.3
+++ pkg/DESCR   8 Feb 2021 09:54:56 -0000
@@ -1,6 +1,3 @@
  ReadyMedia (formerly known as MiniDLNA) is simple media server software,
  written in C, with the aim of being fully compliant with DLNA/UPnP-AV clients
  (televisions, tablets, etc).
-
-This is Gleb Smirnoff's fork of original project by Justin Maggard, created
-temporarily due to low activity of main project.


--
Mark Patruck ( mark at wrapped.cx )
GPG key 0xF2865E51 / 187F F6D3 EE04 1DCE 1C74  F644 0D3C F66F F286 5E51

https://www.wrapped.cx

Reply via email to