Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Sep 2019 08:38:05 +0000 (UTC)
From:      Mateusz Piotrowski <0mp@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r511747 - head/cad/k40-whisperer
Message-ID:  <201909100838.x8A8c5rG027261@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: 0mp
Date: Tue Sep 10 08:38:05 2019
New Revision: 511747
URL: https://svnweb.freebsd.org/changeset/ports/511747

Log:
  cad/k40-whisperer: Update to 0.36
  
  - Remove the post-patch target as the whitespace problems were fixed
    upstream.
  
  Reported by:	portscout

Modified:
  head/cad/k40-whisperer/Makefile
  head/cad/k40-whisperer/distinfo

Modified: head/cad/k40-whisperer/Makefile
==============================================================================
--- head/cad/k40-whisperer/Makefile	Tue Sep 10 08:35:44 2019	(r511746)
+++ head/cad/k40-whisperer/Makefile	Tue Sep 10 08:38:05 2019	(r511747)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	k40-whisperer
-DISTVERSION=	0.35
+DISTVERSION=	0.36
 CATEGORIES=	cad python
 MASTER_SITES=	http://www.scorchworks.com/K40whisperer/
 DISTNAME=	K40_Whisperer-${DISTVERSION}_src
@@ -41,15 +41,6 @@ NON_DATA_FILES=	${DOCS} \
 		py2exe_setup.py \
 		requirements.txt
 WHISPERER_COMMAND=	${PORTNAME}
-
-post-patch:
-	# Replace every leading tab with 8 spaces. It is a workaround for
-	# misindented Python scripts.
-	@${REINPLACE_CMD} -e 's|^	|        |g' \
-		-e ':again' \
-		-e 's|^\(        \)*	|\1        |g' \
-		-e 't again' \
-		${WRKSRC}/*.py
 
 do-install:
 	${INSTALL_SCRIPT} ${WRKDIR}/${WHISPERER_COMMAND} ${STAGEDIR}${PREFIX}/bin

Modified: head/cad/k40-whisperer/distinfo
==============================================================================
--- head/cad/k40-whisperer/distinfo	Tue Sep 10 08:35:44 2019	(r511746)
+++ head/cad/k40-whisperer/distinfo	Tue Sep 10 08:38:05 2019	(r511747)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1567611773
-SHA256 (K40_Whisperer-0.35_src.zip) = e555dc8de00d88596463d3af61d523b3df3d0beb3385aa38dab2dfbd1cfc1015
-SIZE (K40_Whisperer-0.35_src.zip) = 170723
+TIMESTAMP = 1568044883
+SHA256 (K40_Whisperer-0.36_src.zip) = 29d93d6520b76d70ee1468ed9d85308d7e668fc73a885fbdaa03e5a0da3f9b78
+SIZE (K40_Whisperer-0.36_src.zip) = 170784



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