From owner-svn-ports-all@freebsd.org Wed Sep 9 23:21:38 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id AAAA23E0A84; Wed, 9 Sep 2020 23:21:38 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4BmyhL3N8xz453H; Wed, 9 Sep 2020 23:21:38 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 5717D990D; Wed, 9 Sep 2020 23:21:38 +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 089NLcoh057895; Wed, 9 Sep 2020 23:21:38 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 089NLcBk057894; Wed, 9 Sep 2020 23:21:38 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <202009092321.089NLcBk057894@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Wed, 9 Sep 2020 23:21:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548167 - head/graphics/gimp-resynthesizer X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/graphics/gimp-resynthesizer X-SVN-Commit-Revision: 548167 X-SVN-Commit-Repository: ports 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.33 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: Wed, 09 Sep 2020 23:21:38 -0000 Author: amdmi3 Date: Wed Sep 9 23:21:37 2020 New Revision: 548167 URL: https://svnweb.freebsd.org/changeset/ports/548167 Log: - Remove dependency on python 2.7 Modified: head/graphics/gimp-resynthesizer/Makefile head/graphics/gimp-resynthesizer/pkg-message Modified: head/graphics/gimp-resynthesizer/Makefile ============================================================================== --- head/graphics/gimp-resynthesizer/Makefile Wed Sep 9 23:07:57 2020 (r548166) +++ head/graphics/gimp-resynthesizer/Makefile Wed Sep 9 23:21:37 2020 (r548167) @@ -3,7 +3,7 @@ PORTNAME= resynthesizer PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= graphics PKGNAMEPREFIX= gimp- @@ -14,10 +14,10 @@ COMMENT= Gimp plug-in for texture synthesis LICENSE= GPLv2+ # though COPYING has GPLv3 LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - -RUN_DEPENDS= ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp +# XXX: this is python2 only dependency which is going to be removed from ports; it is +# required for a (huge) part of plugin functionality, but not mandatory, so if someday +# it returns with python3 support, full functionality of resynthesizer may be restored +#RUN_DEPENDS= ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:graphics/py-gimp BUILD_DEPENDS= intltool-extract:textproc/intltool LIB_DEPENDS= libgimp-2.0.so:graphics/gimp-app @@ -25,7 +25,7 @@ USE_GITHUB= yes GH_ACCOUNT= bootchk USES= autoreconf compiler:c++11-lang gettext gmake localbase \ - pkgconfig python:2.7,run shebangfix + pkgconfig python:run shebangfix SHEBANG_FILES= PluginScripts/*.py GNU_CONFIGURE= yes Modified: head/graphics/gimp-resynthesizer/pkg-message ============================================================================== --- head/graphics/gimp-resynthesizer/pkg-message Wed Sep 9 23:07:57 2020 (r548166) +++ head/graphics/gimp-resynthesizer/pkg-message Wed Sep 9 23:21:37 2020 (r548167) @@ -1,18 +1,10 @@ [ { type: install message: <