Created attachment 196621 [details] patch file After r478203: $ make -C /usr/ports/net/remmina-plugins -V MASTER_SITES https://gitlab.com/Remmina/Remmina/repository/65d552c9becc957cae124ab5c26562cf22c052b9/archive.tar.gz?dummy=/ That leading space character in MASTER_SITES breaks "portscout rebuild": Can't locate object method "host" via package "URI::_generic" at /usr/local/lib/perl5/site_perl/Portscout/DataSrc/Ports.pm line 460
Comment on attachment 196621 [details] patch file Looks good, thanks for finding the fix.
A commit references this bug: Author: woodsb02 Date: Tue Aug 28 09:36:55 UTC 2018 New revision: 478294 URL: https://svnweb.freebsd.org/changeset/ports/478294 Log: net/remmina-plugins: Fix portscout Before this change, the output of "make -V MASTER_SITES" would start with a leading space character, which would break portscout. PR: 230965 Submitted by: Dmitri Goutnik <dg@syrec.org> Changes: head/net/remmina-plugins/Makefile
Committed, thanks!