diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-28 17:11:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2017-03-28 17:11:57 +0000 |
commit | 002cd2b24e308c837642d50c3f30a22d652cbbc9 (patch) | |
tree | e37c37e44748892a26c236315b3dc7844630450b /graphics/uniconvertor | |
parent | dfa093e2981d56c7bcd8d028e3c520215d6780b1 (diff) | |
download | ports-002cd2b24e308c837642d50c3f30a22d652cbbc9.tar.gz ports-002cd2b24e308c837642d50c3f30a22d652cbbc9.zip |
Notes
Diffstat (limited to 'graphics/uniconvertor')
-rw-r--r-- | graphics/uniconvertor/Makefile | 11 | ||||
-rw-r--r-- | graphics/uniconvertor/pkg-descr | 2 |
2 files changed, 7 insertions, 6 deletions
diff --git a/graphics/uniconvertor/Makefile b/graphics/uniconvertor/Makefile index 5f0a1c31fc53..8ad1d1e61d54 100644 --- a/graphics/uniconvertor/Makefile +++ b/graphics/uniconvertor/Makefile @@ -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> diff --git a/graphics/uniconvertor/pkg-descr b/graphics/uniconvertor/pkg-descr index 6a11949d8410..289b1083e2a9 100644 --- a/graphics/uniconvertor/pkg-descr +++ b/graphics/uniconvertor/pkg-descr @@ -27,4 +27,4 @@ Export filters: * PDF (Portable Document Format) * PS (PostScript) -WWW: http://sk1project.org/ +WWW: https://sk1project.org/ |