svn commit: r415285 - head/www/py-websocket-client

Alfred Perlstein alfred at FreeBSD.org
Sun May 15 21:07:01 UTC 2016


Author: alfred (src committer)
Date: Sun May 15 21:07:00 2016
New Revision: 415285
URL: https://svnweb.freebsd.org/changeset/ports/415285

Log:
  Comment why we do magic to DISTNAME
  
  This is to preserve compat with old package name.

Modified:
  head/www/py-websocket-client/Makefile   (contents, props changed)

Modified: head/www/py-websocket-client/Makefile
==============================================================================
--- head/www/py-websocket-client/Makefile	Sun May 15 21:05:02 2016	(r415284)
+++ head/www/py-websocket-client/Makefile	Sun May 15 21:07:00 2016	(r415285)
@@ -6,6 +6,9 @@ PORTVERSION=	0.37.0
 CATEGORIES=	www python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+# Newer version is called "websocket_client"
+# but to keep compat with old portname we fixup
+# "-" to "_" here.
 DISTNAME=	${PORTNAME:S/-/_/g}-${DISTVERSION}
 
 MAINTAINER=	alfred at FreeBSD.org


More information about the svn-ports-head mailing list