mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Move port origin to audio/liblastfm and only support Qt6. Qt5 support is not required by anything currently in the ports tree. Switch to active fork and update to latest commit. Convert TEST option to the cmake testing framework.
13 lines
398 B
C++
13 lines
398 B
C++
mobilize():
|
|
- Mobile website 301 redirects to main website, so just return the url as-is
|
|
|
|
--- src/UrlBuilder.cpp.orig 2024-11-24 17:34:23 UTC
|
|
+++ src/UrlBuilder.cpp
|
|
@@ -118,7 +118,6 @@ lastfm::UrlBuilder::mobilize( QUrl url )
|
|
QUrl //static
|
|
lastfm::UrlBuilder::mobilize( QUrl url )
|
|
{
|
|
- url.setHost( url.host().replace( QRegularExpression("^(www.)?last"), "m.last" ) );
|
|
return url;
|
|
}
|
|
|