1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

ports-mgmt/portscout: Update to 0.8.1.5

Approved by: maintainer
This commit is contained in:
Michael Gmelin 2022-02-04 01:59:41 +01:00
parent 2c3c67c7f5
commit 394b80be3a
3 changed files with 4 additions and 16 deletions

View File

@ -1,8 +1,7 @@
# Created by: Shaun Amott <shaun@inerd.com>
PORTNAME= portscout
PORTVERSION= 0.8.1.4
PORTREVISION= 1
PORTVERSION= 0.8.1.5
CATEGORIES= ports-mgmt
MAINTAINER= koobs@FreeBSD.org

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1576944955
SHA256 (freebsd-portscout-0.8.1.4_GH0.tar.gz) = 16edc0b14fe63a89f0825e9171ab38cb23e59664ebcf87fbc0784074d2fe38e3
SIZE (freebsd-portscout-0.8.1.4_GH0.tar.gz) = 58237
TIMESTAMP = 1643934697
SHA256 (freebsd-portscout-0.8.1.5_GH0.tar.gz) = 68aeeffb4929e7098c87ed5c10b2d63aa30789b27ef2ef908aa834ac78ca61ca
SIZE (freebsd-portscout-0.8.1.5_GH0.tar.gz) = 58357

View File

@ -1,11 +0,0 @@
--- Portscout/DataSrc/Ports.pm.orig 2019-10-11 12:05:53 UTC
+++ Portscout/DataSrc/Ports.pm
@@ -454,6 +454,8 @@ sub BuildPort
$site =~ s/\/+$/\//;
$site =~ s/:[A-Za-z0-9][A-Za-z0-9\,]*$//g; # site group spec.
+ next if ($site eq "");
+
$site = URI->new($site)->canonical;
next if (length $site->host == 0);