Index: head/graphics/sk1libs/Makefile =================================================================== --- head/graphics/sk1libs/Makefile (revision 437140) +++ head/graphics/sk1libs/Makefile (revision 437141) @@ -1,34 +1,34 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= sk1libs PORTVERSION= 0.9.1 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Set of python libraries for sK1 Project LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/GNU_LGPL_v2 LIB_DEPENDS= liblcms.so:graphics/lcms \ libfreetype.so:print/freetype2 USES= jpeg python USE_PYTHON= distutils PYDISTUTILS_BUILD_TARGET=build_ext PYDISTUTILS_BUILDARGS= -L${LOCALBASE}/lib \ -I${LOCALBASE}/include:${LOCALBASE}/include/freetype2 post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/src/utils/fs.py post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/ft2engine/*.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/pycms/*.so \ ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/sk1libs/imaging/*.so .include Index: head/graphics/uniconvertor/Makefile =================================================================== --- head/graphics/uniconvertor/Makefile (revision 437140) +++ head/graphics/uniconvertor/Makefile (revision 437141) @@ -1,26 +1,26 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= uniconvertor PORTVERSION= 1.1.5 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Universal vector graphics translator 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 USES= python USE_PYTHON= distutils post-install: @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/uniconvertor/app/modules/*.so .include Index: head/graphics/uniconvw/Makefile =================================================================== --- head/graphics/uniconvw/Makefile (revision 437140) +++ head/graphics/uniconvw/Makefile (revision 437141) @@ -1,30 +1,30 @@ # Created by: Dmitry Marakasov # $FreeBSD$ PORTNAME= uniconvw PORTVERSION= 1.1.5 PORTREVISION= 2 CATEGORIES= graphics python -MASTER_SITES= https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ \ - http://mirror.amdmi3.ru/distfiles/ +MASTER_SITES= https://downloads.sk1project.net/uniconvertor/v1.1.5/ \ + https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/uniconvertor/ MAINTAINER= amdmi3@FreeBSD.org COMMENT= Gtk+ frontend for UniConvertor 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 \ ${PYTHON_SITELIBDIR}/uniconvertor/__init__.py:graphics/uniconvertor \ ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 USES= desktop-file-utils python USE_PYTHON= distutils NO_ARCH= yes post-patch: @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/setup.py .include