From owner-svn-ports-all@freebsd.org Sun Oct 7 06:10:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8698210B2FAD; Sun, 7 Oct 2018 06:10:50 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3925375D03; Sun, 7 Oct 2018 06:10:50 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 33F7D100CD; Sun, 7 Oct 2018 06:10:50 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w976AoQa066580; Sun, 7 Oct 2018 06:10:50 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w976AoVm066579; Sun, 7 Oct 2018 06:10:50 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201810070610.w976AoVm066579@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Sun, 7 Oct 2018 06:10:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481430 - head/x11-fonts/psftools X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: head/x11-fonts/psftools X-SVN-Commit-Revision: 481430 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Oct 2018 06:10:50 -0000 Author: tobik Date: Sun Oct 7 06:10:49 2018 New Revision: 481430 URL: https://svnweb.freebsd.org/changeset/ports/481430 Log: Tell portscout to ignore x11-fonts/psftools The upstream HTTP server is configured to redirect to psftools-1.0.10.tar.gz with a 301 when the requested filename is similar enough to it. This leads to portscout finding bogus tarballs like psftools-{1.0.11,1.0.12,...,1.1.10}.tar.gz which are really psftools-1.0.10.tar.gz. Modified: head/x11-fonts/psftools/Makefile Modified: head/x11-fonts/psftools/Makefile ============================================================================== --- head/x11-fonts/psftools/Makefile Sun Oct 7 06:08:44 2018 (r481429) +++ head/x11-fonts/psftools/Makefile Sun Oct 7 06:10:49 2018 (r481430) @@ -16,4 +16,6 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static INSTALL_TARGET= install-strip +PORTSCOUT= ignore:1 + .include