Date: Sun, 3 Jan 2016 21:53:08 +0000 (UTC) From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r405191 - head/print/py-reportlab Message-ID: <201601032153.u03Lr8X7059554@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bofh Date: Sun Jan 3 21:53:08 2016 New Revision: 405191 URL: https://svnweb.freebsd.org/changeset/ports/405191 Log: print/py-reportlab: Update version 3.0=>3.2.0 [1] - Fix WWW [1] - Convert to OPTIONSNG PR: 205794 [1] Submitted by: cs [1] Modified: head/print/py-reportlab/Makefile head/print/py-reportlab/distinfo head/print/py-reportlab/pkg-descr Modified: head/print/py-reportlab/Makefile ============================================================================== --- head/print/py-reportlab/Makefile Sun Jan 3 21:29:34 2016 (r405190) +++ head/print/py-reportlab/Makefile Sun Jan 3 21:53:08 2016 (r405191) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= reportlab -PORTVERSION= 3.0 -PORTREVISION= 2 +PORTVERSION= 3.2.0 CATEGORIES= print python MASTER_SITES= CHEESESHOP \ http://www.reportlab.com/ftp/ @@ -39,39 +38,35 @@ PORTDOCS= reportlab-userguide.pdf OPTIONS_DEFINE= CJK FREETYPE DOCS OPTIONS_DEFAULT= CJK FREETYPE CJK_DESC= Adobe CMaps - +CJK_RUN_DEPENDS= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps FREETYPE_LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> .if ${ARCH} == "sparc64" BROKEN= Does not install on sparc64 .endif -.if ${PORT_OPTIONS:MCJK} -RUN_DEPENDS+= ${LOCALBASE}/share/fonts/adobe-cmaps/ac15/cid2code.txt:${PORTSDIR}/print/adobe-cmaps -.endif - post-patch: @${REINPLACE_CMD} -e 's|%%DISTDIR%%|${DISTDIR}|' \ -e 's|%%PFBFER%%|${PFBFER}|' \ ${WRKSRC}/setup.py -.if ${PORT_OPTIONS:MDOCS} + +post-patch-DOCS-on: .for f in genAll.py userguide/genuserguide.py @${REINPLACE_CMD} -e 's|%%STAGEDIR%%|${STAGEDIR}|' \ -e 's|%%PYTHON_SITELIBDIR%%|${PYTHON_SITELIBDIR}|' \ ${WRKSRC}/docs/${f} .endfor -.endif post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/reportlab/*/*.so -.if ${PORT_OPTIONS:MDOCS} + +post-install-DOCS-on: @cd ${WRKSRC}/docs && ${PYTHON_CMD} genAll.py @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/docs/${i} ${STAGEDIR}${DOCSDIR} .endfor -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> Modified: head/print/py-reportlab/distinfo ============================================================================== --- head/print/py-reportlab/distinfo Sun Jan 3 21:29:34 2016 (r405190) +++ head/print/py-reportlab/distinfo Sun Jan 3 21:53:08 2016 (r405191) @@ -1,4 +1,4 @@ -SHA256 (reportlab-3.0.tar.gz) = a8a75186a9f2cc219c9fee5ec52ae4e18084783906b6345109770ff933bed86f -SIZE (reportlab-3.0.tar.gz) = 1936012 +SHA256 (reportlab-3.2.0.tar.gz) = 72e687662bd854776407b9108483561831b45546d935df8b0477708199086293 +SIZE (reportlab-3.2.0.tar.gz) = 1948090 SHA256 (pfbfer-20070710.zip) = fb1462ff6ce8efae58a0c496f0537c5ac16d4895c68f1640c2973db574ddb376 SIZE (pfbfer-20070710.zip) = 677333 Modified: head/print/py-reportlab/pkg-descr ============================================================================== --- head/print/py-reportlab/pkg-descr Sun Jan 3 21:29:34 2016 (r405190) +++ head/print/py-reportlab/pkg-descr Sun Jan 3 21:53:08 2016 (r405191) @@ -19,4 +19,4 @@ following contexts: scientific papers - Going from XML to PDF in one step! -WWW: http://www.reportlab.org/rl_toolkit.html +WWW: http://www.reportlab.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601032153.u03Lr8X7059554>