Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 May 2016 21:07:00 +0000 (UTC)
From:      Alfred Perlstein <alfred@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415285 - head/www/py-websocket-client
Message-ID:  <201605152107.u4FL70Jw087190@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org



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