Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Apr 2019 22:50:11 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r497873 - head/devel/rubygem-pathspec
Message-ID:  <201904042250.x34MoBim002708@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Thu Apr  4 22:50:11 2019
New Revision: 497873
URL: https://svnweb.freebsd.org/changeset/ports/497873

Log:
  Fix WWW URI
  
  Rubygems has a permanent redirect for HTTP requests to HTTPS.
  
  With hat:	puppet

Modified:
  head/devel/rubygem-pathspec/pkg-descr

Modified: head/devel/rubygem-pathspec/pkg-descr
==============================================================================
--- head/devel/rubygem-pathspec/pkg-descr	Thu Apr  4 22:48:06 2019	(r497872)
+++ head/devel/rubygem-pathspec/pkg-descr	Thu Apr  4 22:50:11 2019	(r497873)
@@ -1,3 +1,3 @@
 The pathspec gem is a utility library for pattern matching of file paths.
 
-WWW: http://rubygems.org/gems/pathspec
+WWW: https://rubygems.org/gems/pathspec



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