Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Nov 2016 10:44:12 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r426158 - head/print/py-trml2pdf
Message-ID:  <201611151044.uAFAiCKT010133@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: danfe
Date: Tue Nov 15 10:44:12 2016
New Revision: 426158
URL: https://svnweb.freebsd.org/changeset/ports/426158

Log:
  - Unmute installation command and wrap exceedingly long line
  - Remove useless WWW line that points to a non-existent site
  
  NB: port serves version 1.2 off some not-quite-related SF project that
  was last updated on 2009-01-20; https://pypi.python.org/pypi/trml2pdf
  offers version 0.4.2 updated on 2016-10-24.

Modified:
  head/print/py-trml2pdf/Makefile
  head/print/py-trml2pdf/pkg-descr

Modified: head/print/py-trml2pdf/Makefile
==============================================================================
--- head/print/py-trml2pdf/Makefile	Tue Nov 15 10:12:36 2016	(r426157)
+++ head/print/py-trml2pdf/Makefile	Tue Nov 15 10:44:12 2016	(r426158)
@@ -27,7 +27,8 @@ OPTIONS_DEFINE=	DOCS EXAMPLES
 
 do-install:
 	@${MKDIR} ${STAGEDIR}${PYTHON_SITELIBDIR}/trml2pdf
-	@${INSTALL_SCRIPT} ${WRKSRC}/trml2pdf/* ${STAGEDIR}${PYTHON_SITELIBDIR}/trml2pdf
+	${INSTALL_SCRIPT} ${WRKSRC}/trml2pdf/* \
+		${STAGEDIR}${PYTHON_SITELIBDIR}/trml2pdf
 
 post-install-DOCS-on:
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}

Modified: head/print/py-trml2pdf/pkg-descr
==============================================================================
--- head/print/py-trml2pdf/pkg-descr	Tue Nov 15 10:12:36 2016	(r426157)
+++ head/print/py-trml2pdf/pkg-descr	Tue Nov 15 10:44:12 2016	(r426158)
@@ -1,5 +1,3 @@
-Tiny RML2PDF is a component of the Open Report project. It can be used with the
-Tiny Reporting Server to have a complete solution to render PDF file on the
-fly.
-
-WWW:    http://tiny.be
+Tiny RML2PDF is a component of the Open Report project. It can be used with
+the Tiny Reporting Server to have a complete solution to render PDF file on
+the fly.



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