From owner-svn-ports-all@freebsd.org Sun Apr 26 13:51:57 2020 Return-Path: Delivered-To: svn-ports-all@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 18C282B150E; Sun, 26 Apr 2020 13:51:57 +0000 (UTC) (envelope-from mandree@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) server-signature RSA-PSS (4096 bits) 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 4998Tm6sKzz4WJs; Sun, 26 Apr 2020 13:51:56 +0000 (UTC) (envelope-from mandree@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 E6B9A21E0D; Sun, 26 Apr 2020 13:51:56 +0000 (UTC) (envelope-from mandree@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 03QDpuTe004089; Sun, 26 Apr 2020 13:51:56 GMT (envelope-from mandree@FreeBSD.org) Received: (from mandree@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 03QDps6A004079; Sun, 26 Apr 2020 13:51:54 GMT (envelope-from mandree@FreeBSD.org) Message-Id: <202004261351.03QDps6A004079@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mandree set sender to mandree@FreeBSD.org using -f From: Matthias Andree Date: Sun, 26 Apr 2020 13:51:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r533061 - in head: archivers/lzop devel/cvschk devel/libublio graphics/ilmbase net/unison232 news/leafnode security/openvpn-auth-ldap security/putty X-SVN-Group: ports-head X-SVN-Commit-Author: mandree X-SVN-Commit-Paths: in head: archivers/lzop devel/cvschk devel/libublio graphics/ilmbase net/unison232 news/leafnode security/openvpn-auth-ldap security/putty X-SVN-Commit-Revision: 533061 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.29 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, 26 Apr 2020 13:51:57 -0000 Author: mandree Date: Sun Apr 26 13:51:54 2020 New Revision: 533061 URL: https://svnweb.freebsd.org/changeset/ports/533061 Log: WWW/DL link maintenance in pkg-descr and Makefile ...to avoid permanent redirects, or broken sites. MFH: 2020Q2 (blanket, download/WWW URL chase) Modified: head/archivers/lzop/pkg-descr head/devel/cvschk/pkg-descr head/devel/libublio/pkg-descr head/graphics/ilmbase/pkg-descr head/net/unison232/Makefile head/net/unison232/pkg-descr head/news/leafnode/pkg-descr head/security/openvpn-auth-ldap/pkg-descr head/security/putty/pkg-descr Modified: head/archivers/lzop/pkg-descr ============================================================================== --- head/archivers/lzop/pkg-descr Sun Apr 26 13:28:34 2020 (r533060) +++ head/archivers/lzop/pkg-descr Sun Apr 26 13:51:54 2020 (r533061) @@ -1,9 +1,8 @@ - lzop is a file compressor which is very similar to gzip. It uses the LZO +lzop is a file compressor which is very similar to gzip. It uses the LZO library for compression services and its main advantages over gzip are much higher compression and decompression speed (at the cost of some compression ratio). - lzop is distributed under the terms of the GNU General Public License -(GPL). +lzop is distributed under the terms of the GNU General Public License (GPL). -WWW: http://www.oberhumer.com/opensource/lzop/ +WWW: https://www.lzop.org/ Modified: head/devel/cvschk/pkg-descr ============================================================================== --- head/devel/cvschk/pkg-descr Sun Apr 26 13:28:34 2020 (r533060) +++ head/devel/cvschk/pkg-descr Sun Apr 26 13:51:54 2020 (r533061) @@ -2,4 +2,4 @@ cvschk is a Perl program which allows you to see the s directories, without access to the CVS repository. It shows which files you changed, made locally, and which ones were deleted. -WWW: http://cvs.sslug.dk/cvs2html/ +WWW: http://web.archive.org/web/20121006163548/http://cvs.sslug.dk/cvs2html/ Modified: head/devel/libublio/pkg-descr ============================================================================== --- head/devel/libublio/pkg-descr Sun Apr 26 13:28:34 2020 (r533060) +++ head/devel/libublio/pkg-descr Sun Apr 26 13:51:54 2020 (r533061) @@ -4,4 +4,5 @@ systems don't have a block device cache, giving a very Note that libublio is _not_ thread safe. -WWW: http://mercurial.creo.hu/repos/libublio +defunct WWW: http://mercurial.creo.hu/repos/libublio +copy of code:https://github.com/0x09/hfsfuse/blob/master/lib/ublio/ Modified: head/graphics/ilmbase/pkg-descr ============================================================================== --- head/graphics/ilmbase/pkg-descr Sun Apr 26 13:28:34 2020 (r533060) +++ head/graphics/ilmbase/pkg-descr Sun Apr 26 13:51:54 2020 (r533061) @@ -15,4 +15,4 @@ Iex is an exception-handling library. If you have questions about using the IlmBase libraries, you may want to join our developer mailing list. -WWW: http://www.openexr.com/ +WWW: https://www.openexr.com/ Modified: head/net/unison232/Makefile ============================================================================== --- head/net/unison232/Makefile Sun Apr 26 13:28:34 2020 (r533060) +++ head/net/unison232/Makefile Sun Apr 26 13:51:54 2020 (r533061) @@ -5,7 +5,7 @@ PORTNAME= unison PORTVERSION= 2.32.52 PORTREVISION= 10 CATEGORIES= net -MASTER_SITES= http://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ +MASTER_SITES= https://www.cis.upenn.edu/~bcpierce/unison/download/releases/${DISTNAME}/ DISTFILES= ${EXTRACT_ONLY} ${EXTRA_DOCS} DIST_SUBDIR= ${DISTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} Modified: head/net/unison232/pkg-descr ============================================================================== --- head/net/unison232/pkg-descr Sun Apr 26 13:28:34 2020 (r533060) +++ head/net/unison232/pkg-descr Sun Apr 26 13:51:54 2020 (r533061) @@ -11,4 +11,4 @@ management packages (CVS, PRCS, etc.) distributed file uni-directional mirroring utilities (rsync, etc.) and other synchronizers (Intellisync, Reconcile, etc). -WWW: http://www.cis.upenn.edu/~bcpierce/unison/ +WWW: https://www.cis.upenn.edu/~bcpierce/unison/ Modified: head/news/leafnode/pkg-descr ============================================================================== --- head/news/leafnode/pkg-descr Sun Apr 26 13:28:34 2020 (r533060) +++ head/news/leafnode/pkg-descr Sun Apr 26 13:51:54 2020 (r533061) @@ -5,4 +5,4 @@ It "learns" which newsgroups should be downloaded base Use it to enable online newsreaders to offline reading or to reduce your external bandwidth if you have several users accessing Usenet news. -WWW: http://www.leafnode.org/ +WWW: https://www.leafnode.org/ Modified: head/security/openvpn-auth-ldap/pkg-descr ============================================================================== --- head/security/openvpn-auth-ldap/pkg-descr Sun Apr 26 13:28:34 2020 (r533060) +++ head/security/openvpn-auth-ldap/pkg-descr Sun Apr 26 13:51:54 2020 (r533061) @@ -2,4 +2,4 @@ The OpenVPN Auth-LDAP Plugin implements username/passw LDAP for OpenVPN 2.x. It also includes some integration with the OpenBSD packet filter, supporting adding and removing VPN clients from PF tables. -WWW: http://code.google.com/p/openvpn-auth-ldap/ +WWW: https://github.com/threerings/openvpn-auth-ldap Modified: head/security/putty/pkg-descr ============================================================================== --- head/security/putty/pkg-descr Sun Apr 26 13:28:34 2020 (r533060) +++ head/security/putty/pkg-descr Sun Apr 26 13:51:54 2020 (r533061) @@ -5,4 +5,4 @@ over a network. PuTTY implements the client end of tha the end at which the session is displayed, rather than the end at which it runs. -WWW: http://www.chiark.greenend.org.uk/~sgtatham/putty/ +WWW: https://www.chiark.greenend.org.uk/~sgtatham/putty/