Index: Makefile =================================================================== --- Makefile (revision 493641) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gmusicbrowser -PORTVERSION= 1.1.13 +PORTVERSION= 1.1.15 CATEGORIES= audio MASTER_SITES= http://gmusicbrowser.org/download/ @@ -13,16 +13,17 @@ RUN_DEPENDS= p5-Gtk2>=1.0:x11-toolkits/p5-Gtk2 +USES= shebangfix + NO_BUILD= yes PORTDOCS= AUTHORS COPYING README NEWS INSTALL layout_doc.html PORTDATA= * -USES= shebangfix SHEBANG_FILES= *.pl OPTIONS_DEFINE= GSTREAMER DBUS WEBKIT NLS LIBNOTIFY DOCS -OPTIONS_DEFAULT=LIBNOTIFY +OPTIONS_DEFAULT= GSTREAMER DBUS LIBNOTIFY LIBNOTIFY_DESC= Desktop notification WEBKIT_DESC= Enable embedded web browser @@ -32,6 +33,8 @@ WEBKIT_RUN_DEPENDS= p5-Gtk2-WebKit>=0:www/p5-Gtk2-WebKit LIBNOTIFY_RUN_DEPENDS= p5-Gtk2-Notify>=0.05:devel/p5-Gtk2-Notify NLS_RUN_DEPENDS= p5-Locale-gettext>=1.0:devel/p5-Locale-gettext +NLS_USES= gettext + OPTIONS_SUB= yes do-install: Index: distinfo =================================================================== --- distinfo (revision 493641) +++ distinfo (working copy) @@ -1,2 +1,3 @@ -SHA256 (gmusicbrowser-1.1.13.tar.gz) = 0da5eeff037fe61e3f63723e5eba7f7f28018d7a81c7ab334a450dc28d8ab341 -SIZE (gmusicbrowser-1.1.13.tar.gz) = 2083888 +TIMESTAMP = 1550899617 +SHA256 (gmusicbrowser-1.1.15.tar.gz) = 1ec881d148ccc26bdbab66ca701fd2216e034c3b613d6e66c17ac702271c677b +SIZE (gmusicbrowser-1.1.15.tar.gz) = 2349451 Index: files/patch-gmusicbrowser.pl =================================================================== --- files/patch-gmusicbrowser.pl (nonexistent) +++ files/patch-gmusicbrowser.pl (working copy) @@ -0,0 +1,11 @@ +--- gmusicbrowser.pl.orig 2019-02-23 05:33:24 UTC ++++ gmusicbrowser.pl +@@ -8977,7 +8977,7 @@ sub Set + + ($cmd,my $pattern)= split /:/,$cmd,2; + $pattern='' unless defined $pattern; +- my ($basecmd,my $prop)= Songs::filter_properties($field,"$cmd:$pattern"); ++ my ($basecmd,$prop)= Songs::filter_properties($field,"$cmd:$pattern"); + if (!$prop) + { $cmd= Songs::Field_property($field,'default_filter'); + ($basecmd,$prop)= Songs::filter_properties($field,$cmd); Property changes on: files/patch-gmusicbrowser.pl ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: files/patch-gmusicbrowser_list.pm =================================================================== --- files/patch-gmusicbrowser_list.pm (nonexistent) +++ files/patch-gmusicbrowser_list.pm (working copy) @@ -0,0 +1,11 @@ +--- gmusicbrowser_list.pm.orig 2019-02-23 05:30:39 UTC ++++ gmusicbrowser_list.pm +@@ -7998,7 +7998,7 @@ sub Make + unless ($notnow) + { #warn "$key ---found in ($code,@deps)\n"; + if (ref $code) +- { my ($func,my @keys)=@$code; #warn " -> ($func, @keys)\n"; ++ { my ($func,@keys)=@$code; #warn " -> ($func, @keys)\n"; + my $out=join ',',map "'$_'", @keys; + my $in= join ',',map "'$_'", @deps; $in=~s#\?##g; + $out= @keys>1 ? "\@var{$out}" : "\$var{$out}"; Property changes on: files/patch-gmusicbrowser_list.pm ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property