From owner-svn-ports-all@freebsd.org Mon Sep 14 13:29:23 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 A7F8F3D633A; Mon, 14 Sep 2020 13:29:23 +0000 (UTC) (envelope-from pkubaj@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 4BqnJg3yg6z4gDb; Mon, 14 Sep 2020 13:29:23 +0000 (UTC) (envelope-from pkubaj@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 6B0CD17D04; Mon, 14 Sep 2020 13:29:23 +0000 (UTC) (envelope-from pkubaj@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 08EDTN0a043157; Mon, 14 Sep 2020 13:29:23 GMT (envelope-from pkubaj@FreeBSD.org) Received: (from pkubaj@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 08EDTMQI043153; Mon, 14 Sep 2020 13:29:22 GMT (envelope-from pkubaj@FreeBSD.org) Message-Id: <202009141329.08EDTMQI043153@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pkubaj set sender to pkubaj@FreeBSD.org using -f From: Piotr Kubaj Date: Mon, 14 Sep 2020 13:29:22 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r548607 - in head/print/scribus-devel: . files X-SVN-Group: ports-head X-SVN-Commit-Author: pkubaj X-SVN-Commit-Paths: in head/print/scribus-devel: . files X-SVN-Commit-Revision: 548607 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: Mon, 14 Sep 2020 13:29:23 -0000 Author: pkubaj Date: Mon Sep 14 13:29:22 2020 New Revision: 548607 URL: https://svnweb.freebsd.org/changeset/ports/548607 Log: print/scribus-devel: remove python2 depedency PR: 249307 Submitted by: dinoex Added: head/print/scribus-devel/files/patch-CMakeLists.txt (contents, props changed) head/print/scribus-devel/files/patch-scribus_plugins_CMakeLists.txt (contents, props changed) Modified: head/print/scribus-devel/Makefile head/print/scribus-devel/pkg-plist Modified: head/print/scribus-devel/Makefile ============================================================================== --- head/print/scribus-devel/Makefile Mon Sep 14 11:47:11 2020 (r548606) +++ head/print/scribus-devel/Makefile Mon Sep 14 13:29:22 2020 (r548607) @@ -3,7 +3,7 @@ PORTNAME= scribus PORTVERSION= 1.5.5 -PORTREVISION= 17 +PORTREVISION= 18 CATEGORIES= print editors MASTER_SITES= SF/${PORTNAME}/${PORTNAME}${PKGNAMESUFFIX}/${PORTVERSION}/ \ http://www.scribus.net/downloads/${PORTVERSION}/ @@ -15,9 +15,6 @@ COMMENT= Comprehensive desktop publishing program (dev LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-09-15 - LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libboost_thread.so:devel/boost-libs \ libhunspell-1.7.so:textproc/hunspell \ @@ -40,14 +37,15 @@ LIB_DEPENDS= liblcms2.so:graphics/lcms2 \ libicuuc.so:devel/icu USES= cmake compiler:gcc-c++11-lib desktop-file-utils dos2unix gnome \ - jpeg pkgconfig python:2.7 qt:5 shared-mime-info ssl tar:xz + jpeg pkgconfig qt:5 shared-mime-info ssl tar:xz USE_QT= buildtools_build core declarative gui linguisttools_build \ network opengl printsupport qmake_build widgets xml USE_GNOME= libxml2 INSTALLS_ICONS= yes USE_LDCONFIG= yes -CMAKE_ARGS+= -DWANT_HUNSPELL=YES -Wno-ferror-limit -DCMAKE_COLOR_MAKEFILE:BOOL=ON +CMAKE_ARGS+= -DWANT_HUNSPELL=YES -DWANT_SCRIPTER2=YES \ + -Wno-ferror-limit -DCMAKE_COLOR_MAKEFILE:BOOL=ON OPTIONS_DEFINE= DOCS Added: head/print/scribus-devel/files/patch-CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/scribus-devel/files/patch-CMakeLists.txt Mon Sep 14 13:29:22 2020 (r548607) @@ -0,0 +1,20 @@ +--- CMakeLists.txt.orig 2020-09-13 18:32:23 UTC ++++ CMakeLists.txt +@@ -845,17 +845,6 @@ else() + endif() + #<< JPEG, TIFF + +-#<< PYTHON +-#set(PythonLibs_FIND_VERSION 2) +-find_package(PythonInterp 2) +-find_package(PythonLibs 2 REQUIRED) +-if (PYTHON_LIBRARY) +- message("Python Library Found OK") +- set(HAVE_PYTHON ON) +- set(COMPILE_PYTHON ON) +-endif() +-#>> PYTHON +- + #<< FreeType2 + find_package(Freetype REQUIRED) + if (FREETYPE_FOUND) Added: head/print/scribus-devel/files/patch-scribus_plugins_CMakeLists.txt ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/print/scribus-devel/files/patch-scribus_plugins_CMakeLists.txt Mon Sep 14 13:29:22 2020 (r548607) @@ -0,0 +1,13 @@ +--- scribus/plugins/CMakeLists.txt.orig 2020-09-13 18:32:25 UTC ++++ scribus/plugins/CMakeLists.txt +@@ -15,8 +15,8 @@ if(NOT WANT_SCRIPTER2) + endif() + else() + #scripter2 +- message(STATUS "Building with Scripter 2") +- add_subdirectory(scripter) ++# message(STATUS "Building with Scripter 2") ++# add_subdirectory(scripter) + endif() + add_subdirectory(short-words) + add_subdirectory(tools) Modified: head/print/scribus-devel/pkg-plist ============================================================================== --- head/print/scribus-devel/pkg-plist Mon Sep 14 11:47:11 2020 (r548606) +++ head/print/scribus-devel/pkg-plist Mon Sep 14 13:29:22 2020 (r548607) @@ -54,7 +54,6 @@ lib/scribus/plugins/libscribus13format.so lib/scribus/plugins/libscribus150format.so lib/scribus/plugins/libscribusexportpixmap.so lib/scribus/plugins/libscribusshortwords.so -lib/scribus/plugins/libscriptplugin.so lib/scribus/plugins/libshapeplugin.so lib/scribus/plugins/libsmoothpath.so lib/scribus/plugins/libsubdivide.so @@ -2702,33 +2701,6 @@ share/pixmaps/scribus.png %%DATADIR%%/profiles/sRGB.icm %%DATADIR%%/profiles/srgb.license %%DATADIR%%/qml/qtq_test1.qml -%%DATADIR%%/samples/3columnA4.py -%%DATADIR%%/samples/3columnUSLTR.py -%%DATADIR%%/samples/Calender.py -%%DATADIR%%/samples/ExtractText.py -%%DATADIR%%/samples/Sample1.py -%%DATADIR%%/samples/boilerplate.py -%%DATADIR%%/samples/golden-mean.py -%%DATADIR%%/samples/legende.py -%%DATADIR%%/samples/moins_10_pourcent_group.py -%%DATADIR%%/samples/plus_10_pourcent_group.py -%%DATADIR%%/samples/pochette_cd.py -%%DATADIR%%/samples/quote.py -%%DATADIR%%/samples/sample_db_usage.py -%%DATADIR%%/samples/trait_de_coupe.py -%%DATADIR%%/samples/wordcount.py -%%DATADIR%%/scripts/Autoquote.py -%%DATADIR%%/scripts/Autoquote2.py -%%DATADIR%%/scripts/CalendarWizard.py -%%DATADIR%%/scripts/Caption.py -%%DATADIR%%/scripts/ColorChart.py -%%DATADIR%%/scripts/DirectImageImport.py -%%DATADIR%%/scripts/FontSample.py -%%DATADIR%%/scripts/InfoBox.py -%%DATADIR%%/scripts/Ligatursatz.py -%%DATADIR%%/scripts/color2csv.py -%%DATADIR%%/scripts/csv2color.py -%%DATADIR%%/scripts/importcsv2table.py %%DATADIR%%/swatches/All_Color_Kit.xml %%DATADIR%%/swatches/Android_TM.xml %%DATADIR%%/swatches/Bundesregierung_CMYK.xml @@ -3411,4 +3383,3 @@ share/pixmaps/scribus.png %%DATADIR%%/icons/1_5_1_dark/22/delete-table-columns.png %%DATADIR%%/icons/1_5_1_dark/22/delete-table-rows.png %%DATADIR%%/icons/1_5_1_dark/22/dialog-error.png -%%DATADIR%%/scripts/Align_image_in_frame.py