K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2017-09-13T08:48:38.918968Z K 7 svn:log V 1464 Update MASTER_SITES and distinfo - Bump PORTREVISION for package change Upstream rerolled the tarball with the following change: --- MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp.orig 2017-09-11 20:01:14.000000000 +0800 +++ MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Multiple/File_Mpeg4_Elements.cpp 2017-09-12 21:03:36.000000000 +0800 @@ -2764,7 +2764,7 @@ Fill(Stream_General, 0, "Media/UUID", Value); else if (Parameter=="com.apple.finalcutstudio.media.history.uuid") Fill(Stream_General, 0, "Media/History/UUID", Value); - else if (Parameter=="com.apple.proapps.logNote") + else if (Parameter=="com.universaladid.idregistry") { Fill(Stream_General, 0, "AdID_Registry", Value); Fill_SetOptions(Stream_General, 0, "AdID_Registry", "N NTY"); @@ -2774,7 +2774,7 @@ Fill_SetOptions(Stream_General, 0, "AdID/String", "Y NTN"); } } - else if (Parameter=="com.apple.proapps.reel") + else if (Parameter=="com.universaladid.idvalue") { Fill(Stream_General, 0, "AdID_Value", Value); Fill_SetOptions(Stream_General, 0, "AdID_Value", "N NTY"); END