Date: Sun, 9 Feb 2014 19:05:53 GMT From: "Mikhail T." <m.tsatsenko@gmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/186599: [maintainer] [patch] devel/pyst: update to latest version Message-ID: <201402091905.s19J5rtu038571@cgiserv.freebsd.org> Resent-Message-ID: <201402091910.s19JA0PY053872@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186599 >Category: ports >Synopsis: [maintainer] [patch] devel/pyst: update to latest version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 09 19:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Mikhail T. >Release: >Organization: >Environment: >Description: - Update to 0.6.50 - Use staging Build log: https://redports.org/~mtsatsenko/20140209190202-74024-175073/pyst-0.6.50.log >How-To-Repeat: >Fix: Patch attached with submission follows: Index: pyst/distinfo =================================================================== --- pyst/distinfo (revision 22899) +++ pyst/distinfo (revision 22902) @@ -1,2 +1,2 @@ -SHA256 (pyst-0.4.38.tar.gz) = f358b3e8465ec45e4ac21a7c5bb169c2ce65962810035f0a6d073a40b1a1899e -SIZE (pyst-0.4.38.tar.gz) = 32829 +SHA256 (pyst-0.6.50.tar.gz) = 84361ca8325704eefd6d54df83b60b8119ee277a968715860b7a81d8015332ea +SIZE (pyst-0.6.50.tar.gz) = 33695 Index: pyst/pkg-plist =================================================================== --- pyst/pkg-plist (revision 22899) +++ pyst/pkg-plist (revision 22902) @@ -10,6 +10,12 @@ %%PYTHON_SITELIBDIR%%/asterisk/agitb.py %%PYTHON_SITELIBDIR%%/asterisk/agitb.pyc %%PYTHON_SITELIBDIR%%/asterisk/agitb.pyo +%%PYTHON_SITELIBDIR%%/asterisk/astemu.py +%%PYTHON_SITELIBDIR%%/asterisk/astemu.pyc +%%PYTHON_SITELIBDIR%%/asterisk/astemu.pyo +%%PYTHON_SITELIBDIR%%/asterisk/compat.py +%%PYTHON_SITELIBDIR%%/asterisk/compat.pyc +%%PYTHON_SITELIBDIR%%/asterisk/compat.pyo %%PYTHON_SITELIBDIR%%/asterisk/config.py %%PYTHON_SITELIBDIR%%/asterisk/config.pyc %%PYTHON_SITELIBDIR%%/asterisk/config.pyo Index: pyst/Makefile =================================================================== --- pyst/Makefile (revision 22899) +++ pyst/Makefile (revision 22902) @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/pyst/Makefile 340722 2014-01-22 17:00:46Z mat $ PORTNAME= pyst -PORTVERSION= 0.4.38 +PORTVERSION= 0.6.50 CATEGORIES= devel python MASTER_SITES= SF/${PORTNAME}/pyst/${PORTVERSION} @@ -17,14 +17,13 @@ PORTDOCS= README README.html ChangeLog -NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MDOCS} post-install: - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402091905.s19J5rtu038571>