svn commit: r508724 - branches/2019Q3/www/ljdump

Kurt Jaeger pi at FreeBSD.org
Mon Aug 12 10:57:20 UTC 2019


Author: pi
Date: Mon Aug 12 10:57:19 2019
New Revision: 508724
URL: https://svnweb.freebsd.org/changeset/ports/508724

Log:
  MFH: r508659
  
  www/ljdump: force use of python 2.7
  
  PR:		239643
  Submitted by:	Walter Schwarzenfeld <w.schwarzenfeld at utanet.at>
  Reported by:	Victor Sudakov <vas at mpeks.tomsk.su>
  Approved by:	portmgr (miwi)

Modified:
  branches/2019Q3/www/ljdump/Makefile
Directory Properties:
  branches/2019Q3/   (props changed)

Modified: branches/2019Q3/www/ljdump/Makefile
==============================================================================
--- branches/2019Q3/www/ljdump/Makefile	Mon Aug 12 10:52:00 2019	(r508723)
+++ branches/2019Q3/www/ljdump/Makefile	Mon Aug 12 10:57:19 2019	(r508724)
@@ -3,7 +3,7 @@
 
 PORTNAME=	ljdump
 PORTVERSION=	1.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www python
 MASTER_SITES=	http://hewgill.com/ljdump/
 
@@ -14,7 +14,7 @@ LICENSE=	ZLIB
 
 PORTSCOUT=	skipv:1.5.1	# 1.5.1 is identical to 1.5 + our patches
 
-USES=		python:run shebangfix
+USES=		python:2.7,run shebangfix
 SHEBANG_FILES=	ljdump.py
 NO_BUILD=	yes
 NO_ARCH=	yes


More information about the svn-ports-branches mailing list