Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 May 2019 10:03:42 +0000 (UTC)
From:      Kubilay Kocak <koobs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r500957 - head/devel/py-lazr.restfulclient
Message-ID:  <201905071003.x47A3gPK071647@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: koobs
Date: Tue May  7 10:03:42 2019
New Revision: 500957
URL: https://svnweb.freebsd.org/changeset/ports/500957

Log:
  devel/py-lazr.restfulclient: Fix pkg-descr WWW URL
  
  Existing URL pointed to a different package.
  
  Python packages should use the WWW URL from setup.py unless it's incorrect.
  
  Identified while QA'ing for #236655
  
  PR:		236655
  Approved by:	portmgr (blanket: WWW, JFI)

Modified:
  head/devel/py-lazr.restfulclient/pkg-descr

Modified: head/devel/py-lazr.restfulclient/pkg-descr
==============================================================================
--- head/devel/py-lazr.restfulclient/pkg-descr	Tue May  7 09:31:29 2019	(r500956)
+++ head/devel/py-lazr.restfulclient/pkg-descr	Tue May  7 10:03:42 2019	(r500957)
@@ -4,4 +4,4 @@ wadllib.
 
 This project is also part of https://launchpad.net/lazr
 
-WWW: https://launchpad.net/lazr.uri
+WWW: https://launchpad.net/lazr.restfulclient



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