FreeBSD Bugzilla – Attachment 164336 Details for
Bug 205389
[patch] net/minidlna: update to 1.1.5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
update
minidlna.diff (text/plain), 3.52 KB, created by
Guido Falsi
on 2015-12-18 00:12:11 UTC
(
hide
)
Description:
update
Filename:
MIME Type:
Creator:
Guido Falsi
Created:
2015-12-18 00:12:11 UTC
Size:
3.52 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 403942) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= minidlna >-PORTVERSION= 1.1.4 >-PORTREVISION= 1 >+PORTVERSION= 1.1.5 > PORTEPOCH= 1 > CATEGORIES= net multimedia www > MASTER_SITES= SF >@@ -22,9 +21,7 @@ > GNU_CONFIGURE= yes > CONFIGURE_ARGS= --with-db-path=/var/db/minidlna \ > --with-os-url="http://www.FreeBSD.org" >-CPPFLAGS+= -I${LOCALBASE}/include >-LIBS+= -L${LOCALBASE}/lib >-USES= autoreconf gettext-tools iconv jpeg >+USES= autoreconf gettext-tools iconv jpeg localbase > > PKGMESSAGE= ${WRKSRC}/pkg-message > SUB_FILES+= pkg-message >Index: distinfo >=================================================================== >--- distinfo (revision 403942) >+++ distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (minidlna-1.1.4.tar.gz) = 9814c04a2c506a0dd942c4218d30c07dedf90dabffbdef2d308a3f9f23545314 >-SIZE (minidlna-1.1.4.tar.gz) = 494478 >+SHA256 (minidlna-1.1.5.tar.gz) = 8477ad0416bb2af5cd8da6dde6c07ffe1a413492b7fe40a362bc8587be15ab9b >+SIZE (minidlna-1.1.5.tar.gz) = 488191 >Index: files/extra-patch-kqueue >=================================================================== >--- files/extra-patch-kqueue (revision 403942) >+++ files/extra-patch-kqueue (working copy) >@@ -192,40 +192,6 @@ > /* Is it cover art for another file? */ > if( is_image(path) ) > update_if_album_art(path); >-@@ -314,25 +359,25 @@ >- { >- case ALL_MEDIA: >- if( !is_image(path) && >-- !is_audio(path) && >-- !is_video(path) && >-- !is_playlist(path) ) >-+ !is_audio(path) && >-+ !is_video(path) && >-+ !is_playlist(path) ) >- return -1; >- break; >- case TYPE_AUDIO: >- if( !is_audio(path) && >-- !is_playlist(path) ) >-+ !is_playlist(path) ) >- return -1; >- break; >- case TYPE_AUDIO|TYPE_VIDEO: >- if( !is_audio(path) && >-- !is_video(path) && >-- !is_playlist(path) ) >-+ !is_video(path) && >-+ !is_playlist(path) ) >- break; >- case TYPE_AUDIO|TYPE_IMAGES: >- if( !is_image(path) && >-- !is_audio(path) && >-- !is_playlist(path) ) >-+ !is_audio(path) && >-+ !is_playlist(path) ) >- return -1; >- break; >- case TYPE_VIDEO: > @@ -341,14 +386,14 @@ > break; > case TYPE_VIDEO|TYPE_IMAGES: >Index: files/patch-upnpsoap.c >=================================================================== >--- files/patch-upnpsoap.c (revision 403942) >+++ files/patch-upnpsoap.c (nonexistent) >@@ -1,11 +0,0 @@ >---- upnpsoap.c~ 2014-05-26 15:54:53.125084054 +0200 >-+++ upnpsoap.c 2014-05-26 15:56:21.415094729 +0200 >-@@ -1300,7 +1300,7 @@ >- free(str.data); >- } >- >--inline void >-+static inline void >- charcat(struct string_s *str, char c) >- { >- if (str->size <= str->off) > >Property changes on: files/patch-upnpsoap.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: pkg-plist >=================================================================== >--- pkg-plist (revision 403942) >+++ pkg-plist (working copy) >@@ -8,6 +8,7 @@ > %%NLS%%share/locale/fr/LC_MESSAGES/minidlna.mo > %%NLS%%share/locale/it/LC_MESSAGES/minidlna.mo > %%NLS%%share/locale/ja/LC_MESSAGES/minidlna.mo >+%%NLS%%share/locale/ko/LC_MESSAGES/minidlna.mo > %%NLS%%share/locale/nb/LC_MESSAGES/minidlna.mo > %%NLS%%share/locale/nl/LC_MESSAGES/minidlna.mo > %%NLS%%share/locale/pl/LC_MESSAGES/minidlna.mo
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
wg
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 205389
: 164336