Date: Tue, 28 Mar 2017 17:11:57 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437139 - head/graphics/uniconvertor Message-ID: <201703281711.v2SHBvuU089599@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Mar 28 17:11:57 2017 New Revision: 437139 URL: https://svnweb.freebsd.org/changeset/ports/437139 Log: - Fix fetch - Add LICENSE - WWW Modified: head/graphics/uniconvertor/Makefile head/graphics/uniconvertor/pkg-descr Modified: head/graphics/uniconvertor/Makefile ============================================================================== --- head/graphics/uniconvertor/Makefile Tue Mar 28 17:11:52 2017 (r437138) +++ head/graphics/uniconvertor/Makefile Tue Mar 28 17:11:57 2017 (r437139) @@ -4,15 +4,16 @@ PORTNAME= uniconvertor PORTVERSION= 1.1.5 CATEGORIES= graphics python -MASTER_SITES= GOOGLE_CODE \ +MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ http://mirror.amdmi3.ru/distfiles/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Universal vector graphics translator -BROKEN= Unfetchable (google code has gone away) -DEPRECATED= Unfetchable for more than six months (google code has gone away) -EXPIRATION_DATE= 2017-04-30 +LICENSE= LGPL20+ GPLv2+ +LICENSE_COMB= multi +LICENSE_FILE_GPLv2+ = ${WRKSRC}/src/GNU_GPL_v2 +LICENSE_FILE_LGPL20+ = ${WRKSRC}/src/GNU_LGPL_v2 RUN_DEPENDS= ${PYTHON_SITELIBDIR}/sk1libs/__init__.py:graphics/sk1libs @@ -20,6 +21,6 @@ USES= python USE_PYTHON= distutils post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so .include <bsd.port.mk> Modified: head/graphics/uniconvertor/pkg-descr ============================================================================== --- head/graphics/uniconvertor/pkg-descr Tue Mar 28 17:11:52 2017 (r437138) +++ head/graphics/uniconvertor/pkg-descr Tue Mar 28 17:11:57 2017 (r437139) @@ -27,4 +27,4 @@ Export filters: * PDF (Portable Document Format) * PS (PostScript) -WWW: http://sk1project.org/ +WWW: https://sk1project.org/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703281711.v2SHBvuU089599>