Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Apr 2020 13:55:30 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r533063 - in branches/2020Q2: archivers/lzop devel/cvschk devel/libublio graphics/ilmbase graphics/openexr net/unison232 news/leafnode security/openvpn-auth-ldap security/putty
Message-ID:  <202004261355.03QDtU26007972@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Apr 26 13:55:30 2020
New Revision: 533063
URL: https://svnweb.freebsd.org/changeset/ports/533063

Log:
  MFH: r533061 r533062
  
  WWW/DL link maintenance in pkg-descr and Makefile
  
  ...to avoid permanent redirects, or broken sites.
  
  Approved by:	ports-secteam@ (blanket, fix WWW: and download URLs)

Modified:
  branches/2020Q2/archivers/lzop/pkg-descr
  branches/2020Q2/devel/cvschk/pkg-descr
  branches/2020Q2/devel/libublio/pkg-descr
  branches/2020Q2/graphics/ilmbase/pkg-descr
  branches/2020Q2/graphics/openexr/pkg-descr
  branches/2020Q2/net/unison232/Makefile
  branches/2020Q2/net/unison232/pkg-descr
  branches/2020Q2/news/leafnode/pkg-descr
  branches/2020Q2/security/openvpn-auth-ldap/pkg-descr
  branches/2020Q2/security/putty/pkg-descr
Directory Properties:
  branches/2020Q2/   (props changed)

Modified: branches/2020Q2/archivers/lzop/pkg-descr
==============================================================================
--- branches/2020Q2/archivers/lzop/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/archivers/lzop/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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: branches/2020Q2/devel/cvschk/pkg-descr
==============================================================================
--- branches/2020Q2/devel/cvschk/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/devel/cvschk/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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: branches/2020Q2/devel/libublio/pkg-descr
==============================================================================
--- branches/2020Q2/devel/libublio/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/devel/libublio/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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: branches/2020Q2/graphics/ilmbase/pkg-descr
==============================================================================
--- branches/2020Q2/graphics/ilmbase/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/graphics/ilmbase/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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: branches/2020Q2/graphics/openexr/pkg-descr
==============================================================================
--- branches/2020Q2/graphics/openexr/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/graphics/openexr/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -21,4 +21,4 @@ OpenEXR's features include:
   OpenEXR image headers without affecting backward compatibility with existing
   OpenEXR applications.
 
-WWW: http://www.openexr.com/
+WWW: https://www.openexr.com/

Modified: branches/2020Q2/net/unison232/Makefile
==============================================================================
--- branches/2020Q2/net/unison232/Makefile	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/net/unison232/Makefile	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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: branches/2020Q2/net/unison232/pkg-descr
==============================================================================
--- branches/2020Q2/net/unison232/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/net/unison232/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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: branches/2020Q2/news/leafnode/pkg-descr
==============================================================================
--- branches/2020Q2/news/leafnode/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/news/leafnode/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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: branches/2020Q2/security/openvpn-auth-ldap/pkg-descr
==============================================================================
--- branches/2020Q2/security/openvpn-auth-ldap/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/security/openvpn-auth-ldap/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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: branches/2020Q2/security/putty/pkg-descr
==============================================================================
--- branches/2020Q2/security/putty/pkg-descr	Sun Apr 26 13:53:00 2020	(r533062)
+++ branches/2020Q2/security/putty/pkg-descr	Sun Apr 26 13:55:30 2020	(r533063)
@@ -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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004261355.03QDtU26007972>