Index: branches/2019Q3/www/ljdump/Makefile =================================================================== --- branches/2019Q3/www/ljdump/Makefile (revision 508723) +++ branches/2019Q3/www/ljdump/Makefile (revision 508724) @@ -1,32 +1,32 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ PORTNAME= ljdump PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= http://hewgill.com/ljdump/ MAINTAINER= ports@FreeBSD.org COMMENT= Tool to download LiveJournal entries and comments 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 PLIST_FILES= bin/ljdump etc/ljdump.config.sample post-patch: @${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE}, ; \ s,%%PREFIX%%,${PREFIX},' ${WRKSRC}/ljdump.py do-install: ${INSTALL_SCRIPT} ${WRKSRC}/ljdump.py ${STAGEDIR}${PREFIX}/bin/ljdump ${INSTALL_DATA} ${WRKSRC}/ljdump.config.sample ${STAGEDIR}${PREFIX}/etc .include Index: branches/2019Q3 =================================================================== --- branches/2019Q3 (revision 508723) +++ branches/2019Q3 (revision 508724) Property changes on: branches/2019Q3 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r508659