svn commit: r426158 - head/print/py-trml2pdf

Alexey Dokuchaev danfe at FreeBSD.org
Tue Nov 15 10:44:14 UTC 2016


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.


More information about the svn-ports-head mailing list