From owner-svn-ports-head@freebsd.org Sun May 24 09:08:47 2020 Return-Path: Delivered-To: svn-ports-head@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 5BD712FF946; Sun, 24 May 2020 09:08:47 +0000 (UTC) (envelope-from ehaupt@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 49VDt71qnZz4bts; Sun, 24 May 2020 09:08:47 +0000 (UTC) (envelope-from ehaupt@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 39E0F1E46F; Sun, 24 May 2020 09:08:47 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 04O98lje008345; Sun, 24 May 2020 09:08:47 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04O98kIW008343; Sun, 24 May 2020 09:08:46 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <202005240908.04O98kIW008343@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Sun, 24 May 2020 09:08:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r536369 - in head/graphics/variety: . files X-SVN-Group: ports-head X-SVN-Commit-Author: ehaupt X-SVN-Commit-Paths: in head/graphics/variety: . files X-SVN-Commit-Revision: 536369 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 May 2020 09:08:47 -0000 Author: ehaupt Date: Sun May 24 09:08:46 2020 New Revision: 536369 URL: https://svnweb.freebsd.org/changeset/ports/536369 Log: - Update to 0.8.3 - Make portclippy/portfmt happy - Use autoplist instead of pkg-plist PR: 245718 Approved by: maintainer timeout (nivit, 36 days) Deleted: head/graphics/variety/files/ head/graphics/variety/pkg-plist Modified: head/graphics/variety/Makefile head/graphics/variety/distinfo Modified: head/graphics/variety/Makefile ============================================================================== --- head/graphics/variety/Makefile Sun May 24 09:06:37 2020 (r536368) +++ head/graphics/variety/Makefile Sun May 24 09:08:46 2020 (r536369) @@ -2,41 +2,41 @@ # $FreeBSD$ PORTNAME= variety -PORTVERSION= 0.7.1 +PORTVERSION= 0.8.3 CATEGORIES= graphics MAINTAINER= nivit@FreeBSD.org COMMENT= Wallpaper changer LICENSE= GPLv3 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}python-distutils-extra>=2.38:devel/py-python-distutils-extra@${PY_FLAVOR} LIB_DEPENDS= libgexiv2.so:graphics/gexiv2 \ libnotify.so:devel/libnotify -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \ +RUN_DEPENDS= ${PY_PILLOW} \ + ${PYTHON_PKGNAMEPREFIX}beautifulsoup>=4.3.2:www/py-beautifulsoup@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cairo>=1.10.0:graphics/py-cairo@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dbus>=1.1.1_1:devel/py-dbus@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}httplib2>=0.9:www/py-httplib2@${PY_FLAVOR} \ - ${PY_PILLOW} \ ${PYTHON_PKGNAMEPREFIX}lxml>=3.4.1_1:devel/py-lxml@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \ - ImageMagick6>=6.9.0.4,1:graphics/ImageMagick6 \ bash>=4.3.33:shells/bash \ ca_root_nss>=3.17.4:security/ca_root_nss \ coreutils>=8.23:sysutils/coreutils \ + ImageMagick6>=6.9.0.4,1:graphics/ImageMagick6 \ yelp>=3.14.1:x11/yelp USES= desktop-file-utils gettext-tools gnome python:3.5+ shebangfix -USE_GNOME= gdkpixbuf2 gtk30 intltool pygobject3:run -USE_PYTHON= distutils noflavors USE_GITHUB= yes GH_ACCOUNT= varietywalls +USE_GNOME= gdkpixbuf2 gtk30 intltool pygobject3:run +INSTALLS_ICONS= yes +USE_PYTHON= autoplist distutils noflavors SHEBANG_FILES= bin/variety data/scripts/* -INSTALLS_ICONS= yes post-patch: @(cd ${WRKSRC} && ${REINPLACE_CMD} \ Modified: head/graphics/variety/distinfo ============================================================================== --- head/graphics/variety/distinfo Sun May 24 09:06:37 2020 (r536368) +++ head/graphics/variety/distinfo Sun May 24 09:08:46 2020 (r536369) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551176396 -SHA256 (varietywalls-variety-0.7.1_GH0.tar.gz) = de27d35f386b3ce71f4e0b25675936da196a7daf85fbc3611441ad1c2783e2d6 -SIZE (varietywalls-variety-0.7.1_GH0.tar.gz) = 846485 +TIMESTAMP = 1587160032 +SHA256 (varietywalls-variety-0.8.3_GH0.tar.gz) = 2cf496b2f44700ab4afa72d6b1d3db6b4be5e96da9ad66686f11c70187df4a5d +SIZE (varietywalls-variety-0.8.3_GH0.tar.gz) = 895167