From owner-svn-ports-head@freebsd.org Thu Sep 3 06:59:22 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 849333DD674; Thu, 3 Sep 2020 06:59:22 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Bhs9k1d2qz40d2; Thu, 3 Sep 2020 06:59:22 +0000 (UTC) (envelope-from se@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 16D5B17C9E; Thu, 3 Sep 2020 06:59:22 +0000 (UTC) (envelope-from se@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0836xLse076372; Thu, 3 Sep 2020 06:59:21 GMT (envelope-from se@FreeBSD.org) Received: (from se@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0836xL05076371; Thu, 3 Sep 2020 06:59:21 GMT (envelope-from se@FreeBSD.org) Message-Id: <202009030659.0836xL05076371@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: se set sender to se@FreeBSD.org using -f From: =?UTF-8?Q?Stefan_E=c3=9fer?= Date: Thu, 3 Sep 2020 06:59:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r547423 - head/archivers/stuffit X-SVN-Group: ports-head X-SVN-Commit-Author: se X-SVN-Commit-Paths: head/archivers/stuffit X-SVN-Commit-Revision: 547423 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2020 06:59:22 -0000 Author: se Date: Thu Sep 3 06:59:21 2020 New Revision: 547423 URL: https://svnweb.freebsd.org/changeset/ports/547423 Log: Update master sites Seems this old, legacy software has been removed from the vendor site. Only macOS and Windows versions are still available from stuffit.com. A few mirrors exist, including on the Wayback machine, but that one does not seem to offen a suitable direct download link. Therefore, small mirror sites have been selected that currently offer the Linux version - a quick search did not result in any better mirrors. The PORT_REVISION is not incremented since there is no other change than the download address - packages need not be rebuilt. Modified: head/archivers/stuffit/Makefile Modified: head/archivers/stuffit/Makefile ============================================================================== --- head/archivers/stuffit/Makefile Thu Sep 3 06:30:32 2020 (r547422) +++ head/archivers/stuffit/Makefile Thu Sep 3 06:59:21 2020 (r547423) @@ -5,7 +5,8 @@ PORTNAME= stuffit PORTVERSION= 5.2.0.611 PORTREVISION= 1 CATEGORIES= archivers linux -MASTER_SITES= http://my.smithmicro.com/downloads/files/ +MASTER_SITES= https://webdiis.unizar.es/pub/unix/archive/ \ + http://mirror.sobukus.de/files/grimoire/z-archive/ DISTNAME= stuffit520.611linux-i386 MAINTAINER= ports@FreeBSD.org