From owner-svn-ports-all@freebsd.org Tue Mar 28 17:11:59 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0904DD22BC0; Tue, 28 Mar 2017 17:11:59 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A96E9F52; Tue, 28 Mar 2017 17:11:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v2SHBvGP089601; Tue, 28 Mar 2017 17:11:57 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v2SHBvuU089599; Tue, 28 Mar 2017 17:11:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201703281711.v2SHBvuU089599@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Tue, 28 Mar 2017 17:11:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r437139 - head/graphics/uniconvertor X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Mar 2017 17:11:59 -0000 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 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/