svn commit: r500957 - head/devel/py-lazr.restfulclient

Kubilay Kocak koobs at FreeBSD.org
Tue May 7 10:03:43 UTC 2019


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


More information about the svn-ports-all mailing list